* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
a:link, a:visited, a:active {
	color: #6EAB24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	min-width: 800px;
	min-height: 600px;
	background-color: #343434;
}
#info {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #343434;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626160;
}
#info_left_big {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 470px;
}
#info_left_big p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 17px;
	color: #FFF;
}
#info_left_small {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	width: 200px;
}
#info_left_small p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#info_right {
	position: relative;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#chiudi, #informazioni {
	cursor: pointer;
}
#toolbar {
	background-color: #343434;
	position: relative;
	height: 30px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6EAB24;
}
#toolbar img {
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
}
#toolbar_left img {
	float: left;
}
#toolbar_left {
	position: relative;
	height: 30px;
	float: left;
}
#searchform {
	background-image: url(../images/googlemap/bg_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 210px;
	position: relative;
	float: left;
	margin-top: 6px;
}
#searchform #search {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBB8B7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 3px;
	left: 3px;
}
#searchform #searchIcon {
	position: absolute;
	top: 2px;
	right: 3px;
}
#toolbar_right {
	position: relative;
	height: 30px;
	float: right;
}
.toolbarDivider {
	position: relative;
	height: 20px;
	float: left;
	background-color: #626160;
	width: 1px;
	margin-top: 5px;
}
#map {
	position: relative;
	width: 100%;
	height: 400px;
}
#messageContainer {
	position: absolute;
	width: 306px;
	display: none;
}
#messageTop {
	background-image: url(../images/googlemap/panel_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 15px;
	width: 306px;
	behavior: url(scripts/iepngfix.htc);
}
#messageToolbar {
	background-image: url(../images/googlemap/panel_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	height: 16px;
	width: 274px;
	behavior: url(scripts/iepngfix.htc);
	padding-right: 16px;
	padding-left: 16px;
}
#messageToolbarLeft {
	float: left;
	position: relative;
}
#messageToolbarRight {
	float: right;
	position: relative;
}
#messageToolbarRight img {
	padding-left: 10px;	
}
#message {
	background-image: url(../images/googlemap/panel_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	width: 274px;
	behavior: url(scripts/iepngfix.htc);
	padding-right: 16px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#messageBottom {
	background-image: url(../images/googlemap/panel_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 15px;
	width: 306px;
	behavior: url(scripts/iepngfix.htc);
}
#panelMove {
	cursor: move;
}
#panelClose {
	cursor: pointer;
}
#statusbar {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:15px;
	color:#fff;
	background-color:#343434;
	position:relative;
	padding-top: 4px;
	display: none;
}
#statusbar .statusInfo {
	margin-left:5px;
	float:left;
}
