/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #EFEFEF;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000088;
	scrollbar-track-color: #F3F3F6;
	scrollbar-darkshadow-color: #98AAB1;
}

p {font-family: times, garamond, serif;
	fonsize: 8pt}


/* General font families for common tags */
font,th,td,p { font-family: times, garamond, serif;
		font-size: 12pt}
a:link,a:active,a:visited { color : #000088; }
a:hover		{ text-decoration: underline; color : #FF0000; }
hr	{ color: #8C0F0F; size=3; border=0}

h1 { font-family: arial, sans-serif;
	font-size: 18pt}

h2 { font-family: arial, sans-serif;
	font-size: +14pt}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F3F3F6; }
td.row2	{ background-color: #EFEFEF; }
td.row3	{ background-color: #D1D7DC; }


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #C80F0F; height: 25px;
	/* background-image: url(forum/templates/subSilver/images/cellpic3.gif);*/
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			/* background-image: url(forum/templates/subSilver/images/cellpic1.gif); */
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}



th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000088; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF0000; text-decoration: underline; }


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F3F3F6;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");