 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #521840;
	background-image: url(images/background_top.png);
	background-repeat: repeat-x;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; color: #e3d2e5 ;}
a:link,a:active,a:visited { color : #f0b4ea;  text-decoration:none;}
a:hover		{ text-decoration: none; color : #fb9bf1; }
hr	{ height: 0px; border: solid #47244e 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #2b223d; border: 1px #4e1a4b solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #4e1a4b; border: none; }


/* Main table cell colours and backgrounds */
td.row1	{ 
background-color: #3b3251;
border: solid 1px #2b223d;
color: #e3d2e5;
}
td.row2	{ 
background-color: #3b3251;
border: solid 1px #2b223d;
color: #e3d2e5;
}
td.row3	{ 
background-color: #3b3251;
border: solid 1px #2b223d;
color: #e3d2e5;
}
td.row4	{ 
background-color: #3b3251;
color: #e3d2e5;
}


/*
  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: #5f91c9;
		background-repeat: repeat-x;
		background-image: url(images/cellpic1.gif);
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #aa90ab; font-size: 11px; font-weight : bold;
	background-color: #2b223d; height: 25px;
	background-image: url(images/cellpic3.gif);
	
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #4e1a4b; height: 28px;
			border: solid 1px #2b223d;
}


/*
  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: 25px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	border: solid 1px #2b223d;
}
td.row3Right,td.spaceRow {
	background-color: #2b223d; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 20px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #5f91c9;
}


/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #a98fa8; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #ac8fae; }
a.mainmenu		{ text-decoration: none; color : #f1b4ed; font-weight: bold; }
a.mainmenu:hover{ text-decoration: none; color : #fb9bf1; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #ab91ac}
a.cattitle		{ text-decoration: none; color : #ab91ac; }
a.cattitle:hover{ text-decoration: none; color : #c297c4; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #c7ac65; }
a.forumlink 	{ text-decoration: none; color : #c7ac65; }
a.forumlink:hover{ text-decoration: none; color : #e3bc52; }


/* 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; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-size: 11px; color : #c7ad63; }
a.topictitle:link   { text-decoration: none; color : #c7ad63; }
a.topictitle:visited { text-decoration: none; color : #c7ac65; }
a.topictitle:hover	{ text-decoration: none; color : #e3bc52; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color :#e3d2e5; font-weight: bold; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #f6ecf7; }


/* The content of the posts (body of text) */
.postbody { font-size : 11px; color: #e3d2e5;}

/* Quote & Code Teskos */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #e3d2e5; border: #D1D7DC; 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: #444444; line-height: 125%;
	background-color: #e3d2e5; border: #D1D7DC; 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; letter-spacing: -1px; color: #a98fa8; }


/* Form elements */
input,textarea, select {
	color : #ad90ac;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color : #673d6f;
	border-width : 1px;
	background-color: #47244e;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #47244e;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #47244e;
	color : #ad90ac;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #47244e;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption, input.helpline {
	background-color : #47244e;
	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: #3b3251; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
