/*@charset "ISO-8859-1";*/

a:active {outline: none;}
a:focus {-moz-outline-style: none;}
a:link {
	/*color: #006CC6;*/
}


/* ----- Tabella principale ----- */

.tabella{
	background-color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DCAF1E;
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
}

/* ----- Varie ----- */
.testo{
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.testo10{
	font-family: Tahoma;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.testochiaro{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}



.form{
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	border: 1px solid #DCAF1E;
	width: 150px;
}
.form2{
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
	width: 410px;
	overflow: auto; 
}
.form3{
	width: 410px;
}
.form4{
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
}

.pulsanti{
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	border: 1px solid #DCAF1E;
	width: 90px;
	height: 30px;
}

/* ----- Menú Superiore ----- */

.menu {
	background: #EEE;
	border-bottom: 1px solid #CCC;
}

#menu ul{
		padding:0;
		margin:0px;
		list-style:none;
}

#menu li {
	display: inline;
}

#menu li a {
	font-family: Tahoma;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	display:inline-block;
	padding: 5px;
	border-right: 1px solid #CCC;
}

#menu li a:hover {
	background-color: #CCC;
}


/* ----- Menú Superiore ----- */

.tddir0 {
	background: #FFF;
}

.tddir1{
	background: #FCFCFC;
}

.tddir0:hover, .tddir1:hover {
	background: #DCAF1E;
}

.select{
	background-color: #DCAF1E;
}

