


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #DBE5DA;
	scrollbar-face-color: #DBE5DA;
	scrollbar-highlight-color: #DBE5DA;
	scrollbar-shadow-color: #67387E;
	scrollbar-3dlight-color: #67387E;
	scrollbar-arrow-color:  #67387E;
	scrollbar-track-color: ##DBE5DA;
	scrollbar-darkshadow-color: ##DBE5DA;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #4B0082; }
a:hover		{ text-decoration: underline; color : #9932CC; }
hr	{ height: 0px; border: solid #DAE6DA 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	border: 1px solid #8B4CAB;
	background-image: url(images/bg_y.jpg);
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #DBE7DB; border: 2px #8C4EAE solid; }


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


/*
  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: #EEDFF5;
		background-image: url(images/cellpic1.gif);
		background-repeat: repeat;
}

/* Header cells - the rainbow gradient backgrounds */
th	{
	color: #9932CC; font-size: 11px; font-weight : bold;
	background-color: #E5D5EC; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#E5D5EC; 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 :-)
*/

th.thCornerR {
	font-weight: bold;
	height: 28px;
	color: #4B0082;
}
td.spaceRow {
	background-color: #4B0082; }
td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
td.spaceRow	 { }
td.catBottom  { border-width: 0px 1px 1px 1px; }


/* General text */
.gen { font-size : 12px; color : #4B0082; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.genmed,.gensmall { color : #4B0082; }
a.gen,a.genmed,a.gensmall { color: #4B0082; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #9932CC; text-decoration: underline; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #4B0082;
}
a.cattitle		{ text-decoration: none; color : #4B0082; }
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 : #4B0082; }
a.forumlink 	{ text-decoration: none; color : #4B0082; }
a.forumlink:hover{ text-decoration: underline; color : #9932CC; }


/* 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 : #4B0082;}
a.nav			{ text-decoration: none; color : #4B0082; }
a.nav:hover		{ text-decoration: underline; }


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


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #4B0082;
}
a.postlink:visited { text-decoration: none; color : #4B0082; }
a.postlink:hover { text-decoration: underline; color : #9932CC;
}


/* Quote & Code blocks */
.code {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #4B0082;
	background-color: #EBDBF3; border: #EDC3F5; 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: #4B0082; line-height: 125%;
	background-color: #EBDBF3; border: #EDC3F5; 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: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4B0082; letter-spacing: -1px;}
a.copyright		{ color: #4B0082; text-decoration: none;}
a.copyright:hover { color: #9932CC; text-decoration: underline;}


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

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #B1C5B1; 
    border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBE7DB;
	border-right-color: #DBE7DB;
	border-bottom-color: #DBE7DB;
	border-left-color: #DBE7DB;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EBDBF3;
	color : #4B0082;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #EBDBF3;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #EBDBF3;
	font-weight : normal;
}

/* 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: #DBE7DB; border: 1px solid #000000; }
td.row3Right { 	background-color: #EBDBF3;  }th.thCornerL {
	font-weight: bold;
	height: 28px;
	color: #4B0082;
} th.thBottom { } th.thBottom { 	font-weight: bold; height: 28px;  } 
th.thHead { font-size: 12px;  } th.thHead { 	font-weight: bold; height: 28px;  color: #4B0082;}  th.thLeft { 	font-weight: bold; height: 28px; color: #4A598C; }  th.thRight { 	font-weight: bold; height: 28px; color: #4A598C; } th.thSides { } th.thSides { 	font-weight: bold; height: 28px;  } th.thTop {
	font-weight: bold;
	height: 28px;
	color: #4B0082;
} td.catSides { } 

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

/* Top table on index-body forum */
.indextable {background:url(images/table_m.gif) repeat-x;width:100%}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");