/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	/*background-color:#FFFFFF;*/	/*background-color:#ffffec;*/	background-color:#999999;	/*scrollbar-face-color:#0080ff;*/	/*scrollbar-face-color:#003366;*/	/*scrollbar-highlight-color: FFFFFF;*/	/*scrollbar-shadow-color: 003366;*/	/*scrollbar-3dlight-color: 003366;*/	/*scrollbar-arrow-color:#003366;*/	/*scrollbar-track-color: EFEFEF;*/	/*scrollbar-darkshadow-color: DEE3E7;*/}

/* General font families for common tags */
font,th,td,p, div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a { font-weight: bold; color: #0080FF; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:active {  text-decoration: none}
a:hover {  text-decoration: underline; color: 003366}
hr { border-top-width:0px; border-style:solid; height:1px; 	color: #0080FF; }
.bodyline { border-width:0px; }
/* This is the outline round the main forum tables */
.forumline	{ background-color: FFFFFF; border: 2px 0080ff solid; }
/* Main table cell colours and backgrounds */
td.row1	{ background-color: f0f0f0; }
td.row2	{ background-color: fafafa; }
td.row3	{ background-color: ffffff; }

/*
  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: FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: 0080ff; font-size: 10px; font-weight : bold; 
	background-color: f8f8f8; height: 35px;
}

.price.th	{
	color: f8f8f8; font-size: 10px; font-weight : bold; 
	background-color: 0080ff; height: 35px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom { background-image:url('images/cellpic1.gif'); }
th.cat, th.catHead, th.catSides, th.catLeft, th.catRight, th.catBottom { background-image:url('images/cellpic1.gif'); }

td.cat, td.catHead, td.catBottom { height:29px; }
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.row3Right,td.spaceRow {
	background-color: f0f0f0; border: FFFFFF; border-style: solid;
}

td.catHead { border-bottom-width:0; }
th.thSides, td.catSides, td.spaceRow { border-top-width:0px; border-bottom-width:0px; }
th.thRight, td.catRight, td.row3Right { border-top-width:0px; border-bottom-width:0px; border-left-width:0px; }
th.thLeft, td.catLeft { border-top-width:0px; border-right-width:0px; border-bottom-width:0px; }
th.thBottom, td.catBottom { border-top-width:0px; }
th.thTop { border-width:0px; }
th.thCornerL { border-width:0px; }
th.thCornerR { border-width:0px; }

.maintitle { font-weight:bold; color: 0080ff; font-size:15px; text-decoration:none; }

/* General text */
.gen { font-size : 10px; }
.genmed { font-size : 9px; }
.gensmall { font-size : 9px; }
.gen,.genmed,.gensmall { color : 000000; }
a.gen,a.genmed,a.gensmall { color: 0080ff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 9px; color : 000000 }
a.mainmenu		{ text-decoration: none; color : 0080ff;  }
a.mainmenu:hover{ text-decoration: underline; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; color : 3399ff}.cattitle2		{ font-weight: bold; font-size: 12px ; color : 003366}
a.cattitle		{ text-decoration: none; color : 0080ff; }
a.cattitle:hover{ text-decoration: none; }

/* Forum title: Text and link to the community used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : 0080ff; }
a.forumlink 	{ text-decoration: none; color : 0080ff; }
a.forumlink:hover{ text-decoration: underline; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 9px; color : 000000;}
a.nav			{ text-decoration: none; color : 0080ff; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 9px; color : 000000; }
h3 { font-size: 23px; color : 0080ff; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
a.topictitle:link   { text-decoration: none; color : 0080ff; }
a.topictitle:visited { text-decoration: none; color : 0080ff; }
a.topictitle:hover	{ text-decoration: underline;}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 9px; color : 000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 9px; color : 000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 10px; line-height: 18px}
a.postlink:link	{  text-decoration: none; color : 0080ff }
a.postlink:visited { text-decoration: none; color : 0080ff; }
a.postlink:hover { text-decoration: underline}

/* Quote & Code blocks */
.code { 
	font-family: Courier, sans-serif; font-size: 9px; color: 666666;
	background-color: F1F1F1; border: EFEFEF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote { font-family:Arial; font-size:xx-small; color:0080ff; line-height:125%; border-width:1px; border-color:0080ff; border-style:solid; }

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: 333333; letter-spacing: -1px;}
a.copyright		{ color: 333333; text-decoration: none;}
a.copyright:hover { color: 000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {	color : #000000;	font: normal 9px Verdana, Arial, Helvetica, sans-serif;}

/* The text input fields background colour */
input.post, textarea.post, select {	background-color : ffffff;}

input { text-indent:2px;}
/*
input.button { background-color:ffffff; }*/.TEXTBOX
{ 
	font-size: 11PX;
	font-family: Verdana, Arial, Sans-Serif;
}


/* The main submit button option */
input.mainoption {
	background-color : ffffff;
	font-weight : bold;
}

input.liteoption { font-weight:normal; color:666666; background-color:ffffff; }

/* 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: EBEDEF; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css"); 
td.catSides { height:28px; }
td.catLeft { border-left-width:1px; border-style:none; height:28px; }
td.catRight { border-right-width:1px; border-style:none; height:28px; }
select { color:0080ff; background-color:ffffff; }
td.cat { border-style:none; }
td.catHead { border-top-width:1px; border-right-width:1px; border-left-width:1px; border-style:none; }
td.catSides { border-right-width:2px; border-left-width:2px; border-style:none; }
td.catBottom { background-color:f0f0f0; border-right-width:0px; border-bottom-width:0px; border-left-width:0px; border-style:none; }
textarea { color:0080ff; }
th.thSides { border-right-width:0px; border-left-width:0px; }
th.thLeft { border-left-width:0px; }
th.thRight { border-right-width:0px; }
td.row3Right { border-right-width:1px; }
td.spaceRow { border-right-width:1px; border-left-width:1px; }



.mBody { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 120% }
.mSuperTitulo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 120%; color:#000066; font-weight:bold; }
.mTitle {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000}.mNegTitle {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #0080ff}
.mLowNegTitle { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #003399}

input {	font-family: arial,helvetica;	font-size: 11px;}
textarea {	font-family: arial,helvetica;	font-size: 11px;}
select {	font-family: arial,helvetica;	font-size: 11px;}
.mNegBody { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 120%; color: #FFFFFF}
.mBodyNoSpace { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 90%}
.mBodyRed { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 120%; color: #CC0000}
tt {  font-family: "Courier New", Courier, mono; font-size: 12px; color: #000000; text-decoration: none}
