/*Linea dei valori interna alla select se non selezionata*/
.selectgg_con_out, .selectmm_con_out, .selectnotti_con_out
{
	background:#CCCCCC;
	padding-right:4px;
	text-align:right;
}
/*Linea dei valori interna alla select se over*/
.selectgg_con, .selectmm_con, .selectnotti_con
{
	background-color:#999999;
	padding-right:4px;
	text-align:right;
}
/*Linea dei valori interna alla select se selezionata*/
.selectgg_con_sel, .selectmm_con_sel, .selectnotti_con_sel
{
	background-color:#666666;
	color:#FFFFFF;
	padding-right:4px;
	text-align:right;
}
/*Linea di base della select*/

.selectgg_act span, .selectmm_act span, .selectnotti_act span
{
	width:20px;
	text-align:right;
	display:block;
}
.selectgg_act, .selectmm_act, .selectnotti_act
{
	height:20px;
	width:40px;
	background-image:url(/cssSelect/freccia-select.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
/*Contenitore linee della select*/
.selectgg_cont_val, .selectmm_cont_val, .selectnotti_cont_val
{
	color:#2F2524;
	width:40px;
	height: 100px;
	overflow:auto;
	top:100%;
	z-index:200;
}
/*Contenitore di tutto*/
.selectgg, .selectmm, .selectnotti
{
	cursor:pointer;
	/*display:block;*/
	color:#FFFFFF;
	height:20px;
	width:40px;
	float:left;
	line-height:20px;
	background-image:url(/cssSelect/bg-select.jpg);
	
	
}
/*************************************************************/

/*Linea dei valori interna alla select se non selezionata*/
.selectaa_con_out
{
	background:#CCCCCC;
	padding-right:20px;
	text-align:right;
}
/*Linea dei valori interna alla select se over*/
.selectaa_con
{
	background:#00FF00;
	padding-right:20px;
	text-align:right;
}
/*Linea dei valori interna alla select se selezionata*/
.selectaa_con_sel
{
	background:#0000FF;
	padding-right:20px;
	text-align:right;
}
/*Linea di base della select*/

.selectaa_act
{
	height:20px;
	width:55px;
	display:block;
	background-image:url(/cssSelect/freccia-select.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.selectaa_act span
{
	width:35px;
	text-align:right;
	display:block;
	}
/*Contenitore linee della select*/
.selectaa_cont_val
{
	color:#2F2524;
	width:55px;
	height: 100px;
	overflow:auto;
	top:100%;
	z-index:200;
}
/*Contenitore di tutto*/
.selectaa
{
	cursor:pointer;
	/*display:block;*/
	color:#FFFFFF;
	height:20px;
	width:55px;
	float:left;
	line-height:20px;
	background-image:url(/cssSelect/bg-select.jpg);
	
	
}
/*************************************************************/

#quickreserve{
width:205px;
text-align:left;
margin-left:15px;}

#quickreserve form{
margin:0px;
padding:0px;}

.divisore{
float:left;
height:20px;
width:5px;}

#box_dalgiorno{
height:40px;
width:155px;
float:left;
}

#box_notti{
float:right;
height:40px;}

#box_cerca{
clear:both;
padding-top:8px;
text-align:right;
height:22px;
}

.label{
color:#FFFFFF;
padding-bottom:5px;
}

button{
height:18px;
border:0px;
background:trasparent;
cursor:pointer;
}



button #txt_button{
height:18px;
background-image:url(/cssSelect/bg-button.jpg);
line-height:18px;}

button #left_button{
height:18px;
width:7px;
background-image:url(/cssSelect/bg-button-left.jpg);}

button #right_button{
height:18px;
width:7px;
background-image:url(/cssSelect/bg-button-right.jpg);}




