/* CSS Document */
body {
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0px auto;
	background-color: #FCFCFC;
	background-image: url(images/bgslant.jpg);
	background-repeat: repeat;
}

div#content {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000000;
	width: 752px;
	background-color: #ffffff;
	border: 3px solid #101010;
	padding: 5px;
}

div#ad {
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	width: 752px;
	background-color: #ffffff;
	border: 3px solid #101010;
	padding: 5px;
	text-align: center;
}

div#posts {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	width: 548px;
	float: left;
	border-right: 1px solid #999999;
}

div#recents {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: left;
	background-color: #1e1e1e;
	width: 191px;
	padding: 5px;
	margin-left: 1px;
	float: left;
}

div#recents div.recent_text {
	font-size: 11px;
}

div.title {
	height: 20px;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	background: #f1f1f1 url(forums/images/header_bg.jpg) repeat-x;
	border-bottom: 1px solid #000000;
	padding: 5px;
}

div.header, .header {
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #f2f9ff;
	text-align: left;
	border-top: 1px solid #000000;
	background: #f1f1f1 url(forums/images/header_bg.jpg) repeat-x;
	border-bottom: 1px solid #000000;
	padding: 5px;
	width: 537px;
}

div.post_title, .post_title {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	background: #1c3142;
	padding: 3px;
}

div.post_date {
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding: 3px;
	background: #efefef;
}

div.post_content {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #000000;
	text-align: left;
	background: #e1e1e1;
	padding: 10px;
}

div.post_author, div.post_author a {
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #204361;
	text-align: left;
	text-decoration: none;
}

td.titleheader {
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #ffffff;
	background-color: #203b50;
}

div.small_text {
	font-size: 10px;
	font-family: arial;
}

div.right {
	text-align: right;
}

td.blue {
	background-color: #d2f2ff;
}

td.light {
	background-color: #eef7fa;
}

.dark {
	font-family: arial;
	font-size: 11px;
	background: #e0e0e0;
	padding: 3px;
}

.light {
	font-family: arial;
	font-size: 11px;
	background: #efefef;
	padding: 3px;
}


.divlight,.divdark {
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
}

.divlight {
	background: #2c2c2c;
	padding: 3px;
}

.divdark {
	background: #545454;
	padding: 3px;
}

hr {
	text-align: center;
	color: #204361;
	height: 1px;
	width: 95%;
	background-color: #ffffff;
	border: 1px dashed #999999;
}

a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.blue:link, a.blue:visited, a.blue:active {
	color: #204361;
	font-weight: bold;
	text-decoration: none;
}

a.blue:hover {
	color: #204361;
	text-decoration: underline;
}

a:link, a:active, a:visited, .div.post_content a:link, .div.post_content a:active, .div.post_content a:visited {
	color: #204361;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #204361;
	text-decoration: underline;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}
