
/*-- * ghrsCalendar.css * --*/

/*span.ajax_loc_res,{
	 font-size : 11px!important;
	 font-family : verdana, helvetica!important;
}*/

/*------------------------------------------------------*/

/*-- Defining iframes and table font size and families. */
iframe.destination_list,
iframe.calendar_destinations{
	font-size : 11px!important;
	font-family : verdana, helvetica!important;
	/*background-color : white;*/
	padding : 0;
	margin : 0;
	left:0;
	top:0;
	position : absolute;
	display : none;
}

iframe.destination_list{
	cursor : pointer;
	z-index : 200;
	width:600px;
	height:400px;
	/*border : 0.2em solid #C2B89F;*/
}

/*-------------------------------------*/

/*-- Code to hide the dotted border appearing in firefox around links. --*/
a, img{
	outline: none;
}
/*-----------------------------------------------------------------------*/

/*-- Characteristics of the external table and calendar table. --*/
table.calendar_table{
	border-collapse : collapse!important;
	margin : 0!important;
	padding : 0!important;
	width : 100%!important;
	height : 100%!important;
	font-size : 11px!important;
	/*border : 2px solid white!important;
	background-color : white;*/
}

div.external_calendar_div{
	margin:0;
	padding:0;
	display:none;
	position : absolute;
	/*border : 2px solid #C2B89F;
	background-color:white;*/
	z-index : 200;
	width : 175px;
	height : 225px;
	padding:2px;
	.padding:1px;
}

/* Declaration of calendar_table columns' properties. */
table.calendar_table td{
	/*border: 0.1em solid #4891C3;
	color : black;*/
	text-align : center;
	vertical-align : middle;
	width : 3em;
	text-decoration : none;
	font-weight : bold;
	cursor : default;
	font-size : 11px!important;
	font-family : verdana, helvetica!important
	
}

/* Declaration of month column's properties. */
table.calendar_table td.month,
table.calendar_table td.close_calendar_div{
	width : auto;
	/*background-color : #4891C3;
	color : white;*/
	font-weight : bold;
	text-decoration : none;
}   

table.calendar_table td.close_calendar_div span{
	cursor:pointer;
}

/* Declaration of button columns' properties. */
table.calendar_table td.button{
	/*color : white;
	background-color : #4891C3;*/
	font-weight : bold;
	width : auto;
	padding : 0;
	margin : 0;
	cursor : pointer;
}

table.calendar_table td.button img{
	margin : auto;
	padding : 0;
	border : 0;
}

/* Declaration of past days' properties. */
table.calendar_table td.past_day_cal{
	/*color : #A9A9A9;*/
	font-weight : bold;
	cursor : default;
}

table.calendar_table td.future_day_cal{
	font-weight : bold;
	cursor : pointer;
}

/*table.calendar_table td.future_day_cal:hover{
	background-color : #EBD4B8;
}*/

table.calendar_table td.future_day_cal_hover{
	/*background-color : #EBD4B8;*/
	cursor : pointer;
}

/* Declaration of today day properties */
table.calendar_table td.today_day_cal_no_href,
table.calendar_table td.today_day_cal_href{
	color : #F16B0C;
	font-weight : bold;
}

table.calendar_table td.today_day_cal_href{
 cursor : pointer;
}

/*table.calendar_table td.today_day_cal_href:hover{
	background-color : #EBD4B8;
}*/

table.calendar_table td.today_day_cal_href_hover{
	/*background-color : #EBD4B8;*/
	cursor : pointer;
}

/* Declaration of selected days' properties. */
table.calendar_table td.selected_day_cal_no_href,
table.calendar_table td.selected_day_cal{
	/*color : white;
	background-color : #1266AA;*/
	font-weight : bold;
}

table.calendar_table td.selected_day_cal,
table.calendar_table td.selected_period_cal{
	cursor : pointer;
}

/*table.calendar_table td.selected_day_cal:hover,
table.calendar_table td.selected_period_cal:hover{
	color:#1266AA;
	background-color : #EBD4B8;
}*/

table.calendar_table td.selected_day_cal_hover,
table.calendar_table td.selected_period_cal_hover{
	/*color:#1266AA;
	background-color : #EBD4B8;*/
	cursor : pointer;
}

/* Declaration of selected period's properties. */
table.calendar_table td.selected_period_cal{
	/*color : white;
	background-color : #62A9DA;*/
	font-weight : bold;
}

/* Declaration of days name's properties. */
table.calendar_table td.day_name{
	/*color : white;
	background-color : #C2B89F;*/
	font-weight : bold;
	cursor : default;
}

