/* CSS ITG Oscar D'Agostino di Avellino - Arix@you per S@rete */


/* ---------- table module ---------- */


/* tabelle di layout */

table {
		font: 11px/1.5em "Lucida Sans Unicode", arial, verdana, sans-serif; 
	}

td.yellow { /* td per la foto */
	padding: 20px;
}


td.menu {
	border-right:1px dotted #A89269;
	padding-right:20px;
	width:150px;
}

td.menu ul li {
	background:url(../img/arrow.png) no-repeat 0 50%;
	display:block;
	padding-left:14px;
	border-bottom:1px dotted #A89269;
	margin:5px 0px;
	}

td.menu ul li a {
	color:#000000;
	}
	
td.main {
	padding-left:20px;
	padding-top:10px;
}

table.operatori td {
	border-bottom:1px dotted #ccc;
	color:#666;
}
