 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background: #000A28;
	color: #FFFFFF;
	margin: 2px;
	font-family:'Comic Sans MS';
	scrollbar-face-color: #1D3B84;
	scrollbar-highlight-color: #560005;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #A8B7D8;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #000A28;
	scrollbar-darkshadow-color: #000A28;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link { color: #FFFFFF; }
a:active { color: #FFB100; }
a:visited { color: #FFFFFF; } 
a:hover		{ text-decoration: none; color : #FFB100; }

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: #0F1D44 ; 
	border: 0px #666666 solid;
	}

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


.topnav
	{
	background: #0F1D44 url(images/topnav.gif) repeat-x;
	}

.topnav1
	{
	background: #0F1D44 url(images/topbg.gif) repeat-x;
	}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #1D3B84; }
td.row2	{ background-color: #1D3B84; }
td.row3	{ background-color: #1D3B84; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #A8B7D8;
	}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #E6BF4C; 
	font-size: 11px; 
	font-weight : bold;
	background-color: #758EC4; 
	height: 25px;
	}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom 
	{
			background-color:#A8B7D8; 
			border: #E6BF4C; 
			border-style: solid; 
			height: 28px;
	}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR 
	{
	font-weight: bold; 
	border: #000000; 
	border-style: solid; 
	height: 28px; 
	}
	
td.row3Right,td.spaceRow 
	{
	background-color: #000000; 
	border: 0px; 
	border-style: solid; 
	}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	
	{
			font-weight: bold; 
			font-size: 22px; 
			font-family: "Comic Sans MS";
			text-decoration: none; 
			line-height : 120%; 
			color : #E6BF4C;
	}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #FFFFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #00FF00; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:hover{ text-decoration: none; color : #00FF00; }


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


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FFFFFF; }
a.forumlink 	{ text-decoration: none; color : #FFFFFF; }
a.forumlink:hover{ text-decoration: none; color : #00FF00; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FFFFFF; }
a.nav:hover		{ text-decoration: none; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #FFFFFF; }
a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
a.topictitle:hover	{ text-decoration: none; color : #00FF00; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #00FF00;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #FFFFFF }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: none; color : #00FF00}


/* Quote & Code blocks */
.code {
	font-family:'Comic Sans MS';
	sans-serif; font-size: 12px; 
	color: #006600;
	background-color: #FAFAFA; 
	border: #D1D7DC; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}

.quote 
{
	font-family:'Comic Sans MS';
	font-size: 12px; 
	color: #444444; 
	text-indent : 2px;
	line-height: 125%;
	background-color: #FFFFFF; 
	border: #000000; 
	border-style: solid;
	border-left-width: 1px; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px;
}

.qhead
	{
	font-family:'Comic Sans MS';
	font-size: 14px; 
	color: #444444; 
	text-indent : 2px;
	line-height: 125%;
	background-color: #FFFFFF; 
	border: #000000; 
	border-style: solid;
	border-left-width: 0px; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px;
	}

.qfoot
	{
	height: 7px;
	background-color: #FFFFFF; 
	border: #000000; 
	border-style: solid;
	border-left-width: 0px; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px;
	}




/* Copyright and bottom info */
.copyright
	{ 
	font-size: 10px; 
	font-family:'Comic Sans MS';
	color: #ffffff; 
	letter-spacing: 0px;
	}
	
a.copyright		{ color: #FFB100; text-decoration: none;}
a.copyright:hover { color: #E6BF4C; text-decoration: none;}



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

input.post, textarea {
	border: solid 1px #666666;
	background-color: #000A28;
	color: #FFFFFF;
}

select {
	background-color: #000A28;
	color: #FFFFFF;
}

input { text-indent : 5px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #A8B7D8;
	color: #FFFFFF;
	font-size: 11px; 
	font-family:'Comic Sans MS';
	border: solid 1px #666666;
	}
	
input.button:hover 
	{ 
	background-color: #00FF00; 
	color: #FFFFFF;
	}
* html input.button { color: #FFFFFF; }

/* The main submit button option */
input.mainoption {
	background-color: #A8B7D8;
	color: #FFFFFF;
	font-weight : bold;
	border: solid 1px #666666;
	}

/* None-bold submit button */
input.liteoption {
	background-color: #A8B7D8;
	color: #FFFFFF;
	border: solid 1px #666666;
}

/* submit, preview and go buttons */

.submit
	{
	background: url(images/buttons/submit.gif) no-repeat;
	font-family:'Comic Sans MS';
	font-size: 14px; 
	font-weight : bold;
	color: #000000;
	border: 0px;
	height: 25px;
	width: 82px;
	}
	
.search
	{
	background: url(images/buttons/submit.gif) no-repeat;
	font-family:'Comic Sans MS';
	font-size: 14px; 
	font-weight : bold;
	color: #000000;
	border: 0px;
	height: 25px;
	width: 82px;
	}

	
	
.preview
	{
	background: url(images/buttons/preview.gif) no-repeat;
	font-family:'Comic Sans MS';
	font-size: 14px; 
	font-weight : bold;
	color: #000000;
	border: 0px;
	height: 25px;
	width: 82px;
	}


.gobutton 
	{
	background: url(images/buttons/go.gif) no-repeat;
	font-family:'Comic Sans MS';
	font-size: 14px; 
	font-weight : bold;
	color: #000000;
	border: 0px;
	height: 22px;
	width: 22px;
	}


/* Login pages */

.login
	{
	background: url(images/login/login-input.gif) no-repeat;
	color: #00DF00;
	border: 0px;
	height: 22px;
	width: 132px;
	text-indent : 5px; 
	}

.login-button
	{
	background: url(images/login/login.gif) no-repeat;
	border: 0px;
	height: 25px;
	width: 82px;
	}
	
.login-bg
	{
	background: url(images/login/login-bg.gif) no-repeat;
	}

.login-bg2
	{
	height: 200px;
	width: 150px;
	background: url(images/login/login-bg2.gif) no-repeat;
	filter:alpha(opacity=90);
	}



/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #1D3B84; color: #FFFFFF; border-style: none; }


/* border around entire page */

.bodyleft
	{
	background-image: url(images/body/body-side-left.gif);
	}
.bodyright
	{
	background-image: url(images/body/body-side-right.gif);
	}
.bodybot
	{
	background-image: url(images/body/body-bot-center.gif);
	}
.bodytop
	{
	background-image: url(images/body/body-top-center.gif);
	}

.bubmid
	{
	background: transparent url(images/bub-mid.gif);
	}
