﻿/* Forum */

.forumheaderstyle {
	background-color: #275398;
	color: white;
	font-size: x-small;
	font-weight: bold;
	white-space: nowrap;
}
.forumheaderstyle A {
	color:white;background-color:Transparent;
}
.replydiv 
{
	margin-left:40px;margin-top:10px;border-bottom : 1px dotted #336699; 
	padding-left : 15px;
	background: transparent url(Images/replyback.jpg) repeat-x;
	min-height : 30px; overflow:auto;
}
.postdiv 
{
	margin-top:15px;border-bottom:1px dashed #999999;
	background: transparent url(Images/postback.jpg) repeat-x;overflow:visible;
}

.detail_content {padding:10px;}

.forumpicture 
	{
	border: 0px;
	float: right;
}

.forumsmall {
	color: #808080;background-color:Transparent; white-space:nowrap;
	font-size: small;
}


/* End Of Forum */
