﻿* {
	margin: 0;
	padding: 0;
}

.container {
	float: left;
	display: block;
	position: relative;
	width: 640px;
	height: 480px;
	font-family: Arial;
}

.detail {
	float: left;
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #EFF5EF;
}

.detailinner {
	float: left;
	position: relative;
	background: #EFF5EF;
	padding-left: 8px;
	padding-top: 10px;
}

.print {
	float: left;
	position: relative;
	background: #EFF5EF;
}

.menupaneldiv {
	position: relative;
	float: left;
	height: 70px;
}

.panel {
	float: left;
	display: none;
	position: relative;
	width: 0px;
	height: 0px;
	border :solid 1px #D9D9D9;
	background: #EFF5EF;
	padding-left: 8px;
	padding-top: 8px;
}

.addressresult {
	background: #EFF5EF;
	overflow: auto;
	width: 190px;
	height: 100%;
}

.ero .ero-body {
	position: relative;
	top: -3px;
	left: -3px;
	width: 300px;
	overflow: hidden;
	border: solid 1px #888;
	background: #F5FAFD;
}

.ero .ero-previewArea {
	width: 100%;
	background: #F5FAFD;
	border-bottom: solid 1px #F5FAFD;
}

.ero-actionsBackground {
	margin: 0px;
	background: #F5FAFD;
}

.ero .ero-actions ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #F5FAFD;
	background: #F5FAFD;
	text-decoration: none;
	height: 0px;
}

.ero .ero-leftBeak {
	left: 0;
	background: transparent url(../../i/ero/beakLeft.gif) no-repeat 0 0;
}
.ero .ero-rightBeak {
	right: 4px;
	background: transparent url(../../i/ero/beakRight.gif) no-repeat 0 0;
}

.ero .ero-previewArea div.firstChild {
	margin-top: 0px;
	margin-bottom: 0px;
}

.VE_Pushpin_Popup_Title {
	color: #4F4F4F;
	padding-bottom: 5px;
	font: bold 12px Arial;
	background: #F5FAFD;
}

.VE_Pushpin_Popup_Body {
	font-size: 12px; 
	font-family: Arial;
	color: #4F4F4F;
	background: #F5FAFD;
}

.ddlist { 
	font-size: 12px; 
	font-family: Arial; 
	color: #4F4F4F; 
	/*z-index: -2;*/
}

h1 {
	font-size: 12px; 
	font-family: Arial;
	font-weight: bold;
	color: #4B7B00;
}

h2 {
	font-size: 12px; 
	font-family: Arial;
	font-weight: bold;
	color: #4F4F4F;
}

h3 {
	font-size: 12px; 
	font-family: Arial;
	color: #4F4F4F;
	font-weight: normal;
}

.a10 {
	font-size: 10px;
}

.a12 {
	font-size: 12px;
}

a { 
	color: #35A3DD;
	text-decoration: none; 
	font-family: Arial;
}

a:link { 
	color: #35A3DD;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline 
}

