/* text styles! */
.Red {
	color:#ff3300;
}

.Blue {
	color:#0099CC;
}


.Big {
	font-size:1.5em;
}

.Small {
	font-size:0.8em;
}

.Spoiler {
	color:#fff;
}

.Spoiler .Blue,
.Spoiler .Red {
	color:#fff;
}



#EasyBBBar {
	width:720px;
	height:25px;
	background-color:#2A2B2D;
	position:relative;
}

#AccountPage #EasyBBBar {
	width:680px;
}

#EasyBBBar li { 
	float: left; 
	list-style-type:none;
	padding:5px 8px 5px 8px;
	margin: 0px;
	border-right:1px #666 dotted;
	font-weight:lighter;
}

#EasyBBBar .border-wrapper.border-top-left {
	background:transparent url(../../../../../gfx/design/corners-black.png) no-repeat -5px -5px;
	top:0;
	left:0;
}

#EasyBBBar .border-wrapper.border-top-right {
	background:transparent url(../../../../../gfx/design/corners-black.png) no-repeat 0 -5px;
	top:0;
	right:0;
}

#EasyBBBar .border-wrapper.border-bottom-left {
	background:transparent url(../../../../../gfx/design/corners-black.png) no-repeat -5px 0;
	bottom:0;
	left:0;
}

#EasyBBBar .border-wrapper.border-bottom-right {
	background:transparent url(../../../../../gfx/design/corners-black.png) no-repeat 0 0;
	right:0;
	bottom:0;
}

#EasyBBBar div
{
	float:right;
	margin-top:5px;
}

#EasyBBBar div a,a:hover
{
	text-decoration:none;
	color:#4B9FD1;
}

#EasyBBBar li a
{
	color:#fff;
	text-decoration:none;
}

.EasyBBQuote
{
	border:1px solid #999;
	background-color:#fff;
	padding:2px 3px;
	margin:0px;
}

.quoted-comment
{
	border:1px solid #999;
	background-color:#fff;
	padding:2px 3px;
	margin:0px;
}

.EasyBBImage
{
	max-width:100%;
	float:left;
	overflow:hidden;
}

.clearFloat
{	
	clear:both;
}



/* Smiley button, based on Suckerfish (http://www.htmldog.com/articles/suckerfish/dropdowns/) */
#SmileyButton ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#f0f0f0;
	border:1px #333 solid;
	width:100px;
}

#SmileyButton li { /* all list items */
	float: left;
	position: relative;
	cursor:pointer;
	margin:0;
	padding-top:0px;
	cursor: pointer;
	color: #fff !important;
	border:0px #fff none;
	padding:5px 8px;
	text-transform:uppercase;
	font-size:1em;
	font-weight:lighter;
}

#SmileyButton a, #SmileyButton img { /* all list items */
	border:0px none #fff;
}

#SmileyButton img { /* all list items */
	padding:5px;
}

#SmileyButton li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#SmileyButton li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#SmileyButton li:hover ul, #SmileyButton li.over ul { /* lists nested under hovered list items */
	display: block;
	width:230px;
}