img.calendar_img,
select.calendar_select,
input.calendar_input{
	vertical-align : middle;
	margin : 0 0.2em;
	padding : 0;
}

table.calendar_form_table,
table.calendar_form_table_otherwise{
	width : 100%;
	/*border-bottom: 1px dashed #CCCCCC;*/ 
	padding-bottom: 5px;
	white-space : nowrap;
}

table.calendar_form_table_otherwise{
	border : 0;
	padding : 0;
}

table.calendar_form_table small{
        white-space : normal;
}


/*---------------------------------------------------------------*/

/*-- Defining links and selects characteristics --*/
a.calendar_img_href{
	border  : 0;
	margin : 0;
	padding : 0;
}

select.calendar_select{
	margin : 0.1em;
}
/*------------------------------------------------*/

/*-- Defining the characteristics of the lightbox. It is --*/
/*   the div or the iframe that will focus the list of     */
/*   all the destinations available.			   */
/*.hide_main_window_list{
	position : fixed;
	top : 0;
	left : 0;
	width : 0;
	height : 0;
	z-index : 100;
	background-color : #000000;
	-moz-opacity : 0.8;
	opacity :.80;
	filter : alpha(opacity=80);
}

* html .hide_main_window_list{
	position : absolute;
}*/

a.loc_link{
	white-space:nowrap;
}

/*--------------------------------------------------------*/

/*--------------------------------------------------------------*/
/*					   AUTOCOMPLETE TEST		 				*/
/*--------------------------------------------------------------*/
/*-- Defining of classes used by the loc list create by Javascript. --*/

.search_destinations_div{
	margin:0;
	padding:0;
	display:none;
	position : absolute;
	top:0;
	left:0;
	z-index:200; /* z-index = 200 */
}

.search_destinations_div ul{
	margin:0;
	padding:0;
}

.search_destinations_div ul li{
	list-style-type: none;
	margin:0;
	padding:0;
}

#search_destinations_div{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
}


ul.ajax_loc_list{
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:4px;
	width:100%;
}

ul.ajax_loc_list li{
	display : block;
	text-decoration:none;
	line-height:13px;
	width:100%;
	padding: 0 0 0 2px;
}

div.ajax_loc_res{	
	width:100%;
	display : block;
	text-decoration:none;
	margin:0;
	padding: 0;
	line-height:17px;
	position:absolute;
	left:0;
	bottom:0;
}

ul.ajax_loc_list li.selected_loc_li{
	color:black;
	cursor:pointer;
	text-decoration:none!important;
	margin:0;
	padding: 0 0 0 2px;
	width:100%;
}


ul.ajax_loc_list li span.selected_loc_span,
ul.ajax_loc_list li span.htl_cny_cnt{
	float:right; 
	margin-right:2px;
}


span.loc_src_blink{
	width:100%;
	display:block;
	text-align:center;
	margin-top:2px;
	padding-top:2px;
}

/*--------------------------------------------------------------*/

div#all_dest_top_title{
	position : relative;
	left : 0;
	top : 0;
	margin : 0;
	z-index : 200;
	width : 100%;
}

#div_all_destination_border{
	position: absolute;
    width:  508px;
    height: 388px;
	top : 51px;
	left : 51px;
	border-width : 47px 0 15px;
	border-color : white;
	border-style : solid;
}

#all_destination_container_div{
	position: absolute;
    width:  540px;
    height: 450px;
    border: 1px solid #CCCCCC; 
	top : 50px;
	left : 50px;
	background-color : white;
}

#all_destination_content_div{
	position: absolute;
    margin: 8px;
	padding-top : 35px;
    overflow: auto;
	width: 500px!important; 
    /*height: 395px!important;*/ 
	top : 0;
	left : 0;
}

#img_up_slow, #img_down_slow,
#img_up_fast, #img_down_fast{
    position: absolute;
	cursor : pointer;    
}

#img_up_slow{
	top: 42px!important; 
	left: 515px!important;
}

#img_up_fast{
	top: 62px!important; 
	left: 515px!important;
}

#img_down_fast{
    top: 400px!important; 
	left: 515px!important;   
}

#img_down_slow{
    top: 420px!important; 
	left: 515px!important;   
}

#img_up_slow img, #img_down_slow img,
#img_up_fast img, #img_down_fast img{
    width: 20px;
    height: 20px;
}

#all_dest_scrolling_container{
	position: absolute;
    width:  16px;
    height: 316px;
    border: 1px solid #EEC693; 
	top: 82px!important; 
	left: 516px!important;   
	background-color : white;
	-moz-user-select:none;
}

#all_dest_scrolling_element{
	position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #EEC693;
	left: 516px!important;   
	background-color : #CCCCCC;
	-moz-user-select:none;
}

