body { /* Styling the body element */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 0px;
    height: 100%;
	font-size: 10px;
    /* background-color: #E2EBED; */
}

a {
    color: #018A43;
    text-decoration: none;
}

a:hover{
	cursor: pointer;
    text-decoration: underline;
}

img {
    border: 0px;
}

html {
    height: 100%;
}

.ad {
    margin-top: 120px;
}

/*  CSS CONTENITORE MAPPA E MENU */
#contenitore-box {
	font-size: 10px;
    position: relative;
	top : 0px;
	left: 0px;
    width: 935px;
    height: 465px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 0px;
    overflow: hidden;
	clip:rect(0px,742px,452px,0px);

}

/*  CSS SLIDER MENU */

#dhtmlgoodies_leftPanel { /* Styling the help panel */
    height: 465px;
    width: 230px;
    z-index: 50;
    position: absolute;
}



#dhtmlgoodies_leftPanel .closeLink { /* Layout of close link */
	background-image: url('../images/chiudi.gif');
	background-repeat: no-repeat;
    padding-left: 2px;
    padding-right: 2px;
    height:69px;
	width: 10px;
    position: absolute;
    top: 120px;
    left: -12px;
}

#dhtmlgoodies_leftPanel .openLink { /* Layout of close link */
	background-image: url('../images/apri.gif');
	background-repeat: no-repeat;
    padding-left: 2px;
    padding-right: 2px;
    height:69px;
	width: 10px;
    position: absolute;
    top: 120px;
    left: -12px;
}



/* CSS TAB PANEL */

.dhtmlgoodies_tabPane {
    height: 21px; /* Height of tabs */
    border-bottom: 1px solid #919b9c;
    color: #ffffff;
}

.dhtmlgoodies_aTab {
    border-left: 1px solid #919b9c;
    border-right: 1px solid #919b9c;
    border-bottom: 1px solid #919b9c;
	background-color: #235087;
 	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
    padding: 5px;
}

.dhtmlgoodies_aTab:hover {
    border-left: 1px solid #919b9c;
    border-right: 1px solid #919b9c;
    border-bottom: 1px solid #919b9c;
	background-color: #235087;
 	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
    padding: 5px;
}

.dhtmlgoodies_tabPane DIV {
    float: left;
    height: 100%; /* Height of tabs */
    padding-left: 3px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: bottom left;
    cursor: pointer;
    position: relative;
    bottom: -1px;
    margin-left: 0px;
    margin-right: 0px;
}

.dhtmlgoodies_tabPane .tabActive {
    background-image: url('../images/tab_left_active.gif');
    margin-left: 0px;
    margin-right: 0px;
    z-index: 10;
}

.dhtmlgoodies_tabPane .tabInactive {
    background-image: url('../images/tab_left_inactive.gif');
    margin-left: 0px;
    margin-right: 0px;
    z-index: 1;
}

.dhtmlgoodies_tabPane .inactiveTabOver {
    background-image: url('../images/tab_left_over.gif');
    margin-left: 0px;
    margin-right: 0px;
}

.dhtmlgoodies_tabPane span {
    font-family: arial;
    vertical-align: top;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 21px;
    float: left;
}

.dhtmlgoodies_tabPane .tabActive span {
    padding-bottom: 1px;
    line-height: 20px;
}

.dhtmlgoodies_tabPane img {
    float: left;
}

.scroller{
	background-color: #4C9DC3;
	height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
}

.scroller1{
	margin-top: 10px;
	height: 390px;
    overflow-x: hidden;
    overflow-y: auto;	
}

.scroller2{
	height: 250px;
    overflow-x: hidden;
    overflow-y: auto;	
}

/* CSS ELEMENTI MENU */

#dhtmlgoodies_xpPane{
    height: 389px;
    width: 200px;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
	
}

#dhtmlgoodies_xpPane .panelContent{
    background-image: url('../images/bg_pane_right.gif');
    background-position: top right;
    background-repeat: repeat-y;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
    /*position: relative;*/
    clear: both;
}

#dhtmlgoodies_xpPane .panelContent div{
    /*position: relative;*/
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
    background-image: url('../images/bg_panel_top_right.gif');
    background-repeat: no-repeat;
    background-position: top right;
    height: 25px;
    padding-right: 5px;
    cursor: pointer;
    overflow: hidden;
	
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
    line-height: 25px;
    vertical-align: middle;
    font-family: arial;
    color: #215DC6;
    font-weight: bold;
    float: left;
    padding-left: 5px;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
    float: right;
    cursor: pointer;
}

#otherContent { /* Normal text content */
    float: left; /* Firefox - to avoid blank white space above panel */
    padding-left: 10px; /* A little space at the left */
}

/* CSS MODAL DIALOG */

