body{
	color:white;
	background-color:#001832;
	font-family:arial,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

select, input{
	font-family:arial,sans-serif;
	font-size:11px;
}

form, label{
	margin:0;
	border:0;
	padding:0;
}

object, a {
	outline:none;
}


img{
	border:0;
}

a{
	color:white;
}

.left{
	float:left;
}

.right{
	float:right;
}

body .ui-layout-south
{
	background-color:#00347a;
	border-top:1px solid #319ef3;
}

body .ui-layout-south img{
	position:relative;
	float:right;
	margin-right:5px;
	margin-top:2px;
}


.ui-layout-pane-north, .ui-layout-pane-south {
    overflow: hidden;
}

.ui-layout-content{
	
}

body .ui-layout-north{
	background-color:#002c70;
	border-bottom:1px solid #319ef3;
}

body .ui-layout-west, .ui-layout-resizer-west-closed{
	border-right:1px solid #319ef3 !important;
}

.ui-layout-resizer-west-closed{
	background-color:#0043ac !important;
}

body .ui-layout-toggler-west-closed span{
	margin-top:0 !important;
	padding:3px 3px 0 2px;
}



#mapTypeChooser{
	border:0px solid red;
	height:17px;
	width:261px;
}

#mapTypeChooser div{
	color:white;
	text-decoration:none;
	margin:0 5px 0 0;
	height:17px;
	width: 80px;
	float: left;
	cursor:pointer;
	border:1px solid #0083e2;
	background-color:#00245b;
	position:relative;
	text-align:center;
}


#mapTypeChooser div span{
	color: white;
	line-height:17px;
	height:17px;
	display:block;
	width: 80px;
}

.btSelected{
	background-color:#0083e2 !important;
}

#mapTypeChooser .btSelected{
	background-color:#0083e2 !important;
}

.visualMenu{
	width:100%;
	border:0;
	padding:0;
	margin:0;
}

.menu{
	height:19px;
	margin:0;
	padding:0;
	border:0px solid green;
}

.menu ul{
	list-style:none;
	margin:0;
	padding:0;
}


.menu ul li{
	float:left;
	margin:0 5px 0 0;
	padding:0;
	border:1px solid #0083e2;
	background:#00245b url(/images/s.gif) top left no-repeat;
}

.menu ul li a{
	display:block;
	height:17px;
	padding-left:20px;
	float:left;
	text-decoration:none;
	color:white;
}


.menu ul li a span.menu_ar{
	display:block;
	float:left;
	height:17px;
	padding-right:5px;
	cursor:pointer;
	line-height:17px;
}

.menuSel{
	background-color:#0083e2 !important;
}

#btTour{
	border:1px solid #940b0b !important;
	margin-right:20px !important;
}

#btTour.menuSel{
	background-color:#940b0b !important;
}

/*
li#btPoi{
	background-image:url(/images/bt_poi_n.gif);
}

li#btSeat{
	background-image:url(/images/bt_seat_n.gif);
}
*/

.radioModeSel{
    float:left;
}

li#btTour{
	background-image:url(/images/bt_tour_n.gif);
}

li#btMeteo{
	background-image:url(/images/bt_meteo_n.gif);
}

li#btLegenda{
	background-image:url(/images/bt_legenda_n.gif);
}

li#btIndice{
	background-image:url(/images/bt_indice_n.gif);
}

li#btTraffico{
	background-image:url(/images/bt_traffico_n.gif);
}

li#btItinerari{
	background-image:url(/images/bt_itinerari_n.gif);
}

#mapModeSearch {
	width:600px;
	border:0px solid green;
}

#mapModeSearch label.disabled{
	color:#cccccc;
}


#search-what, #search-where{
	margin-right:10px;
}

#legenda{
	display:none;
	position:absolute;
	width:383px;
	height:596px;
	background-color:white;
	z-index:2;
}

#legenda-handler{
	position:absolute;
	width:360px;
	height:25px;
	background: transparent url(/images/s.gif);
	cursor:move;
}

#legenda-closer{
	position:absolute;
	width:23px;
	height:25px;
	top:0;
	right:0;
	cursor:pointer;
	background: transparent url(/images/s.gif);
}


#search-where-list{
	width:147px;
	position:absolute;
	left:130px;
	top:70px;
	color:white;
	z-index:10;
	overflow:auto;
	font-size:11px;	
	background-color: white;
	border-bottom: 1px solid gray;
	display:none;
}

a.search-where-list-item{
	display: block;
    color: black;
    cursor: pointer;
    padding: 2px;
    height: 18px;
    border: 1px solid gray;
    border-bottom: 0px solid gray;
    text-decoration: none;
	overflow:hidden;
}

a.search-where-list-item:hover {
    background-color: #001832;
    color: white;
}

a.search-where-list-item:hover{
	background-color:#001832;
	color:white;
}


#streetlevel-container-header, .panel-ph{
	background-color:#0043ac;
	padding:3px 3px 3px 10px;
	height:19px;
}

#streetlevel-container-close, .panel-ph-close{
	background: transparent url(/images/close.gif);
	width:17px;
	height:17px;
	top:4px;
	right:4px;
	cursor:pointer;
	float:right;
}

#streetlevel-container-header h2, .panel-ph h2{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	top:2px;
	float:left;
}

#streetlevel{
	padding:10px;
	background-color:#002c70;
}

#streetlevel-object-container{
	background-color:white;
	width:580px;
	height:330px;
	color:black;
}

#streetlevel-object-container div{
	padding:10px;
}

#streetlevel-help{
	text-align:center;
	background-color:#002c70;
}

#streetlevel-container-details{
	margin:5px;
}

#streetlevel-container-details h3{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#streetlevel-image-container{
	float:left;
}

#streetlevel-image-container img {
	margin:0 10px 10px 0;
	border:1px solid #cccccc;
	padding:1px;
	float:left;
}

#streetlevel-urlscheda{

}

.panel{
	clear:both;
}




#ricerca-items{
	
}

#ricerca-items div.item{
	text-decoration:none;
	cursor:pointer;
	border-bottom:1px dashed white;
	padding:5px 0;
	clear:both;
	background:transparent url(/images/s.gif);
}

#ricerca-items div.counter{
	height:50px;
	width:30px;
	float:left;
	
}

#ricerca-items div.counter span{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:black;
	width:24px;
	line-height:24px;
	display:block;
}

#ricerca-items div.descrizione{
	margin-left:30px;
	height:50px;
	background:transparent url(/images/s.gif);
}

#ricerca-items div.hover{
	background-color:#002a57;
}

.panel-content-ricerca{
    padding:5px;
}