@CHARSET "ISO-8859-1";

#divMap {
    position: absolute;
    width: 0px;
    height: 0px;
    background-image: url(imgsite/grigia.png);
    overflow: hidden;    
    border: 0px;
    
}

#divMapToolbar{
    position: absolute;
    height: 40px;
    width: 100%;
    background-image: url(imgsite/barra.png);
    overflow: hidden;
    border: 0px;
}

.map {
    position: absolute;
    cursor: url(imgsite/cursors/zoom.cur);
    background-color: gray;
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.row {
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background-color: blue;

}

#freccia_info
{
    position: absolute;
    width: 23px;
    height: 28px;
    background-image: url(imgsite/fumetto_freccia.png);
    display: none;
}

#freccia_info_menu
{
    position: absolute;
    width: 31px;
    height: 24px;
    background-image: url(imgsite/menu_freccia.png);
    display: none;
}

#divInfo {
    position: absolute;
    width: 254px;
    height: 60px;
    overflow: auto;   
    color: #556b2f;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position:right;
    font-size: x-small;
    font-family: Verdana,serif;
    display: none;
    z-index: 40;
}

#divInfoHead
{ 
   
    position: relative;
    background-color: white;
    overflow: hidden;
    color: #E87426;
    font-size: 14pt;
    font-family: Georgia;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    white-space:nowrap;
}

#closeInfo
{

    position: absolute;
    background-color: white;
    background-image: url(imgsite/close_button.png);
    overflow: hidden;
    color: black;
    font-size: 11px;
    font-family: Georgia;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    width: 10px;
    height: 11px;
    white-space:nowrap;
}


#divInfoFooter {    

    position: relative;
    background-color: #AA9C83;
    color: white;
    font-family: Georgia;
    font-size: 10pt;
    overflow: hidden;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;   
    white-space: nowrap;
    padding-left: 2px;
}

#divInfoDetails {
    position: relative;
    background-color: white;
    overflow: auto;
    color: black;
    font-size: 10pt;
    font-family: Georgia;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
    padding-left: 2px;
}

.dynamicDivMenu {
    width:200px;
    height:100px;
    position: absolute;
    overflow: auto;   
    color: #556b2f;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    font-size:10pt;
    font-family:Georgia;
    white-space: nowrap;
    padding-left: 2px;
    }



#infoTable, td {
    color: #58595B;
    font-size: x-small;
    font-family: Verdana;
}

#panel_window {
    left: 0px;
    top: 0px;
    width: 330px;
    position: absolute;
    border-right: 2px solid;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right-color: Gray;
    background-color: #eeefef;
    display: block;
}

#tab_container {
    left: 8px;
    top: 0px;
    width: 100%;
    position: absolute;
}

#tab_head {
    width: 310px;
    height: 35px;
    position: absolute;
    top: 88px;
    left: 12px;
    z-index: 10;
}

table.headImage {
    border: 0 none;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: Verdana,sans-serif;
    color: silver;
    font-size: 12pt;
    font-weight: bold;

}

table.headImage th {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

table.headImage td {
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}

.tab_body_class {
    position: absolute;
    top: 122px;
    left: 0px;
    border-top: 0px;
    border-left: solid 1px Gray;
    border-right: solid 1px Gray;
    border-bottom: solid 1px Gray;
    background-color: white;
    z-index: 20;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px;
}

.tab_body_class > .tl, .tab_body_class > .tr, .tab_body_class > .bl, .tab_body_class > .br {
    width: 10px;
    height: 10px;
    position: absolute;
}

.tab_body_class > .tl {
    background: url(imgsite/boldCorner_tl.png) top left no-repeat;
    top: -1px;
    left: -1px;

}

.tab_body_class > .tr {
    background: url(imgsite/boldCorner_tr.png) top right no-repeat;
    top: -1px;
    right: -1px;

}

.tab_body_class > .bl {
    background: url(imgsite/boldCorner_bl.png) bottom left no-repeat;
    bottom: -1px;
    left: -1px;

}

.tab_body_class > .br {
    background: url(imgsite/boldCorner_br.png) bottom right no-repeat;
    bottom: -1px;
    right: -1px;

}

.txt_indirizzi {
    font-family: Verdana;
    color: silver;
    font-size: 10pt;
    font-weight: bold;
    border-top: silver 1px solid;
    border-right: silver 1px solid;
    border-bottom: silver 1px solid;
    border-left: silver 1px solid;
    width: 90%;

}

.multiple_result_class {
    position: absolute;
    width: 92%;
    top: 90px;
    font-family: Verdana,sans-serif;
    color: gray;
    border: silver 1px solid;
    font-size: small;
    font-weight: normal;
    background: white bottom;
    z-index: 20;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

    /* -moz-border-radius: 10px;  top: 40px;
     left: 0px;   	*/
}

.multiple_result_class > .tl, .multiple_result_class > .tr, .multiple_result_class > .bl, .multiple_result_class > .br {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 50;
    border: 0px;
    border-style: none;
}

.multiple_result_class > .tl {
    background: url(imgsite/lightCorner_tl.png) top left no-repeat;
    top: -1px;
    left: -1px;
    z-index: 50;
    border: 0px;
    border-style: none;
}

.multiple_result_class > .tr {
    background: url(imgsite/lightCorner_tr.png) top right no-repeat;
    top: -1px;
    right: -1px;
    border: 0px;
    z-index: 50;
    border-style: none;
}

.multiple_result_class > .bl {
    background: url(imgsite/lightCorner_bl.png) bottom left no-repeat;
    bottom: -1px;
    left: -1px;
    z-index: 50;
    border: 0px;
    border-style: none;
}

.multiple_result_class > .br {
    background: url(imgsite/lightCorner_br.png) bottom right no-repeat;
    bottom: -1px;
    right: -1px;
    z-index: 50;
    border: 0px;
    border-style: none;
}

#div_panel_resize {
    left: 329px;
    visibility: visible;
    width: 10px;
    height: 90px;
    /*background-color: #eeefef;*/
    position: absolute;
}

#div_map_tools {
    top: 96px;
    left: 330px;
    visibility: visible;
    width: 33px;
    position: absolute;
    border-bottom: 2px solid Gray;
    border-right: 2px solid Gray;
    border-top: 2px solid Gray;
    background-color: #eeefef;
}

#div_zoom_area {
    visibility: hidden;
    position: absolute;
    border: 2px solid ;
    border-color: Gray;
    z-index: 28;
    overflow: hidden;
}

.result_content_div {    
    font-family: Verdana,sans-serif;
    color: #58595B;
    text-decoration: none;
    font-size: x-small;
    font-weight: normal;
}

.scrollable {
    overflow: auto;
    height: 100%;
}






