body {
background-color: #FFFFFF; /* background color */
color: #000000; /* text color */
font-family: Verdana, Arial, Helvetica, sans-serif; /* font name */
font-size: 12px; /* font size */
margin: 5px 0px 0px 10px; /* top right bottom left */ 
scrollbar-base-color: #COCOCO; scrollbar-track-color: #FEFEFE; scrollbar-arrow-color: #0097AB; /* scrollbar color */
}
textarea, select {	
background-color: #F5F5F5;
color: #000000;
font-family: Verdana; /* font name */
font-size: 9px; /* font size */
style: bold;
scrollbar-base-color: #0097AB; scrollbar-track-color: #037887; scrollbar-arrow-color: #FFFF66;
}

.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

.input,textarea {
border: 1px solid Silver;
background: #FFFFFF;
font: 9pt;
font-family: Verdana;
}

/* Sets default link font size and color */
a:link {  color: #0097AB; text-decoration: none;}

a:hover {  color: #0097AB; text-decoration: none;}

a:active {  color: #0097AB; text-decoration: none;}

a:visited {  color: #0097AB; text-decoration: none;}

/* Sets default font size and color, not realy used */
table
{
	color: #000000;
 	font-size: 10px;
	font-weight: normal;
}

/* MainSearch table settings, provides border colour and a 1px border of colour around table rows/columns*/
table.mainsearch
{
	border: 1px black solid;
	background-color: #C0C0C0;
	padding: 1px 1px;
	width: 350px;
	margin-bottom: 5px;
}

/* Main table settings, provides border colour and a 1px border of colour around table rows/columns*/
table.main
{
	border: 1px solid black;
	background-color: #C0C0C0;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 600px;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* Defines font size/color for the bread crumb and the stats/login DO NOT ADD A BACKGROUND COLOR */
table.plain
{
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/* Defines font size/color for the login window DO NOT ADD A BACKGROUND COLOR/IMAGE */
table.hidden
{
    font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/* Sets the background colour for the stats/login bar same colour as tr.sub-title recommended */
/* If using images remember its a lot taller than the tr.sub-title class */
tr.hidden
{
    font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #F5F5F5;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: ;
}
/* Sets the background colour and font size for the title rows */
tr.title
{
	background-color: #0097AB;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: Bold;
; background-image: url(../images/title.gif)
; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; filter: Light
}
/* Sets the background colour and font size for the sub-title rows */
tr.sub-title
{
	background-color: #EEEEEE;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* Sets the background colour and font size for the post body */
tr.body
{
	background-color: #FFFFFF;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* Sets the background colour and font size for the Admin menu */
td.body
{
	background-color: #FFFFFF;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: 1px solid black;
	height: 100%;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* Sets the style for the rule around quote tags */
hr
{
	height: 1px;
	color: #0097AB;	
; font-size: 1px
}
/* Sets the style for the rule for the signatures */
hr.post
{
	color: #CCCCCC;
	height: 1px;
	width: 50%;	
}

/* standard link styles */
.plain a:link
{
	color: #006699;
	text-decoration: none;
}

.plain a:visited
{
	color: #006699;
	text-decoration: none;
}

.plain a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.plain a:active
{
	color: #FFA500;
	text-decoration: underline;
}

/* Title link styles */
.title a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.title a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.title a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.title a:active
{
	color: #FFA500;
	text-decoration: underline;
}

/* Sub-title link styles */
.sub-title a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.sub-title a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.sub-title a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.sub-title a:active
{
	color: #FFA500;
	text-decoration: underline;
}

/* Post link styles */
.body a:link
{
	color: #006699;
	text-decoration: none;
}

.body a:visited
{
	color: #006699;
	text-decoration: none;
}

.body a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.body a:active
{
	color: #FFA500;
	text-decoration: underline;
}
/* Stats link styles */
.stats a:link
{
	color: #006699;
	text-decoration: none;
}

.stats a:visited
{
	color: #006699;
	text-decoration: none;
}

.stats a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.stats a:active
{
	color: #FFA500;
	text-decoration: underline;
}.

copy {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
}.copy {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}


/*
 * Used to display RSS feeds
 * 
 */

.rss {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
}

table.rss {
	background-color: #f9f9f9;
	color: black;
	border: 1px solid #ccc;
	width: 100%;
}

th.rss {
	font-weight: bold;
	border-bottom: 3px solid red;
}

td.rss {
	;
}

a.rss, a.rss:visited {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

a.rss:hover {
	color: red;
}

div.rss {
	background-color: transparent;
	color: #332211;
}
.highlight {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;
font-weight: bold;
background-color: yellow; 
}plain { font-size: 12px; font-weight: normal; color: #000000; ; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}


input { 
background-color: #F5F5F5;
color: #000000;
font-family: Verdana; /* font name */
font-size: 10px; /* font size */
style: bold;
scrollbar-base-color: #0097AB; scrollbar-track-color: #037887; scrollbar-arrow-color: #FFFF66;
 } 
