/* Stili Header */
#header {
	position: relative;
	width: 760px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(/img/header_studenti_wht_800.png);
	background-repeat: no-repeat;
}

#center-column div.gradiente {
	background-image: url(/img/bg_studenti.png);
	background-repeat: repeat-y;
	background-position: center right;
}
legend {
	background-image: url(/img/bg_legend_studenti.png);
	background-repeat: repeat-x;
}
#title span {
	font-size: 20px;
	line-height: 22px;
	color: #C26F1F;
}

/* Tables */
table,
thead th,
tfoot th,
tfoot td {
	border: 1px solid #999;
}
thead th,
tfoot th,
tfoot td {

		background-image: url(/img/bg_legend_studenti2.png);
	background-repeat: repeat-x;
}
tbody td a:hover,
tbody tr:hover,
tbody tr:hover th,
tbody tr.odd:hover th {
	background-color: #e4e4e4;
}