body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../img/bg_sfondo.gif);
	background-repeat:repeat-x;
	background-color:#2C5827;
	background-position:top;
}

body,p,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {
	color: #007E30;
}

form{
	margin:0;
	padding:0;
}
p{
	margin:5px 0px 5px 0px;
}

.dataNews {
	font-style: italic;
	color: #000000;
	float: right;
}

a.news{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.tondoMenu {
	background-color:#007E30;
}
.tondoBianco {
	background-color:#FFFFFF;
}

.Capitoli {
	font-weight: bold;
	color: #FFFFFF;
}

.Capitoli a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.Capitoli:HOVER {
	background-color:#00521B;
	font-weight: bold;
	color: #FFFFFF;
}
.Capitoli:HOVER a{
	background-color:#00521B;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.CapitoliAttivo {
	background-color:#00521B;
	font-weight: bold;
	color: #FFFFFF;
}
.CapitoliAttivo a{
	background-color:#00521B;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.Sezioni {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-image:url(../img/bg_grigio.gif);
}
.SezioniColore {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-image:url(../img/bg_colore.gif);
}
.SezioniReale {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-image:url(../img/bg_azzurro.gif);
}
.SezioniNews {
	font-size: 12px;
	font-weight: bold;
	color: #6C3F1C;
	padding: 4px;
}

.fasciaScelte{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	background-color:#EDEDED;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	padding:5px;
}

.fasciaScelte td{
	font-size:10px;
	font-weight:bold;
	padding:5px;
}

.login{
	background-color:#000000;
	padding:3px;
}

.login{
	color:#FFFFFF;
	text-decoration:none;
}

/* form*/
input, textarea,select {
	color:#404040;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

select {
	border: 1px solid #B8BAC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}

.inputText {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
}

.button {
	background-color:#00521B;
	border: 1px solid #007E30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
}

.textinput, .textinputHovered {
	width:90px;
	height:15px;
	background:url(../img/input.gif); 
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	padding:4px 8px;
	color:#404040;
}

.textinputHovered {
	background-position:left bottom;
	color:#404040;
}
	
.textinputLungo, .textinputLungoHovered {
	width:250px;
	height:15px;
	background:url(../img/inputlungo.gif); 
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	padding:4px 8px;
	color:#404040;
}

.textinputLungoHovered {
	background-position:left bottom;
	color:#404040;
}
	
.textarea, .textareaHovered {
	width:250px;
	height:63px;
	background:url(../img/textarealungo.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	overflow:auto;
}
.textareaHovered {
	background-position:left bottom;
}
label {
	color:#999;
	/*cursor:pointer;*/
	line-height:15px;
}

label.nuovaLega{
	color:#000000;
}

label.chosen {
	color:#333;
}


.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../img/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}

.buttonSubmitHovered {
	background-position:left bottom;

}
.cellaForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}
.rigaForm {
	font-weight:bold;
	padding: 5px;
	vertical-align: middle;
}
/* */


.cellaGrigio{
	background-color: #CCCCCC;
	padding: 2px;
}

.cellaBianco {
	background-color: #FFFFFF;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.classificaGrigio {
	background-color: #EBEBEB;
	padding: 4px;
	border-bottom:1px dashed #9D9D9D;
}

.classificaGrigioAttivo {
	background-color: #A3A3A3;
	padding: 4px;
	font-weight:bold;
	border-bottom:1px dashed #9D9D9D;
}

.classificaReale {
	background-color: #D2E8F0;
	padding: 4px;
}

.classificaRealeAttivo {
	background-color: #D2E8F0;
	padding: 4px;
	font-weight:bold;
}


.classificaBianco {
	background-color: #FFFFFF;
	padding: 4px;
}
.classificaBiancoAttivo {
	color:#FFFFFF;
	background-color: #539B45;
	padding: 4px;
	font-weight:bold;
}

.classificaBiancoSuperAttivo {
	font-size:12px;
	background-color: #539B45;
	padding: 4px;
	font-weight:bold;
}

.classificaColore {
	background-color: #DAEAD0;
	padding: 4px;
	color:#000000;
}

.classificaColoreAttivo {
	color:#FFFFFF;
	background-color: #539B45;
	padding: 4px;
	font-weight:bold;
}

.classificaColoreSuperAttivo {
	font-size:12px;
	background-color: #DAEAD0;
	padding: 4px;
	font-weight:bold;
}
.terms {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type:disc;
}

/*/////////navigazione////////*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 8em;
	text-align:center;
}

#nav li { /* all list items */
	width: 8em; /* width needed or else Opera goes nuts */
	text-align:center;
	_padding:1px 0 0 0; 
}

#nav li ul { /* second-level lists */
	float: left;
	position: absolute;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:center;
	padding:1px;
	_padding:0px;
	margin:0px 5px 0px -68px;
	_margin:0px 5px 0px -110px;
}

#nav li ul a { /* second-level lists */
	margin-bottom:1px;
	_margin-bottom:0;
	background-color:#00521B;
	color:#FFFFFF;
	width: 20em;
	padding:5px;
	text-align:center;
}
#nav li ul a:hover { /* second-level lists */
	background-color:#007E30;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
