
/********************************
 * Forums Module
 */
#forums_module {
	padding-top: 20px;
}
 
#forums_module img{
	text-decoration:none;
	border:none;
}

#forums_module h2{
	padding: 0px;
	font-size:18px;
	color: #214583;
}

#forums_module  p{
	padding:0px;
	margin-top:5px;
	margin-bottom: 5px;
}

#forums_module blockquote {
	border: 1px solid #AAAAAA;
	background-color:#FAFAFA;
	padding: 5px;
}

#forums_module .error_msg {
	background-color:#FFAAAA;
	border: 1px solid #FF0000;
	padding:5px;
}

/********************************
 * Forums Boards
 */
 #forums_module #boards table{
	border: 1px solid #AAAAAA;
	background-color:#EEEEEE;
}

#forums_module #boards td{
	height: 100px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}

#forums_module #boards th{
	height: 25px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
	text-align:left;
}

#forums_module #boards .image{
	height:100px;
	width:100px;
	border:1px solid #CCCCCC;
}
 

/********************************
 * Forums Topics
 */
#forums_module #topics table{
	border: 1px solid #AAAAAA;
	background-color:#EEEEEE;
}

#forums_module #topics th{
	height: 25px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
	text-align:left;
}

#forums_module #topics .image{
	height:50px;
	width: 50px;
	border:1px solid #CCCCCC;
}

#forums_module #topics td{
	height: 50px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}


/********************************
 * Forums Posts
 */
#forums_module #posts table{
	border: 1px solid #AAAAAA;
	background-color:#EEEEEE;
}

#forums_module #posts td{
	height: 100px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}

#forums_module #posts th{
	height: 25px;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
	text-align:left;
}

#forums_module #posts .post_footer{
	border: none;
	background-color:#EEEEEE;
	position: absolute; 
	bottom:-10px;
}

#forums_module  #posts .post_footer td{
	height: 10px;
	border: none;
	padding:0px;
	vertical-align:bottom;
}

#forums_module #posts .star{
	margin:-2px;
	padding:0px;
	cursor: pointer;
}

#forums_module #posts .link_row td{
	height:8px;
	padding: 10px;
	margin:0px;
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;
}

#forums_module #posts .image{
	height:100px;
	width:100px;
	border:1px solid #CCCCCC;
	color: #CCCCCC;	
}


#forums_module #posts .post_quote {
	border: 1px solid #AAAAAA;
	background-color:#FAFAFA;	
	margin: 8px;
	padding: 0px;	
	font-size:12px;
	text-indent: 5px;
}

#forums_module #posts .post_quote_title {
	background-color: #B0CDE8;
	font-size:12px;
	display:block;
	padding:0px;
	margin: 0px;
	text-decoration:none;
}










