 {
	background-color: #FFFFFF;
	scrollbar-face-color: #E7E2D5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: #645C55;
	scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #0000FF; }
a:hover		{ text-decoration: underline; color : #FF0000; }
hr	{ height: 0px; border: solid #E7E2D5 0px; border-top-width: 1px;}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 25px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.title { font-weight: bold; font-size : 16px; }
.gen { font-size : 12px; }
.genrd { font-weight: bold; font-size : 12px; color: #FF0000;}
.g1 { font-size : 14px; }
.tiny { font-size : 10px; text-align : center; }
.gensmallb { font-weight: bold; font-size : 10px; text-align : center; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall,.gensmbld { color : #000000; }
a.gen,a.genmed,a.gensmall;a.gensmallb { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-weight: bold; font-size : 12px; color : #FFFFFF;  }
a.mainmenu		{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #8E8E8E; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #000000 }
a.postlink:visited { text-decoration: none; color : #8E8E8E; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #E7E2D5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #8E8E8E; line-height: 125%;
	background-color: #FAFAFA; border: #E7E2D5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #8E8E8E; letter-spacing: -1px;}
a.copyright		{ color: #8E8E8E; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

#LeftMNav {
z-index : 100000; 
} 
#LeftMNav UL {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
width : auto; 
color : #ffffff; 
padding-top : 0; 
background-color : #bacee0; 
} 
#LeftMNav LI {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
padding-top : 0; 
list-style-type : none; 
} 
#LeftMNav a {
border-right : 1px solid #B40404; 
padding-right : 0; 
background-position : 100% 50%;
border-top : 1px solid #B40404; 
display : block; 
padding-left : 2px; 
font-weight : Bold; 
padding-bottom : 3px; 
border-left : 1px solid #B40404; 
padding-top : 3px; 
border-bottom : 1px solid #B40404; 
background-color: #ffffff; 
font-size : 10px; 
color : #0B2971; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav a:hover {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav a:active {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
}

#LeftMNav2 {
z-index : 100000; 
} 
#LeftMNav2 UL {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
width : auto; 
color : #ffffff; 
padding-top : 0; 
background-color : #bacee0; 
} 
#LeftMNav2 LI {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
padding-top : 0; 
list-style-type : none; 
} 
#LeftMNav2 a {
border-right : 1px solid #B40404; 
padding-right : 0; 
background-position : 100% 50%;
border-top : 1px solid #B40404; 
display : block; 
padding-left : 2px; 
font-weight : Bold; 
padding-bottom : 3px; 
border-left : 1px solid #B40404; 
padding-top : 3px; 
border-bottom : 1px solid #B40404; 
background-color: #ffffff; 
font-size : 10px; 
color : #0B2971; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav2 a:hover {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav2 a:active {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 

#LeftMNav3 {
z-index : 100000; 
} 
#LeftMNav3 UL {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
width : auto; 
color : #ffffff; 
padding-top : 0; 
background-color : #bacee0; 
} 
#LeftMNav3 LI {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
padding-top : 0; 
list-style-type : none; 
} 
#LeftMNav3 a {
border-right : 1px solid #B40404; 
padding-right : 0; 
background-position : 100% 50%;
border-top : 1px solid #B40404; 
display : block; 
padding-left : 2px; 
font-weight : Bold; 
padding-bottom : 3px; 
border-left : 1px solid #B40404; 
padding-top : 3px; 
border-bottom : 1px solid #B40404; 
background-color: #ffffff; 
font-size : 10px; 
color : #0B2971; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav3 a:hover {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav3 a:active {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav4 {
z-index : 100000; 
} 
#LeftMNav4 UL {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
width : auto; 
color : #ffffff; 
padding-top : 0; 
background-color : #bacee0; 
} 
#LeftMNav4 LI {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
padding-top : 0; 
list-style-type : none; 
} 
#LeftMNav4 a {
border-right : 1px solid #B40404; 
padding-right : 0; 
background-position : 100% 50%;
border-top : 1px solid #B40404; 
display : block; 
padding-left : 2px; 
font-weight : Bold; 
padding-bottom : 3px; 
border-left : 1px solid #B40404; 
padding-top : 3px; 
border-bottom : 1px solid #B40404; 
background-color: #ffffff; 
font-size : 10px; 
color : #0B2971; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav4 a:hover {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
#LeftMNav4 a:active {
border-left : 3px solid #185DB8;
border-bottom : 1px solid #185DB8; 
border-top : 1px solid #185DB8;  
background-color: #ffffff;
border-right : 5px solid #ffffff; 
font-size : 10px; 
color : #B40404; 
font-family : Ms Sans Serif, Times New Roman; 
text-decoration : none; 
} 
 
.menuheader {
font-family : verdana,arial,helvetica,sans-serif; 
font-size : 12px; 
text-align : center; 
font-weight : bold; 
color : #ffffff; 
background: #B40404 url(arrow_orange.gif) no-repeat center left; 
padding-top : 3px; 
padding-bottom : 3px; 
padding-left : 0px; 
border-bottom : 1px solid #185DB8; 
border-right : 1px solid #185DB8; 
border-top : 1px solid #185DB8; 
display : block; 
} 


TABLE          { border-collapse: collapse;
                   border: none; }
  TD.red  { border: 1px solid black; font-weight: bold; font-size : 12px; text-align : center; color : #FFFFFF; background: #B40404; padding-top : 3px; 
padding-bottom : 3px; 
 }
  TD.main  { font-weight: normal; font-size : 15px; padding-left : 15px; padding-right : 10px; color : #000000; background: #FFFFFF; height: 300px;}
  TD.whiteg  { border: 1px solid black; font-weight: normal; font-size : 12px; text-align : center;color : #000000; background: #FFFFFF; height: 150px;}
  TD.white  { border: 1px solid black; font-weight: normal; font-size : 12px; padding-left : 5px; padding-right : 5px; color : #000000; background: #FFFFFF; height: 300px;}
  TD.whiteb  { border: 1px solid black; font-weight: bold; font-size : 12px; text-align : center; color : #000000; background: #FFFFFF;}
  TD.blue { border: 1px solid black; font-weight: bold; font-size : 12px; text-align : center; color : #FFFFFF; height: 20px; background: #185DB8}
