body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Lucida;
	background-color: #333333;
	font-size: 12px;
	color: #ffffff;
}
img {
	border: 0;
}
.text_gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #818181;
}
.text_dark_gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.bottom {
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}
input.black_input {
	color: #adadad;
	font-family: Tahoma, Arial, Helvetica, Lucida;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	border-collapse: collapse;
	border-style: none;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #494949;
	line-height: 14px;
	height: 15px;
	width: 70px;
	margin-right: 3px;
	margin-left: 3px;
}
#ferrari_body table {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana;
	font-size: 13px;
}
#ferrari_body input[type=text] {
	border: 1px solid #ff0000;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 280px;
}
#ferrari_body input[type=text].date {
	background-image: url(../images/calendar.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: normal;
	font-family: Verdana;
	color: #000080;
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
	width: 76px;
	padding-right: 18px;
}

#ferrari_body input[type=button] {
	border: 0;
	background-image: url(../images/ferrari/bottone.gif);
	background-color: #000000;
	color: #ffffff;
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 12px;
	height: 26px;
	width: 156px;
	letter-spacing: 1px;
	padding-right: 24px;
}
#ferrari_body select {
	border: 1px solid #ff0000;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 120px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 1px;
}
#lista_navette ul {
	column-count: 7;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#lista_navette li {
	padding: 0;
	float: left;
	display: block;
	display: inline; /*IE*/
	text-align: left;
	width: 121px;
	height: 158px;
	border: 1px solid #666666;
	border-collapse: collapse;
	font-size: 10px;
	color: #ffffff;
}
#lista_navette div.day {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
#prenotazioni table {
	border:1px solid #ff0000;
}

#prenotazioni th {
	color: #fffff;
}
#prenotazioni td {
	font-size:11px;
}
#dettaglio_prenotazione table {
	border:0;
}
table#dettaglio_prenotazione th {
	color: gray;
	border:0;
}
table#dettaglio_prenotazione td {
	border:0;
	font-size:11px;
	text-align:left;
}

table#prenotazione_effettuata td {
 	color:#ffffff;
 	font-size:11px;
 	padding-left:20px;
 	line-height:18px;
}