/*
VJstil by Aeronutria
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #EFEFEF;
	scrollbar-face-color: #dddddd;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #dddddd;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color:  #ff0000;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #efefef;
	background-image: url(img/BG2.gif);

}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #ff0000; }
a:hover		{ text-decoration: underline; color : #ff0055; }
hr	{ height: 0px; border: solid #cccccc 0px; border-top-width: 1px;}

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

/* This is the outline round the main forum tables */
.tableline	{ background-color: #FFFFFF; border: 1px solid #333333; }

/* titolone. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* Subtitoli */
.subtitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.subtitle		{ text-decoration: none; color : #006699; }
a.subtitle:hover{ text-decoration: underline; }

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

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #ff0000;  }
a.mainmenu:hover{ text-decoration: underline; color : #ff0055; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #800000;
	background-color: #FAFAFA; border: #cccccc; 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: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #cccccc;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 8px;

}

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

/* 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: #dddddd; border-style: none; }

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

.txt10Bia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.smallBia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.TDDot {
	border: thin dashed #999999;
	background-color: #FFFFFF;
}

.lista {
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.lista li{
	margin:4px 0;
}

.lista a:link, .lista a:visited{
display:block;
padding:4px 10px;
border-bottom:1px dashed #CC0000;
}

.lista a:visited{
border-bottom-color: #660000;
color:#993300;
}

.lista a:hover{
	border-bottom-color:#333333;
	background-color: #FF0000;
	color: #FFFFFF;
}
