@charset "UTF-8";
/* CSS Document */

/* TABELLA STYLES */
 #content table#orariTbl {
	width: 690px;
	background-color: #FFFFFF;
	border: 1px solid #003399;
	border-collapse: collapse;
	margin-bottom: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#content #orariTbl thead {
font-size: 110%;
color: #FFFFFF;
font-weight: normal;
background-color: #003399;
text-align: center;
}

#content #orariTbl tbody {
font-size: 90%;
color: #000;
font-weight: normal;
text-align: center;
}

#content #orariTbl caption {
font-size: 140%;
font-weight: bold;
font-color: #666;
text-align: left;
padding-bottom: .5em;
}

#content #orariTbl th {
font-size: 115%;
color: #FFFFFF;
text-align: center;
background: #003399;
height: 40px;
vertical-align: bottom;
padding-bottom: 0.5em;
font-weight: normal;
border: 1px solid #003399;
}

#content #orariTbl td {
padding: 1.5em 1em 0 1em; /* inserito 0 padding-bottom perchè eredita già un margin da p di 1.5em */
border: 1px solid #003399;
}

#content #orariTbl tr.odd {
	background-color: #DAEBFF;
}

#content #orariTbl tr:hover {
	background-color: #FFCC00;
}

