/* General page style. The scroll bar colours only visible in IE5.5+ */
body{
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	margin:6px;
	padding:0;
	background-color: Navy;
	background-image: url(images/sfondo.jpg);
	scrollbar-3dlight-color: #2147AB;
	scrollbar-arrow-color:  #66FFFF;
	scrollbar-darkshadow-color: #547ADE;
	scrollbar-face-color: #2958D3;
	scrollbar-highlight-color: #2147AB;
	scrollbar-shadow-color: #2958D3;
	scrollbar-track-color: #547ADE;
	color: White;
	}

	/* General font families for common tags */
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}

/* General page style */
a:link,a:active,a:visited{color: #BBFEFF;text-decoration:none}
a:hover{color:#33CCCC; text-decoration: underline}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #BBFEFF; }
a.topictitle:visited { text-decoration: none; color : #ADD8E6; }
a.topictitle:hover	{ text-decoration: underline; color : #33CCCC; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #FFFFFF;}

/* Line */
hr{border: 0px solid #2147AB;border-top-width:1px;height:0px}

/* Category gradients*/
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/bar_graph/bkg_rosa.gif);
			border: #45A7D6; height: 24px;
			font-weight:bold;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #2147AB; height: 24px;
	background-image: url(images/bar_graph/bkg_grey_nohead.gif);
}
th.thTopH {
	font-weight: bold; border: #2147AB; height: 32px;
	background-image: url(images/bar_graph/bkg_grey.gif);
}
td.row3Right,td.spaceRow {
	background-color: #2147AB; border: #45A7D6;
	color: White;
}
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; }
/*
  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 {
	border-width: 0px 0px 0px 0px;
}
/* Main table cell colours and backgrounds */
.row1,.hideinput{background-color:#547ADE;  color: White; }
.hideinput{border:0px solid;font:bold 10px Verdana,Arial,Helvetica,sans-serif}
.row2,.helpline{ background-color: #2958D3;  color: White;  }
.row3{ background-color: #2147AB;  color: White;  }
.rowtopic{background: #0000CD url(images/topic_bkg.jpg);      }
td.spacerow{background:#8080FF;  color: White; }
/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic {
		background-image: url(images/bar_graph/bkg_rosaf.gif);
		background-repeat: repeat-y;
		color: Navy;
}
/* Table Header cells */
th	{
	color: Navy; font-size: 11px; font-weight : bold;
	height: 32px;
	background-image: url(images/bar_graph/bkg_grey.gif);
	white-space:nowrap;
	text-align:center;
}

/* This is the border line & background colour round the entire page */
.bodyline{background-color: #2147AB; border: 1px #547ADE solid; }
/* This is the outline round the main forum tables */
.forumline	{ background-color: #2147AB; border: 1px #006699 solid; }
/* The largest text used in the index page title and toptic title etc. */
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #FFFFFF;
}
.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
/* 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: #66FFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #33CCCC; 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: 11px; color : #FFFFFF;}
a.nav			{ text-decoration: none; color : #66FFFF; }
a.nav:hover		{ text-decoration: underline; }
/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #66FFFF }
a.postlink:visited { text-decoration: none; color : #CCCCFF; }
a.postlink:hover { text-decoration: underline; color : #33CCCC}
/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }
/* Quote blocks */
/* Quote & Code blocks */
.code {
	font-family: "Courier, Courier New, sans-serif"; font-size: 11px; color: #84FF84;
	background-color: #547ADE; border: #2147AB; 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: #8598E4; line-height: 125%;
	background-color: #547ADE; border: #2147AB; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quotediv{background: #6495ED;border: 1px solid Navy; padding:5px;overflow:auto;width:90%;text-align:left;         }
/* Code blocks */
.codetitle{background: #cdd6de;border: 1px solid Navy;padding:5px;width:90%;font-weight:bold; text-align:left; 
margin-top:10px;
 color: #00008B;
} 
.codediv{background:#fafafa;border: 1px solid Navy;color:#006600; 
font:12px Courier,"Courier New",sans-serif;padding:5px;overflow:auto;width:90%;height:50px;text-align:left;
          }
/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #8598E4; text-decoration: none;}
a.copyright:hover { color: #CCCCCC; text-decoration: underline;}
/* This is for the error messages that pop up */
.errorline{background:#add8e6;border:1px solid #006699}
/* Form elements */
/* Form elements */
input,textarea, select {
	color : #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #FFFFFF;
}
form{display:inline}
/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #2147AB;
}
/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #547ADE;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
	background-color : #547ADE;
	font-weight : bold;
	color: White;
}
/* None-bold submit button */
input.liteoption {
	background-color : #547ADE;
	font-weight : normal;
}
input.catbutton{border:1px solid #000000;background:#fafafa;font-size:10px}
a.but,a.but:hover,a.but:visited{color:#000000;text-decoration:none}
/* 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: #2958D3; border-style: none; }
/* Set Image style */
img, .forumline img {
	border: 0;
}
.newsbutton {
	color: #FFFFFF;
	background-color: #547ADE;
	border: 1px solid #547ADE;
	width: 12px;
	height: 12px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 7pt;
	border-style: solid;
	border-width: 1px;
	cursor: hand;
}
/* This is the gradient background at the top of the page */
.topnav{font-size:10px;background: #3344AA;color:#ffffff;white-space:nowrap}
/* Admin & Moderator Colours MODification */
.admin,.mod{font-size:11px;font-weight:bold}
.admin,a.admin,a.admin:visited{color:#ffa34f}
.mod,a.mod,a.mod:visited{color:#006600}
a.admin:hover,a.mod:hover{color:#dd6900}
/* Specify the space around images */
.imgtopic,.imgicon{margin-left:3px}
.imgspace{margin-left:1px;margin-right:2px}
.imgfolder{margin:1px 4px 1px 4px}
/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}
.imgfade{filter:alpha(opacity=70); -moz-opacity:0.7;margin-left:0px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:0px}
/* Background images for tables */
.tbl{border-collapse:collapse;height:4px;width:100%}
/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #66FFFF;  }
a.mainmenu:hover{ text-decoration: underline; color : #33CCCC; }
/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #66FFFF}
a.cattitle		{ text-decoration: none; color : #66FFFF; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #66FFFF; }
a.forumlink 	{ text-decoration: none; color : #66FFFF; }
a.forumlink:hover{ text-decoration: underline; color : #33CCCC; }