/*----------------------------------------------------------------------------------------------*/
/* 									Prova classe div frame	 									*/
/*----------------------------------------------------------------------------------------------*/
#div_frame_prova_content_top_bar{
	/*position : relative;
	left : 0;
	top : 0;
	margin : 0;
	z-index : 200;
	width : 100%;
	height : 25px;*/
	background-color : #EEC693; 
	/*border: 1px solid #CCCCCC;*/ 
}

#div_frame_prova_content_top_bar table{
	font-size : 12px;
	font-family : verdana, helvetica;	
	color : white;
	font-weight : bold;	
	/*border : 1px solid black;*/
	width : 100%;
	line-height : 100%;
}

#div_frame_prova_content_top_bar table tr{
	line-height : 100%;
}

#div_frame_prova_content_top_bar table tr td{
	line-height : 100%;
	vertical-align : middle;
	border : 1px solid #EEC693;
}

#div_frame_prova_content_top_bar table tr td.left{
	width : 100%;
}

#div_frame_prova_content_top_bar div{
	/*width : 16px;
	height : 16px;*/
	background-color : #CCCCCC;
	border : 1px solid black;
	/*cursor : pointer;
	float : right;
	margin-right : 5px;*/
}

#div_frame_prova_container{
	/*position: absolute;
    width:  540px;
    height: 450px;*/
    border: 1px solid #CCCCCC; 
	/*top : 0px;
	left : 0px;*/
	background-color : white;
}

#div_frame_prova_content{
	/*position: absolute;
    margin: 8px;
	padding-top : 35px;
    overflow: auto;
	width: 500px; 
    height: 395px!important; 
	top : 0;
	left : 0;*/
	font-size : 12px!important;
	font-family : verdana, helvetica!important;
	background-color : lightblue;
}

/*#div_frame_prova_content_height_controls_up, 
#div_frame_prova_content_height_controls_down{
    position: absolute;
	cursor : pointer;    
}*/

#div_frame_prova_content_height_controls_up,
#div_frame_prova_content_height_controls_down{
	/*top: 30px; 
	left: 516px;
	width: 16px;
    height: 16px;*/
	background-color : #EEC693; 
	border: 1px solid #EEC693;
}

/*#div_frame_prova_content_controls_down{
    top: 420px;
}*/

#div_frame_prova_content_height_scroll_container{
	/*position: absolute;
    width:  16px;
    height: 316px;*/
    border: 1px solid #EEC693; 
	/*top: 82px!important;
	left: 516px;*/   
	background-color : white;
}

#div_frame_prova_content_height_scroll_element{
	/*position: absolute;
    width: 16px;
    height: 16px;*/
    border: 1px solid #EEC693;
	/*left: 516px;*/   
	background-color : #CCCCCC;
}

#div_frame_prova_content_height_scroll_separator{
	/*position: absolute;
    width: 16px;
    height: 16px;left: 516px;*/   
	background-color : white;
}

/*#div_frame_prova_content_width_controls_up, 
#div_frame_prova_content_width_controls_down{
    position: absolute;
	cursor : pointer;    
}*/

#div_frame_prova_content_width_controls_up,
#div_frame_prova_content_width_controls_down{
	/*top: 30px; 
	left: 516px;
	width: 16px;
    height: 16px;*/
	background-color : #EEC693; 
	border: 1px solid #EEC693;
}

/*#div_frame_prova_content_controls_down{
    top: 420px;
}*/

#div_frame_prova_content_width_scroll_container{
	/*position: absolute;
    width:  16px;
    height: 316px;*/
    border: 1px solid #EEC693; 
	/*top: 82px!important;
	left: 516px;*/   
	background-color : white;
}

#div_frame_prova_content_width_scroll_element{
	/*position: absolute;
    width: 16px;
    height: 16px;*/
    border: 1px solid #EEC693;
	/*left: 516px;*/   
	background-color : #CCCCCC;
}

#div_frame_prova_content_width_scroll_separator{
	/*position: absolute;
    width: 16px;
    height: 16px;left: 516px;*/   
	background-color : white;
}

/*#div_frame_prova_content_both_controls_left_up, 
#div_frame_prova_content_both_controls_right_down{
    position: absolute;
	cursor : pointer;    
}*/

#div_frame_prova_content_both_controls_left_up,
#div_frame_prova_content_both_controls_right_down{
	/*top: 30px; 
	left: 516px;
	width: 16px;
    height: 16px;*/
	background-color : #EEC693; 
	border: 1px solid #EEC693;
}
/*----------------------------------------------------------------------------------------------*/
