/*

  The original subSilver Theme for phpBB version 2+

  Created by subBlue design

  http://www.subBlue.com

*/



 /* General page style. The scroll bar colours only visible in IE5.5+ */

body {

	background-color: #FFFFFF;

	scrollbar-face-color: #FFFFFF;

	scrollbar-highlight-color: #FFFFFF;

	scrollbar-shadow-color: #DEE3E7;

	scrollbar-3dlight-color: #D1D7DC;

	scrollbar-arrow-color:  #888888;

	scrollbar-track-color: #EFEFEF;

	scrollbar-darkshadow-color: #98AAB1;

}



/* General font families for common tags */

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 11px; color: #000000;}

a:link,a:active,a:visited { color : #FF0099; text-decoration: none;}

a:hover		{ text-decoration: underline; color : #FFCC00; }

a.1:link,a.1:active,a.1:visited { color : #FF0099; text-decoration: none;}

a.1:hover		{ text-decoration: underline; color : #0099CC; }

a.menu:link,a.menu:active,a.menu:visited { color : #FFFFFF; text-decoration: none;}

a.menu:hover		{ text-decoration: underline; color : #FFCC00; }

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}



/* Main table cell colours and backgrounds */

td.bluesx	{ background-image:url("nwimg/sf_blue.gif"); background-position:top right; background-repeat:no-repeat; }
td.bluesxsf	{ background-image:url("nwimg/sf_blue_repeat.gif"); background-position:top right; background-repeat:repeat-y; }
td.fcsx		{ background-image:url("nwimg/sf_sx.gif"); background-position:top right; background-repeat:no-repeat; }
td.fcdx		{ background-image:url("nwimg/sf_fucsia.gif"); background-position:top left; background-repeat:no-repeat; }
td.grey		{ background-image:url("nwimg/sf_grey.gif"); background-position:top right; background-repeat:no-repeat; }
.trattinotb { border-style: dotted; border-color: #FFFFFF; background-color: #FFFFFF}
td.trattino { border-style: dashed; border-color: #CCCCCC; background-color: #FFFFFF}


/* Forum category titles */

.cattitle		{ font-weight: bold; font-size: 11px ;  letter-spacing: 1px; color : #FFFFFF;}

a.cattitle		{ text-decoration: none; letter-spacing: 1px; color : #FFFFFF; }

a.cattitle:hover	{ text-decoration: underline; letter-spacing: 1px; color : #FFFFFF;}

.cattitle2		{ font-weight: bold; font-size: 12px ; letter-spacing: 2px; color : #0099CC;}

a.cattitle2		{ text-decoration: none; color : #0099CC; }

.cattitle3		{   font-size: 11px ; color : #003333;}

a.cattitle3		{ text-decoration: none; color : #006699; }

a.cattitle3:hover{ text-decoration: none; }

a.cattitle3:hover{ text-decoration: none; }


/* 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 : #000000;}

a.nav			{ text-decoration: none; color : #006699; }

a.nav:hover		{ text-decoration: underline; }


/* Copyright and bottom info */

.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}

a.copyright		{ color: #444444; text-decoration: none;}

a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */

input,textarea, select {

	color : #000000;

	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

	border-color : #666666;
	
}


/* The text input fields background colour */

input.post, textarea.post, select {

	background-color : #F5F5F5;

	border: 1px solid;

}


input { text-indent : 2px; }



/* The buttons used for bbCode styling in message post */

input.button {

	background-color : #EFEFEF;

	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("formIE.css");



/* The largest text used in the index page title and toptic title etc. */

.maintitle { 

			font-weight: normal; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;

			text-decoration: none; color : #000000;