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

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

.elenco_voli tr td {
	border: 1px solid #04458A;
	padding: 2px;
	font-size: 11px;
    border-spacing: 0px !important;
    margin: 0px;
}
#h-box-1 {
background-image: url(../immagini/h-box-1.jpg);
background-repeat: no-repeat;
width: 334px;
height: 250px;
font-size: 15px;
font-weight: bold;
}
#h-box-2 {
background-image: url(../immagini/h-box-2.jpg);
background-repeat: no-repeat;
width: 334px;
height: 250px;
font-size: 15px;
font-weight: bold;
}

.evidenza td{
	background-color: #ffff00;
}
.sfondo_sfumato{
	background-image: url(../immagini/sfumatura-barre.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sfondo_sfumato td{
	padding: 4px;
}
.mese td{
	background-color: #009933;
	color: #FFF;
	font-weight: bold;
	background-image: url(../immagini/sfumatura-barre.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.titoli_colonne td{
	font-weight: bold;
	color: #FFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffcc33;
	text-align: center;
	background-image: url(../immagini/sfumatura-barre.png);
}


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

.t-center {
	text-align: center;
}