/*
div#prezzi_booking { font-family: Tahoma; font-weight:bold; font-size: 14px;padding: 40px 0px}

div#prezzi_booking a:link, div#prezzi_booking a:visited, div#prezzi_booking a:active { text-decoration: none; color:  #000;}
div#prezzi_booking a:hover { text-decoration: underline; color: #1a6d8b;}
*/
div#booking {
	margin: 0px auto; 
	width: 100%;
	padding: 0px; 
	background-color: #f0e2c5; 
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold; 
}
div#booking form {margin: 0px; padding: 0px;}
div#booking label { color: #5e5e5e; font-weight:bold;}
div#booking label span { color: #af1500;}
div#booking input.input_text {width: 70px; text-align: center; padding: 1px; border: 1px solid #5e5e5e; line-height: 14px; font-size:11px;}
div#booking input.bottone {
	width: 150px; 
	line-height: 14px;
	vertical-align:top; 
	font-size: 10px; 
	text-align: center; 
	margin: 0; 
	border: 1px solid #5e5e5e; 
	padding: 1px; 
	background: url(../images/bg_button.jpg) repeat-x top left;
	font-weight: bold;
	cursor: pointer;
}

table.cpBorder {border-color: #1a6d8b;}
td.cpMonthNavigation { background-color:#848486;}
a.cpMonthNavigation:link, a.cpMonthNavigation:visited, a.cpMonthNavigation:active { text-decoration:none; color: #fff; background-color:#848486;}
a.cpMonthNavigation:hover { text-decoration: underline; }
span.cpMonthNavigation { color: #fff; background-color:#848486;}
td.cpCurrentMonthDate a.cpCurrentMonthDate:link,
td.cpCurrentMonthDate a.cpCurrentMonthDate:active,
td.cpCurrentMonthDate a.cpCurrentMonthDate:visited { color: #000;}