@charset "utf-8";
/* CSS Document */

.elenco_voli {
	background-color: #FFF;
	border: 1px solid #04458A;
	font-weight: bold;
	color: #073EB3;
	width: 674px;
}

.elenco_voli tr td {
	border: 2px solid white;
	padding: 4px;
	font-size: 11px;

}

.evidenza td{
	background-color: #ffff00;
}
.mese td{
	background-color: #7392B1;
	color: yellow;
	font-weight: bold;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.titoli_colonne td{
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: 0px 13px;
	/*background-color: #073EB3 !important;*/
	text-align: center;
	background-image: url(../images/menu_bg.png);
	background-color: #FFF;
	/*background-image: url(../images/sfumatura-barre.png);*/
}


/*28/12/2011*/
/*STILE COLONNE*/

.t-center {
	text-align: center;
}
.titoli_colonne td{
	color: #333333 !important;
	font-size: 12px !important;
	padding: 0px;
}
.odd {
	color: #03038D;
}
.odd td {
	border-bottom: 1px solid #cef;
}
.even {
	color: #03038D;
	background-color: #EFEFEF;
}
.even td {
		border-bottom: 1px solid #cef; }
.elenco_mesi{
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}		
.elenco_mesi li{
   float: left;
   margin: 0px 5px 10px 0px;
   list-style: none !important;
}

.elenco_mesi li a{
	font-weight: bold;
	font-size: 12px;
	display: block;
	border: 1px dotted #999999;
	padding: 5px;
	color: #03038D;
}		
.elenco_mesi li a:hover{
	color: #ffffff;
	background-color: #073EB3;
	text-decoration: none;
}		
