/*CSS Created by Robbie Edwards / R7 Designer (www.robbear7.com/designer). */

/* Defines the page background color, default font color, family and size. */
body {
	color : #191970;
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	margin-top:-8; 
	margin-left:-8; 
	margin-right:-8

}

/* IMPORTANT! This needs to be the same background color as the body. */
.bgcolor { 
	background-color : #FFFFFF; 
}

/* Defines the default font color, style and size within a cell, should be same as 'body', but do not set a background color! */
td {
	color : #191970;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif
}

TD.header
 {
   color: #FFFFFF;
   background: #205080;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-weight: bold;
   border-right: #102030 1px solid;
   border-top: #3970A6 1px solid;
   border-left: #3970A6 1px solid;
   border-bottom: #102030 1px solid
 }
 
TD.header2
 {
   color: #E0E5F0;
   background: #205080;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-weight: bold
 }
 
TD.header3
 {
   color: #FFFF66;
   background: #205080;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-weight: bold
 }

/* Defines default  text link colors. */
a:link {
	color : #0000FF;
	text-decoration : underline
}
a:visited {
	color : #0000FF;
	text-decoration : underline
}
a:hover {
	color : #FF0000;
	text-decoration : overline underline
}
a:active {
	color : #FF0000;
	text-decoration : underline
}

/* Defines the size of ALL footer text throughout forum (with the small exception of small text within a header cell). */
/* You will also need to define the font-family the same as 'body' and 'td' to resolve a NN4 issue. */
.smalltext {
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif
}

/* Defines the size and color of ALL footer text that resides within a header cell. */
.smallheadertext {
	font-size : 10px;
	color : #FFFFFF
}

/* Defines the size of ALL header text throughout forum. */
.largetext {
	font-size : 15px
}

/* Defines the color of all default sized Highlighted text (Not to be confused with search highlighting). */
.hilite {
	color : #FF0000;
	font-size : 12px
}

/* Defines the size and color of all highlighted footer text. */
.hilitesmall {
	color : #FF0000;
	font-size : 10px
}

/* Defines the size and color of all highlighted header text. */
.hilitelarge {
	color : #FF0000;
	font-size : 15px
}

/* Defines the color of search results highlighted text. */
.spnSearchHighlight {
	background-color : #FFFF00
}

/* Defines the color of default border color. */
.tableborder {
	background-color : #ffffff
}

/* Defines the background color, font size, font color and text links in header cells. */
.headcell {
	color : #FFFFFF;
	font-size : 13px;
	background-color : #000000
}
.headcell a:link { color : #FFFFFF }
.headcell a:visited { color : #FFFFFF }
.headcell a:hover { color : #FFFFFF }
.headcell a:active { color : #FFFFFF }

/* Defines the background color, fontsize, font color and text links in category cells. */
.categorycell {
	color : #FFFFFF;
	font-size : 13px;
	background-color : #ff0000
}
.categorycell a:link { color : #FFFFFF; text-decoration : none }
.categorycell a:visited { color : #FFFFFF; text-decoration : none }
.categorycell a:hover { color : #FFFFFF; text-decoration : none }
.categorycell a:active { color : #FFFFFF; text-decoration : none }

/* Defines the background color, fontsize, font color and text links in forum cells. */
.forumcell {
	background-color : #F5F5F5;
	color : #191970
}
.forumcell a:link { color : #00008B; text-decoration : underline }
.forumcell a:visited { color : #0000FF; text-decoration : underline }
.forumcell a:hover { color : #FF0000; text-decoration : underline }
.forumcell a:active { color : #FF0000; text-decoration : underline }

/* Defines the background color, fontsize, font color and text links in first forum cells. */
/* IMPORTANT : It is reccommended that you keep the link styles the same as 'forumcell'. */
.firstforumcell {
	background-color : #F5F5F5;
	color : #191970
}
.firstforumcell a:link { color : #00008B; text-decoration : underline }
.firstforumcell a:visited { color : #0000FF; text-decoration : underline }
.firstforumcell a:hover { color : #FF0000; text-decoration : underline }
.firstforumcell a:active { color : #FF0000; text-decoration : underline }

/* Defines the background color, fontsize, font color and text links in alternate forum cells. */
/* IMPORTANT : It is reccommended that you keep the link styles the same as 'forumcell'. */
.altforumcell {
	background-color : #DCDCDC;
	color : #191970
}
.altforumcell a:link { color : #00008B; text-decoration : underline }
.altforumcell a:visited { color : #0000FF; text-decoration : underline }
.altforumcell a:hover { color : #FF0000; text-decoration : underline }
.altforumcell a:active { color : #FF0000; text-decoration : underline }

/* Defines the background color, fontsize, font color and text links in admin help windows. */
/* IMPORTANT : It is reccommended that you keep the link styles the same as 'forumcell'. */
.forumcellsmall {
	background-color : #F5F5F5;
	color : #191970;
	font-size : 10px
}
.forumcellsmall a:link { color : #00008B; text-decoration : underline }
.forumcellsmall a:visited { color : #0000FF; text-decoration : underline }
.forumcellsmall a:hover { color : #FF0000; text-decoration : underline }
.forumcellsmall a:active { color : #FF0000; text-decoration : underline }

/* Defines the color of the popup border. */
.popuptableborder {
	background-color : #000000
}

/* Defines the background color, font color and text links of the popup cells. */
.popuptable {
	background-color : #9FAFDF;
	color : #191970
}
.popuptable a:link { color : #00008B; text-decoration : underline }
.popuptable a:visited { color : #0000FF; text-decoration : underline }
.popuptable a:hover { color : #FF0000; text-decoration : underline }
.popuptable a:active { color : #FF0000; text-decoration : underline }

/* Used to make radio buttons match color with popup cells. Recommended to keep background color same as popup table. */
input.radio {
	background-color : #9FAFDF;
	color : #000000
}

/* Defines font family used to display server information and forum variables. */
.admininfo {
	font-family : Courier
}

/* Defines height of horizontal rule used throughout the forum. */
hr {
	height : 1px
}

/* Defines color of text for portions of topic.asp and other various parts of the board. */
/* IMPORTANT: Needs to be set to same color as .forumcell, .firstforumcell and .altforumcell*/
.textID {
	color : #191970
}

h6 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold ;color: #FFFFFF}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: small; font-weight: bold}


 #navcontainer
{
margin: 0;
padding: 0 0 0 0px;
background-color: #DDDDDD;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
background-color: #DDDDDD;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
background-color: #DDDDDD;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/*
a.topmenu {	font-size: x-small;  color: #FFFFFF;	text-decoration: none;}
a.topmenu:hover {color: #FF0000; text-decoration: none; }

td.topmenu { background: url("images/navigation_background.gif")}
*/