body
{
 background-color: #ffffff;
  z-index:1;
}
div.window{
	position: absolute;
	top:0px;
	left:0px;
	z-index:3;
    width: 1189px;
	height: 750px;
    overflow:hidden;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
	
}
#loading_message {
	position: absolute;
	left:712px;
	top:300px;
	cursor: auto;
	z-index:6;
	overflow:auto;
}
#coords
{
	position: absolute;
	top:7px;
}
#reference_map {
	position: absolute;
	width: 105px;
	height: 100px;
	left:1087px;
	top:0px;
	cursor: auto;
	background-color: #ffffff;
	border-color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000; 	
 	z-index:2;
	overflow:auto;

}

#mappa
{
	position: absolute;
	top:100px;
	left:250px;
	width: 940px;          
	height: 550px;
	cursor: crosshair;
	background-color: #ffffff;
	z-index:0;
}

#mappa_info
{
	position: absolute;
	margin:0;
	padding:0px;
	width: 940px;
	height: 50px;
	left:151px;
	top:650px;
	cursor: auto;
	background-color: #ffffff;
	border-color: #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;	
	z-index:3;

}


#layers
{
	position: absolute;
   	width:0px;
   	height:0px;
   	left:0px;
 	top:0px;
	cursor: auto;
	background-color: #ffffff;
	border-color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-style: solid;
	border-top: 1px solid #000000;	
	z-index:2;
	overflow:auto;
    visibility: hidden;
}

#tools {
	background-color: #ffffff;
	border-color: #000000;
	border-left: 1px solid #000000;
    border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;		
	cursor: auto;
	height: 100px;
	left: 250px;
	overflow: auto;
	position: absolute;
	top: 0px;
	width:834px;
	z-index: 2;
}

#route_search
{
	position: absolute;
   	width:250px;
   	height:750px;
   	left:0px;
 	top:0px;
	cursor: auto;
	background-color: #ffffff;
	border-color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-style: solid;
	border-top: 1px solid #000000;	
	z-index:2;
	overflow:hidden;
}
div.footer
{
	position: absolute;
	margin:0;
	padding:0px;
	width:940px;
	height: 50px;
	left:251px;
	top:700px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	cursor: auto;
	background-color: #ffd202;
	border-color: #000000;
	border-left: 1px solid #000000;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	z-index:3;
	overflow:auto;

}

#mappa_info
{
	position: absolute;
	margin:0;
	padding:0px;
	width: 940px;
	height: 50px;
	left:251px;
	top:650px;
	cursor: auto;
	background-color: #ffffff;
	border-color: #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;	
	z-index:3;

}

.layer
{
	background-color:#ffffff;
	 cursor: pointer;
}

.layer_selected
{
	background-color:#CCCC99;	
	 cursor: pointer;
}

.tool_selected{
    border:1px dashed blue;
}

#dhtml_profile{
    position: absolute;
    z-index:5;
    width:1000px;
	height:720px;
    top:0px;
    left:0px;
    background-color: #ffffff;
	border-bottom:1px solid #000000;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    visibility:hidden;
   /* filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;*/
}

#dhtml_profile_toolbar{
    position: relative;
    z-index:5;
	left:0px;
	top:0px;
    width:100%;
	height:20px;
    background-color: #ffd202;
	border-bottom:1px solid #000000;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    cursor: crosshair;
    margin: 0;
}
#details{
    	font-family: Verdana, sans-serif;
	font-size: 10px;
 padding: 3px;
 position: absolute;
 visibility:hidden;
 border: 1px solid black;
 background-color: #FFFFCC;
 z-index: 1000;
}
p {
    margin-bottom: 4px;
    }
#result {
    height: 100px;
    overflow: auto;
    border-top: 1px solid black;
    cursor: pointer;
     
}
.selected {
    background-color: #DDDDDD;
}
.no-selected {
    background-color: #FFFFFF;
}