#divLoading.ProcessingForm {
	display: block;
}

#spnConsole, #spnConsole2 {
	float: left;
	font-weight: bold;
	color: gray;
	height: 2em;
	padding-left: 5px;
}
#gspotholder{
	width:520px;
	height:355px;
	background:url(../../../../web/gmap/gmap_main.gif);
	
}

#divGoogleMap {
	float: left;
	width: 450px;
	height: 550px;
}



#frmUpload .InputBlock, #frmUpload .Decorator {
	float: left;
}

#frmUpload div.Decorator {
	margin-left: 0;
}

#frmUpload .ActionBlock {
	float: left;
	height: 2em;
	height: expression("3em");
	margin: 5px 0;
}

#frmUpload .ActionBlock .Button {
	float: none;
}

#frmUpload #divFormMessages {
	float: right;
	margin: 5px 10px;
}

#frmUpload #divFormMessages div {
	float: left;
	margin-left: 10px;
}

div.Message {
	color: navy;
	font-weight: bold;
}

.ActionBlock {
	height: 2em;
	margin: 10px 0;
}

.ActionBlock .Button {
	float: right;
	margin-left: 5px;
}

.Accesskey {
	text-decoration: underline;
}
/*
p.DisplayName, p.Address {
	margin: 5px 5px 0 5px;
}*/

.org {
	font-weight: bolder;
}

p.email {
	background-image: url(../icons/kuvert.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
}

.phone {
	background-image: url(../icons/Phone.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 25px;
}

.AddToAddressBook {
	background-image: url(../icons/vcard.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

p.Warning {
	font-size: 7.5pt;
	font-style: italic;
	color: gray;
}

#tblDealers {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}

#tblDealers thead {
	background-image: url(../images/blaa_menubar_width1px.gif);
	color: white;
}

#tblDealers tr.Odd {
}

#tblDealers tbody td {
	border-bottom: gray solid 1px;
}

#tblDealers td, #tblDealers th {
	padding: 2px 8px;
	white-space: nowrap;
}

#tbyDealers {
	display: none;
}

.no {
	text-align: right;
}

.submitted {
	text-align: center;
}

.zipcode {
	text-align: center;
}

.gLatLng {
	text-align: center;
}

.status {
	text-align: center;
}

.duplicate {
	text-align: center;
}

.remove {
	text-align: center;
}

#divLoading {
	/*position: expression("absolute");*/
	position: fixed;
	top: 50%;
	left: 50%;
	padding-top: 5px;
	width: 150px;
	height: 50px;
	margin-left: -75px;
	margin-top: -25px;
	/*
	background-color: white;
	opacity: .75;
	filter: alpha(opacity=75);
	*/
	text-align: center;
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
}

#divLoading.loadingBig {
	display: block;
}

.loading {
	background-image: url(../icons/loading.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#divSearchResults {
	color:#FF000;

}

#divHotspot {
	position:relative;
	margin: 10px 0px 0px 10px;

}
#divHotspot input{
	height:15px;
	border:1px;
	color:#aaa;
	border-style:solid;
	border-color:#aaa;
	background:url(../../../../web/gmap/gmap_input_bg.gif) repeat-x;
	margin-top:"";
}


#divGoogleMap {
	position:relative;
	margin-left:10px;
	margin-top:10px;
	width: 610px;
	height: 340px;
}
#mainsubsearchtab{
	position:relative;
	background:url(../../../../web/gmap/gmap_subtab.gif);
	width: 520px;
	height: 32px;
}
#divDealerSearchResults{
	/*margin: -65px 0px 0px 215px;*/
	color:#000000;
}
a:link, a:active, a:visited, a:hover {
	color: #064B86;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*  input label */
form#frmHotspot {

	padding:0px;
	position:relative;

}

div#InputBlock {
	position:relative;
	float:left;
	margin-right:3px;
}

input#txtZipcode {
	width:10em;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}
input#searchinput{
height:19px;
border:0px;
vertical-align:middle;
margin-top:-2px;
}


/* CB style */
#results_div {
	top: 0px;
	left: 656px;
	width:190px;
	position:absolute;

}