.so_date_selector, .so_room_selector 	{
	background-color: white;
	border-top-width: 0px;
}

.so_room_selector {
	padding-top: 5px;
	border-width: 1px 1px 0px 1px;
}

.so_message	{
	background-color: #E2E2EB;
	border-color: #BDBCD8;
	color: black;
	margin-top: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

table.so_riepilogue {
	background-color: #F4F4F8;
	border-color: #BDBCD8;
}

table.so_riepilogue tr.header td {
	padding: 0px 5px 2px 5px;
	text-align: center;
}

tr.so_month_header td {
	padding-top: 0px;
}

tr.so_weekdays td {
	background-color: #E2E2EB;
	padding: 0px;
	text-align: center;
}

.legenda	{ 
	color: black;
	background-color: white;
}

.legenda tr td, .legenda tr th {
	font-size:  8pt;
	text-align: left;
}

.legenda th {	
	font-weight: bold
}

.legenda tr td div	{
	width: 10px;
	height: 10px;
}
							
.empty_day_cell {
	background-color: #F4F4F8;
}

.day { 
	padding: 1px;
	text-align: center;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #F4F4F8;
}

.day div {
	width: 23px;
	height: 23px;
	text-align: right;
	font-size: 10px;
}
							
.day div a:hover {
	text-decoration: none;
}

div.days {
	width: 100%;
	height: 100%;
	color: #F4F4F8;
}


.no-bl {
	border-left-width: 0px;
}

.no-bt {
	border-top-width: 0px;
}

td.selected_day {
	color: black;
}

td.selected_day div.days div {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: black;
}

td.selected_day div.days div a {
	color: black;
}

td.not_selected_day, td.not_selected_day div.days div a {
	color: #F4F4F8;
}

td.avail_day, table.legenda div.avail_day {
	background-color: seagreen;
}

td.avail_day {
	cursor: pointer;
}

td.not_avail_day, table.legenda div.not_avail_day {
	background-color: darkseagreen;
}

td.not_valid_day, table.legenda div.not_valid_day {
	background-color: gray;
}


/* Room select styles */
div.form_hotel_avail_form {
	margin-top: 10px;
}

div.form_hotel_avail_form input.submit_button {
	float: right;
	padding: 3px 5px;
	margin-right: 10px;
}

div.form_hotel_avail_form input.submit_button {
	font-weight: bold;
	text-decoration: none;
}

* html div.form_hotel_avail_form input.submit_button {
	padding: 0px;
}

fieldset.form_hotel_avail_form_date_select, fieldset.form_hotel_avail_form_rooms_select, fieldset.form_hotel_avail_form_special_offers, fieldset.form_hotel_avail_form_header {
	margin: 10px 0px;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;
	clear: right;
}

fieldset.form_hotel_avail_form_date_select legend, fieldset.form_hotel_avail_form_rooms_select legend, fieldset.form_hotel_avail_form_special_offers legend, fieldset.form_hotel_avail_form_header legend {
	font-size: 1.5em;
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 40px;
	line-height: 36px;
}

fieldset.form_hotel_avail_form_header div img {
	float: left;
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
}

fieldset.form_hotel_avail_form_header div {
	text-align: left;
}

fieldset.form_hotel_avail_form_header h1 {
	font-size: 1.3em;
}

fieldset.form_hotel_avail_form_header p {
	margin-top: 0px;
	font-size: 1.1em;
}

/* Official category fix */
#offcl_cat_id { margin-left:103px; }

fieldset.form_hotel_avail_form_date_select ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;

}

fieldset.form_hotel_avail_form_date_select ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html fieldset.form_hotel_avail_form_date_select ul {
	height: 1%;
}

fieldset.form_hotel_avail_form_date_select ul li {
	padding: 10px 10px;
	float: left;
	margin: 0px;
}

fieldset.form_hotel_avail_form_date_select ul li span {
	font-weight: bold;
	margin-right: 5px;
}

fieldset.form_hotel_avail_form_rooms_select table, fieldset.form_hotel_avail_form_header div, fieldset.form_hotel_avail_form_special_offers div {
	margin: 0px 5px 5px 40px;
}

* html fieldset.form_hotel_avail_form_rooms_select table, fieldset.form_hotel_avail_form_header div, fieldset.form_hotel_avail_form_special_offers div {
	margin: 5px 10px 10px 40px;
}

fieldset.form_hotel_avail_form_rooms_select table th {
	text-align: left;
	padding: 2px 10px 2px 2px;
}

fieldset.form_hotel_avail_form_rooms_select table td {
	padding: 2px;
}

fieldset.form_hotel_avail_form_rooms_select table td input {
	margin: 0px 5px 0px 0px;
}

fieldset.form_hotel_avail_form_special_offers {
	margin-top: 50px;
}

fieldset.form_hotel_avail_form_special_offers a {
	margin-left: 10px;
	font-weight: bold;
	text-decoration: underline;
}

* html fieldset.form_hotel_avail_form_special_offers {
	padding: 15px 10px 10px 10px;
}


