@charset "utf-8";



.ds_box {
	background-color: #FFF;
	border: 1px solid #BABABA;
	position: absolute;
	z-index: 32767;
	border-radius: 4px;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color:#b50b4f;
	color:#fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ds_subhead {
	color: #030303;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 32px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0076AD;
	padding-top: 3px;
}

.ds_cell {
	background-color:#F5F5F5;
	color: #030303;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #0076AD;
	color:#FFF;
} /* This hover code won't work for IE */
.contenitoreconferma {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/modulo-disponibilita.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 115px;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: 300;
	color: #001636;
}
.rates{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 40%; 
	float: left;
	color: #fff;
	}