#my_simple_overlay {
	background-color:#666666;
	height:600px;
	width: 100%;
	left:0px;
	top:0px;
 	filter:alpha(opacity=85);
	-moz-opacity: 0.85;	
	opacity:0.85;
	z-index:550;
	position:absolute;
}

#my_simple_overlay:hover {
	background-color:#666666;
	height:600px;
	width: 100%;
	left:0px;
	top:0px;
 	filter:alpha(opacity=95);
	-moz-opacity: 0.95;	
	opacity:0.95;
	z-index:550;
	position:absolute;
}

#my_simple_overlay_data {
	left:0px;
	top: 70px;
	position:relative;
	width:100%;
	z-index:600;
}

#my_load_overlay{
	background-color:#ffffff;
 	filter:alpha(opacity=15);
	-moz-opacity: 0.15;	
	opacity:0.15;	
	height:465px;
	width: 100%;
	left:0px;
	top:0px;
	z-index:550;
	position:absolute;	
}

#my_load_overlay_data{
	background-color:#ffffff;
	border: 1px solid #000000;
	height:100px;
	width: 150px;
	top:185px;
	left: 300px;
 	filter:alpha(opacity=85);
	-moz-opacity: 0.85;	
	opacity:0.85;
	z-index:560;
	position:absolute;	
}

 .my_modal_container  
 {  
     border:2px solid #999;  
     width:50%;  
 }  
 .my_modal_header  
 {  
     background-image: url('../images/info.png');
     background-repeat: no-repeat;
     background-position: center left;
     background-color:#235087;
	 width: 100%;
	 height: 18px;
     padding:5px;  
     color:#fff;  
	 text-align: left;
	 vertical-align: text-top;
	 font-size: 11px;
	 font-weight: bolder;
	 border-left: 5px solid #235087;
 }  
 
 .my_modal_header_close
 {  
     padding:5px;  
     color:#fff;  
     background-color:#235087;
	 font-size: 10px;
	 font-weight: bolder;
	 color: #FFFFFF;
 }  

 .my_modal_header_close a
 {  
	 color: #FFFFFF;
 }  
 
 .my_modal_header_close a:hover
 {  
	 text-decoration: underline;
 }  
  
 .my_modal_header img  
 {  
     position:relative;  
     top:3px;  
 }  
 .my_modal_body  
 {  
     background-color:#fff;  
     color:#666;  
     font-size:16px;  
     height:50px;  
     padding:10px;  
 }  
 
/* STILI INTERNI TOOLTIP POI DIV*/

.tooltip_container{
	position: relative;
	top: 0px;
	left: 0px;
	height: 130px;
	width: 210px;
	background-color: #00ffff;
	text-align: left;
} 
 
.tooltip_info1{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 120px;
	width: 170px;
	background-color: #00ff00;
} 

.tooltip_info2{
	position: absolute;
	top: 5px;
	left: 185px;
	height: 120px;
	width: 170px;
	background-color: #ffff00;
} 

.tooltip_info1_data,.tooltip_info2_data{
	padding: 5px;
	background-color: #ff00ff;
}

/* STILI INTERNI TOOLTIP POI TAB*/


.tooltip_tab_container{
	height: 165px;
	width: 205px;
	background-color: #ffffff;
	text-align: left;
} 
 
.tooltip_tab_info1{
	height: 160px;
	width: 195px;

} 

.tooltip_tab_info2{
	border-left: 1px solid #cccccc;
	height: 160px;
	width: 170px;

} 

.tooltip_tab_info1_data{
	width: 175px;
	padding: 5px;

}

.tooltip_tab_info2_data{
	width: 150px;
	padding: 5px;

}

.scroller3{
	height: 125px;
	width: 195px;
    overflow-x: hidden;
    overflow-y: auto;	
}


/* GENERALI TOOLTIP*/

.tooltip_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	height: 15px;
	text-align: center;

}

.tooltip_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.tooltip_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #018A43;	
	
}

/* STILI GENERALI */

.mylink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #018A43;
}

.mytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.myradio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.mycombobox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 120px;
}

.buttoncontainer{
	padding: 10px;
	text-align:center;
}

.button {
	background:url(../images/pulsante.gif) no-repeat scroll left top;
	border:0px none;
	color:#000000;
	height:24px;
	width:95px;	
	padding:0px 4px 4px 0px;
	text-align:center;
	font-size: 11px;
}

.result_box {
	margin-bottom:5px;	
	background-color: #D3DDF4;
	border: #018A43 solid 1px;
}

#schedule_pagination {
	text-align: center;
	height: 15px;
	background-color: #D3DDF4;
	border: #D3DDF4 solid 2px;
}

#schedule_pagination a {
	font-weight: bold;
}

.my_panel_class{
	display: none;
}

#input_search{
	padding:10px 0px;
}


