/*########## Corpo della pagina ##########*/
body {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

A {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: underline;
}

A:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.bordo {
	border: 1px solid #663300;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

/*########## Tipi di testo ##########*/
.titolo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
}

.titolo A {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

.titolo A:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.titolo-news {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
}

.titolo-news A {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

.titolo-news A:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.sottotitolo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
}

.sottotitolo A {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}

.sottotitolo A:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.sottotitolo-news {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
}

.sottotitolo-news A {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}

.sottotitolo-news A:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.didascalia {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	color: #333333;
}

.didascalia_grassetto {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

.topmenu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.topmenu A {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}

.topmenu A:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.corsivo {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

.grassetto {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.sottolineato {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #333333;
}

/*########## Tabelle ##########*/
table.dati {
        border: 1px solid #666666;
}
tr.riga_intestazione{
	background-color: #fade57;
}
tr.riga_dispari {
	background-color: #FFFFFF; color: black;
}
tr.riga_pari {
	background-color: #fde992; color: black;
}
td.dati { border: 1px solid #666666; }
th.dati { border: 1px solid #666666; }

td.comandi { background-color: #FFFFFF; color: black;
             border: 1px solid #666666;
}
th.comandi { background-color: #FFFFFF; color: black; }

/*########## Form ##########*/
.form {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFAE;
	border: 1px solid #333333;
}
.formPiccolo {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFAE;
	border: 1px solid #333333;
}

/*-------------------------------------------------*/

#menu {
background: transparent url(immagini/button.jpg) top left repeat-x;
width: 773px;
height: 48px;
}

#menu ul {
float:left;
height: 48px;
margin: 0;
padding: 0;
list-style-type: none;
}

#menu ul li {
float:left;
}

#menu li a {
display: block;
height: 27px;
background: #D2D2D2 url(immagini/button.jpg)  top left repeat-x;
padding: 15px 13px 6px 13px;
text-decoration:none;
color: #666666;
font-size:11px;
text-transform:uppercase;
font-weight: bolder;
border-right: 1px solid #FFFFFF;
}

#menu li a:hover {
display: block;
background: #999999 url(immagini/button-hover.jpg)  top left repeat-x;
padding: 15px 13px 6px 13px;
text-transform:uppercase;
color: #FFFFFF;
border-right: 1px solid #FFFFFF;
}

#menu li.current_page_item a {
display: block;
background: #999999 url(immagini/button-actual.jpg)  top left repeat-x;
padding: 15px 13px 6px 13px;
text-decoration:none;
color: #FFFFFF;
font-size:11px;
font-weight: bolder;
text-transform:uppercase;
cursor:default;
border-right: 1px solid #FFFFFF;
}

.clear {
clear:both;
}
