/* CSS Document */

th,td,p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}

a:link			{ color: #003399; }
a:visited		{ color: #006699; }
a:visited:hover	{ color: #E56701; }
a:active		{ color: #66CCFF; }
a:hover			{ color: #FF3300; }

/* General text */
.gen		{ font-size : 12px; }
.genmed		{ font-size : 11px; }
.gensmall	{ font-size : 10px; }


/* Main table cell colours and backgrounds */
td.row1		{ background-color: #CCCCCC; }
td.row2		{ background-color: #EFEFEF; }
td.row3		{ background-color: #FFFFFF; }
td.hidden	{ background-color: #FFCCCC; }

/*Styles for Topic View, Row1 and Row2 Alternate*/
.postbody
{
	margin::0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left:#999999 solid 3px;
	border-right:#999999 solid 3px;
}

.row1
{
	background-color: #FFC097;
}

.row2
{
	/*background-color: #FFB0D8;*/
	background-color: #FFE9A4;
}

.top-post
{
	background-image: url(../../images/post_top.gif);
	background-repeat:no-repeat;
	height:12px;
	padding:0px;
	margin:0px;
	/*width:552px;*/
}

.green_spacer
{
	background-image: url(../../images/pixgreen.gif);
	background-repeat:repeat-x;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
	height:1px;
}

.bottom-post
{
	/*background-image: url(../../images/post_bottom.gif);*/
	background-repeat:no-repeat;
	height:12px;
	padding:0px;
	margin:0px;
	/*width:552px;*/
}

/* Storage Containers */
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: url('images/background.gif') repeat-y;
	margin-bottom: 20px
}

#header{
	width:799px;
	padding-left:0px;
	padding-right:0px;
}


#body{
	width:799px;
	padding-left:25px;
	padding-right:25px;
}

#footer{
	width:799px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%;
}

/* Misc classes */
.footer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
	margin: 0
}

.greymedbld { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-weight: bold;
}

/* Menu bars */
.mnHdr {
	background: #148D8B url('images/faderight.gif') right repeat-y;
	/*background-color: #148D8B;*/
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold;
}

.mnHdr_nf {
	background-color: #148D8B;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold;
}

/*Div container to space out articles*/
.articleWrapper
{
	padding-top:0px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
}

/* Forum category titles */
.cattitle					{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; }
a.cattitle					{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover			{ text-decoration: none; color : #CCCCCC; }
a.cattitle:visited			{ text-decoration: none; color : #FFFFFF; }
a.cattitle:visited:hover	{ text-decoration: none; color : #CCCCCC; }

.lbArticle {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #FFCC33;
}

.rbArticle {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #FF6600;
}

#agreementTC {
	overflow:auto;
	width:500px;
	height: 300px;
	background:#FFFFFF;
	border: solid 1px #000000;
	padding-left:2px;
}