@charset "utf-8";
.error_box{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#ecd5d8;
	padding:10px;
}
b, strong{
	color:#6a031e;
}
#footer b, #footer strong{
	color:#fff;
}
.body .windowbg, .body .windowbg2{
	border-bottom:1px solid #767676;
}
.windowbg, .windowbg2{
	background-color:#f6f6f6;
}
div.body table.bordercolor, div.body tr.titlebg {
	background:url(/images/forum/bg.png) top center repeat-y;
}
table.bordercolor{
	background-color:#F6F6F6;
}
tr.titlebg{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:27px;
	background-color:#6a031e;
}
.catbg, .catbg3, .catbg2{
	background-color:#6a031e;
	color:#fff;
}
.catbg b, .catbg3 b, .catbg2 b,
.catbg strong, .catbg3 strong, .catbg2 strong,
.catbg a, .catbg3 a, .catbg2 a, .titlebg a{
	color:#fff;
}
b a{
	color:#000 !important;
}
.round_gradient .top{
	background:url(/images/forum/table_head.png) top left no-repeat;
	height:12px;
	line-height:0;
	font-size:0;
}
.round_gradient .body{
	background:url(/images/forum/bg.png) 0 top repeat-y;
	padding:0 9px;
}
.round_gradient .bottom{
	background:url(/images/forum/table_foot.png) top left no-repeat;
	height:11px;
	line-height:0;
	font-size:0;
}
.smalltext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	color:#464646;
	font-weight:400;
	margin-bottom:1px
}

hr.fancy{
	background:url(/images/forum/hr.png) top center no-repeat;
	margin:1px 0;
}

.col_header, .col_header a{
	font-family:Verdana;
	font-size:10px;
	color:#fff;
	line-height:6px;
	padding-bottom:11px;
	text-transform:uppercase;
}



.rounded_box{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background-color:#f6f6f6;
	margin-bottom:7px;
	padding:15px;
}

.online_box{
	background-color:#6a031e;
	width:57px;
	line-height:17px;
	text-align:center;
	color:#fff;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:-15px;
}
._0066ff{
	background-color:#d7e4ea;
}
._f6f6f6{
	background-color:#_f6f6f6;
}
._ffa025{
	background-color:#fbfae1;
}
._e0e0e0{
	background-color:#e0e0e0;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #6a031e;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


.padded-cells td{
	padding:1px 6px;
}


