@charset "utf-8";

/* CSS Document */

#forumContent {

	margin-top:20px;
}

#forumContent a:hover { 
	color:#0099FF;
}

#forumContent .separator {
	border-top:1px dashed #858585;
	padding:0px;
}

#forumContent .contentRow {
	padding-bottom:10px;

}

/* Forum Style */

tr.borderBottom td { 
	border-bottom:1px solid #C5C5F5; 
	padding:15px 10px 15px 0px;
}

tr.borderBottom  a:hover, tr.borderBottomTopic  a:hover { color: #296CA0; text-decoration:underline; }

tr.borderBottomTopic td { 
	border-bottom:1px solid #C5C5F5; 
	padding:7px 10px 7px 0px;
}

tr.borderBottomPost td { 
	border-top:2px solid #EDF4F8; 
	padding:7px 10px 10px 10px;
}

tr.borderBottomPost3 td { 
	border-top:2px solid #F8EFDC; 
	padding:7px 10px 7px 10px;
}


tr.borderBottomPost2 td { 
	/*border-top:2px solid #EDF4F8; */
	padding:7px 10px 0px 10px;
}

.space { height:15px; }

.profile { float:right; }

.postProfile {
	background-color:#EDF4F8;
	padding-left:20px;
}

.postProfile2 {
	background-color:#F8EFDC;
	padding-left:20px;
}

.postContent {
	padding:0px 10px 10px 10px;

}

.postContent2 {
	padding:0px 10px;

}

a.titleLink { text-decoration:underline; color:#296CA0; }

a:hover.titleLink { color:#D0B389; text-decoration:underline;}

/* Mini Forum Styles */

#content div#miniForumHeading {
	color:#B20838;
	font-size:17px;
	margin:0;
}

#miniForumHeading .titleRight {
	float:right;
}

#miniForumHeading .titleRight a {
	background:url(/images/spacers/forum_arrow_bg.gif) no-repeat 0 5px;
	font-size:12px;
	color:#B2133C; 
	font-weight:bold;
	padding:0 0 0 12px;
}

#miniForumHeading .titleRight a:hover { 
	text-decoration:underline;
}

#miniForum { list-style:none; background-color:#F1EDE4; margin:0; }

#miniForum li {
	padding:5px 10px 5px 22px;
	border-top:1px solid #FFFFFF;
	background:url(/images/spacers/forum_arrow_bg.gif) no-repeat 10px 10px;
}

#miniForum  li .postRight  {
	float:right; font-size:11px;
}

.redtext {
	color:#B2133C; font-weight:bold
}

#miniForum a {
	text-decoration:none;
	color:#666666;
}

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

