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

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

/* Tables */
table,
thead th,
tfoot th,
tfoot td {
	border: 1px solid #C26F1F;
}
thead th,
tfoot th,
tfoot td {
	background-color: #666666;
}
tbody td a:hover,
tbody tr:hover,
tbody tr:hover th,
tbody tr.odd:hover th {
	background-color: #FCF6EC;
}