@charset "windows-1251";
/**
 * $Id: bbHide.css,v 0.0.14 2007/06/01 00:29:49 m157y Exp $
 *
 * MOD		bbHide
 * version	1.0.0.18
 * status	alpha
 * date		01.06.2007
 * start		13.02.2005
 * 
 * author	m157y <ru.m157y@gmail.com> n/a (Andrey)
 *			[R: R@m$e$ :U] <Ramses@FromRU.com> n/a (Ramses)
 * copyright	m157y, (c) 2006-2007
 *			[R: R@m$e$ :U], (c) 2005
 * license	GNU Public License <http://opensource.org/licenses/gpl-license.php>
 * 
 * desc
 *			This MOD allows users to hide a part of message via [hide][/hide]
 *			or [hide=x][/hide] or [hide="group"][/hide] or [hide=gx][/hide] or
 *			[hide=thanks][/hide] BBCodes. To see the hidden message, user must
 *			be a logged member or if used [hide=x], where x > 0 user also must
 *			have x posts, if used [hide="group"], user must be at group with
 *			name "group", if used [hide=gx] user must be in group with id x,
 *			if used [hide=thanks] user must say thanks for post
 *			You can limit x from ACP, also you can disable ability to use
 *			[hide="group"][/hide]([hide=gx][/hide]) and [hide=thanks][/hide]
 *			or you can disable tags except [hide=thanks][/hide] at this
 *			situation [hide][/hide] will be parsed like [hide=thanks][/hide]
 *			NOTE: You also can use [hide=] in addition of [hide=0] and [hide]
 *				You also can use [hide="x"], in addition of [hide=x]
 **/

/* bbHide blocks */
.bbHide, .bbHide_header
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#FFA34F;
	line-height:		125%;
	background-color:	#000000;
	border:				#DD6900 1px solid;
}

.bbHide_header
{
	border-width:	1px 1px 0px 1px;
}
