/* borrowed from forum css - then altered */

body {background-color: #BADBED;}

/* General font families for common tags */
font,th,td,p { color: #000062; font-size : 13px; font-family: Verdana, Arial, Helvetica, sans-serif;}
a:link,a:active,a:visited { color : #660000; }
a:hover		{ text-decoration: underline; color : #B30000; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #E6F2F9; border: 1px #BADBED solid; }

/* Main table cell colours and backgrounds */
.row1	{ background-color: #EFEFEF; }
.row2	{ background-color: #DEE3E7; }
.row3	{ background-color: #D1D7DC; }


/* This is for the subsection titles*/
.sectiontitle {color: #DDDDFF;}

/*Hide a few keywords*/
.keys { color: #BADBED; font-size: 8px;}


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

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000062;}
a.gen,a.genmed,a.gensmall { color: #660000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #B30000; text-decoration: underline; }

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


/* Form elements */
input,textarea, select {
	color : #000055;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #D1D7DC;
}


/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/*make breaks a bit smaller*/
br {line-height: 80%;}

/*managedlinks.com links behavior*/

a.mlinks:link{font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;text-decoration:none;}
a.mlinks:visited{font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;text-decoration:none;}
a.mlinks:hover {font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;text-decoration:underline;}
a.mlinks:active {font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;text-decoration:none;} 

/*ad coop digitalpoint.com links behavior*/

#coop a:link, #coop a:visited {font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;text-decoration:none;}

#coop a:hover, #coop a:visited:hover {font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;text-decoration:underline;}

/*bottomline text*/

.bottomline {font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;}

/*copyright link text*/

#copyr a:link, #copyr a:visited, #copyr a:hover, #copyr a:visited:hover {font-size:9px ; color:#7a7a7a;font-family: times new roman, serif;text-decoration:none;}

/*tiny text*/

a.tiny:link{font-size:1px ; color:#ffffff;text-decoration:none;}
a.tiny:visited{font-size:1px ; color:#ffffff;text-decoration:none;}
a.tiny:hover {font-size:1px ; color:#ffffff;text-decoration:none;}
a.tiny:active {font-size:1px ; color:#ffffff;text-decoration:none;}


