@charset "UTF-8";
body {
	background-color: #1c1c1c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

font strong, strong font
{
	color: #c00;
}

p
{
margin-top: 0px;
padding: 0px;
margin-bottom: 6px;
}

.corpo
{
	background-color: #ffffff;
}

.menuSelected
{
	background-color: #CC0000;
}

.alert
{
border: 1px solid #f00;
background-color: #eee;
font-family:Tahoma, Arial, Helvetica, sans-serif;	
margin-top: 6px;
font-size: 32px;
text-align: center;
font-weight: bolder;
color: #f00;
padding-bottom: 6px;
padding-top: 6px;
margin-bottom: 5px;	
}

.textSmall
{
	font-size: 11px;
	text-align: justify;
	color: #444;
	line-height: 13px;
}
.text
{
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
}

.footer a
{
    color: #999;
	text-decoration: none;
}

.menuSelected a, .menu a
{
	color: #fff;
	text-decoration: none;
}

.menuSelected a:hover, .menu a:hover, .footer a:hover
{
	text-decoration: underline;
}

.microText {
	font-size: 9px;
	color: #CCCCCC;
}
/*
.style2 {
	color: #990000;
	font-weight: bold;
}
.style3 {color: #000099}
*/
input
{
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 2px;
    color: #444;
}

.titoloPagina
{
	color: #900;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.corpoPagina, .testoprincipale
{
	text-align: justify;
	font-size: 13px;
	font-family: Verdana
}

.sommarioPagina
{
	font-size: 12px;
	color: #666;
	font-style: italic;
	padding: 4px 0 4px 0;
}

.datagrid a
{
	text-decoration: none;
	font-size: 12px;
	color: #3c3c3c;
}

.datagrid a:hover
{
	text-decoration: underline;
}

.pager
{
	text-align: right;
	padding-bottom: 10px;
	font-weight: bold;
}

.pager a
{
	color: black;
	text-decoration: none;
}

.pager a:hover
{
	color: #900;
	text-decoration: underline;
}

.evidenza a
{
	color: black;
	text-decoration: none;
	font-size: 11px;
}

.evidenza a:hover
{
	color: #900;
	text-decoration: underline;
}