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

/* General font families for common tags */
font,th,td,p { font-family:  Verdana, Arial; font-size : 11px; color: #FFFFFF; }
a:link,a:active,a:visited { color : #FFCC33; }
a:hover		{ text-decoration: underline; color : #ECE04A; }
hr	{ height: 0px; border: solid #FFCC33 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #330000; border: 2px #FFCC33 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #CC9900; border: 0px; }


/* Main table cell colours and backgrounds */
td.row1	{ 
	background-color: #330000; 
	background-image: url(images/cellpic.gif);
	background-repeat: no-repeat;
}
td.row2	{ background-color: #330000; 
	background-image: url(images/cellpic.gif);
	background-repeat: no-repeat; 
}
td.row3,td.row3Right	{ 
	background-color: #330000; 
	background-image: url(images/cellpic.gif);
	background-repeat: no-repeat; 
}


/*
  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: #CCCCCC;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	font-family:  Verdana, Arial, Helvetica;
	color: #FFCC33; font-size: 11px;
	background-color: #330000; height: 25px;
	background-image: url(images/cellpic3.gif);
	border-width: 0px 0px 0px 0px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#666666; height: 20px;
}



/*
  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: #FFFFFF; border-style: solid; height: 28px; }

td.spaceRow {
	background-color: #663300; }

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; }

td.catleft { border-width: 1px 1px 0px 0px; background-image: url(images/cellpic1.gif);}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 17px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 1px;
			text-decoration: none; line-height : 120%; color : #FFFFFF;
}


/* 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: #FFCC33;}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ECE04A; text-decoration: underline; }

/* Opcions inicials */
.opsini			{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999;}
a.opsini		{ color: #999999; text-decoration: none;}
a.opsini:visited 	{ color: #999999; text-decoration: none;}



/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #FFCC33; background-color: #330000; }
a.mainmenu		{ color : #FFCC33; text-decoration: none; }
a.mainmenu:hover	{ text-decoration: none; color : #ECE04A; background-color: #666666; }
a.mainmenu:visited 	{ text-decoration: none; }

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


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

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


/* 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 : #FFCC33; }
a.topictitle:visited 	{ color : #FFCC33; }
a.topictitle:hover	{ text-decoration: underline; color : #ECE04A; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #FFFFFF;}
a.name:link   		{ text-decoration: none; color : #CCCCCC; }
a.name:visited 		{ color : #FFCC33; }
a.name:hover		{ font-weight: bold;text-decoration: underline; color : #ECE04A; }

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


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


/* Quote & Code blocks */
.code {
	font-family: 'Courier New', Courier, sans-serif; font-size: 11px; color: #FFFFFF;
	background-color: #663300; border: #FFCC33; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: 'Courier New', Courier, sans-serif; font-size: 11px; color: #FFFFFF;
	background-color: #663300; border: #FFCC33; border-style: dotted;
	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: Terminal, Verdana, Arial, Helvetica, sans-serif; color: #999999;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover 	{ color: #FFCC33; text-decoration: none;}
a.copyright:visited 	{ color: #FFCC33; text-decoration: none;}



/* Form elements */

input,textarea, select {
	color : #FFCC33;
	font: normal 10px  Verdana, Arial, Helvetica, sans-serif;
	border-color : #FFCC33;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #663300;
}

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
	background-color : #FFCC33;
	color : #330000;
	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: #FFCC33; border-style: none; }


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