body 
{
	background-color: #000000;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border-style: none;
}

tr
{
	text-align: left;
}

td
{
	color: #EEEEEE;
	vertical-align: top;
	font-size: 12px;
}

.sfondoChiaro
{
	color: #333333;
}

.titolo
{
	
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-shadow: Gray;
}

.sottotitolo 
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 4px 0px;
	text-shadow:Gray;
}

.testo 
{
	font-size: 12px;
	line-height: 20px;
	/*font-weight: bold;*/
	margin:0px;
	text-shadow:Gray;
}

.testo_piccolo
{
	font-size: 11px;
	line-height: 18px;
	/*font-weight: bold;*/
	margin:0px;
	text-shadow:Gray;
}

.testo_rosso
{
	color: #FD332B;
}

.menu
{
	font-size: 12px;
	font-weight: bold;
}
.menuSelezionato {
	color: #FF0000
}

a:link
{
	color: #FFFFFF;
	/*text-decoration: none;*/
}

a:visited
{
	color: #FFFFFF;
	/*text-decoration: none;*/
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.testo_verde {
	color: #339900;
}

.testo_rosso {
	color: #FF0000;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
