#idLogoMenu {
	/*margin: 0 1.5%;*/
	padding-right: 0.5%;
	margin-top: -35px;
	/*margin-top: 178px;*/
	/*color: silver;*/
	
	text-align: right;
}

#idLogoMenu a {
	/*color: silver;*/
}

#idLogoMenu ul, #idLogoMenu li {
	display: inline;
}

#idLogoMenu li {
	
	background-repeat: no-repeat;
	
	
}

#idLogoWrapper {
	background: #306430;
}

#idLogo {
	/*background:url('/static/rentals/logo_background.jpg');*/
	background:url('/static/rentals/logo_panorama.png');
	background-repeat: no-repeat;
	height: 210px;
}

#idLogoImages {
	background-image:url('/static/rentals/header_logos.png');
	background-repeat: no-repeat;
	background-position: top right;
}

h1 {
	color: #005F00;
}

.clsulcheckmark {
list-style-image: url('/static/rentals/checkmark.png');
}


#idGraphsWrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.clsGraph {
	display: inline-block;
	width: 32.5%;
	height: 150px;
}

#idGraphPlaceHolder {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	width:80%;
	height:300px
}

/* does not work in IE */
/* Hide the copyright notice THE ONE BELOW SCREWS UP THE PANNING FOR INFO WINDOW !!!*/
#idMapCanvas > DIV:first-child + DIV + DIV { display: none !important; }
/* hide Google */
#idMapCanvas > DIV:first-child + DIV { display: none !important; }
/* shift Scale left */
#idMapCanvas > DIV:first-child + DIV + DIV + DIV + DIV + DIV { left: 12px !important; }

#idMapCanvas {
	width: 99%;
	height: 467px;
	border: 1px solid #ABB7A3;
}

/* does not work in IE */
/* Hide the copyright notice THE ONE BELOW SCREWS UP THE PANNING FOR INFO WINDOW !!!*/
#idMiniMapCanvas > DIV:first-child + DIV + DIV { display: none !important; }
/* hide Google */
#idMiniMapCanvas > DIV:first-child + DIV { display: none !important; }
/* shift Scale left */
#idMiniMapCanvas > DIV:first-child + DIV + DIV + DIV + DIV + DIV { left: 12px !important; }

#idMiniMapWrapper {
	float: right;
	overflow: hidden;
}

#idMiniMapCanvas {
	overflow: hidden;
	margzin-left: 0.5em;
	margin-top: 1.0em;
	width: 225px;
	height: 225px;
	border: 1px solid #ABB7A3;
}

#idRentalListWrapper {
	overflow: auto; 
	width: 100%;
	height: 450px;
}

.clsFeatures {

}

.clsFeatures img {
	vertical-align: middle;
	padding-top: 0.1em;
}