﻿

#tblForumTop
{
	border: solid 1px #dcdcdc;
}

#tblForum
{
	border: solid 1px #faedf6;
	text-align: left;
}

#tblForumQuote
{
	border: solid 1px #faedf6;
}

#tblForumQuote td.header
{
	color: #000000;
	font-weight: bold;
	padding: 0;
	height: 40px;
	font-size: 11pt;
}

#tblForumQuote td.quote
{
	font-size: 7pt;
	background-color: #dcdcdc;
	color: #a9648b;
	font-weight: normal;
	border: dashed 1px #a9648b;
}

#tblForum tr.header
{
	background-image: url( 'images/forum_top_bg.jpg' );
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11pt;
	text-align: center;
}

#tblForum td.header
{
	background-image: url( 'images/forum_top_bg.jpg' );
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
	font-size: 11pt;
	text-align: center;
}

#tblForum tr.subheader
{
	background-color: #faedf6;
	color: #a9648b;
	font-weight: bold;
}

#tblForum td.subheader span.subDesc
{
	font-size: 7pt;
	background-color: #faedf6;
	color: #a9648b;
	font-weight: normal;
	text-align: left;
}

#tblForum td span.forumUserInfo
{
	font-size: 7pt;
	background-color: #fff;
	color: #a9648b;
	font-weight: normal;
}

#tblForum td.subheader a
{
	color: #668597;
	text-decoration: none;
}
#tblForum td.subheader a:link
{
	color: #668597;
	text-decoration: none;
}
#tblForum td.subheader a:visited
{
	color: #668597;
	text-decoration: none;
}
#tblForum td.subheader a:active
{
	color: #668597;
	text-decoration: none;
}
#tblForum td.subheader a:hover
{
	color: #668597;
	text-decoration: underline;
}


#forumBreadCrumbs
{
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left; /*width: 560px;*/
	height: 15px;
	text-align: left;
	border-bottom: dashed 1px #E9E0E5;
}

#forumBreadCrumbs
{
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: Transparent;
	color: black;
}

#forumBreadCrumbs a, #forumBreadCrumbs a:active, #forumBreadCrumbs a:visited
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #A9648B;
	text-align: left;
	outline: none;
}

#forumBreadCrumbs a:hover
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	text-align: left;
	outline: none;
}

.quote
{
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #e9e0e5;
	border: 1px dashed #808080;
}




