﻿body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(/images/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #1F3646;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
}


table td{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
}



.slogan {
	background-image: url(/images/slogan-vr.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-weight: bold;
	width: 400px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#makemap_canvas {
	background-color: #80B0F0;
	height: 400px;
	width: 800px;
	z-index:1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #000;
	box-shadow: 0 0 4px #0B91E1;
}

#makemap_canvas2 {
	background-color: #80B0F0;
	height: 460px;
	width: 100%;
	position: absolute;
	z-index: 9;
	left: 0px;
	right: 0px;
	top: 86px;
	z-index:1;
}

#makemap_canvas3 {
	background-color: #80B0F0;
	height: 460px;
	width: 100%;
	position: absolute;
	z-index: 9;
	left: 0px;
	right: 0px;
	z-index:1;
}


#bgen1 {
	display: block;
	width: 237px;
	clear: right;
	cursor: pointer;
	background-color: #C00;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 3px #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bgen1:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #AE0000;
	box-shadow: 0 0 5px #0B91E1;
}

#bgen2 {
	display: block;
	width: 237px;
	clear: right;
	cursor: pointer;
	background-color: #090;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 3px #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bgen2:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #007100;
	box-shadow: 0 0 5px #0B91E1;
}


#bgen3 {
	display: block;
	width: 237px;
	clear: right;
	cursor: pointer;
	background-color: #9E962C;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 3px #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bgen3:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #7B7522;
	box-shadow: 0 0 5px #0B91E1;
}
#hint1 {
	opacity: 0;
	background-image: url(/images/hints/left.png);
	height: 77px;
	width: 600px;
	font-size: 11px;
	color: #FFF;
	padding-top: 21px;
	padding-left: 21px;
	background-repeat: no-repeat;
	margin-left: 4px;
	position: absolute;
}
#hint1content {
	width: 410px;
	font-size: 11px;
	color: #FFF;
	float: left;
}

#hint2 {
	opacity: 0;
	background-image: url(/images/hints/center.png);
	height: 77px;
	width: 796px;
	font-size: 11px;
	color: #FFF;
	padding-top: 21px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 21px;
	position: absolute;
}
#hint2content {
	width: 410px;
	font-size: 11px;
	color: #FFF;
	margin-left: 194px;
}


#hint3 {
	opacity: 0;
	background-image: url(/images/hints/right.png);
	height: 77px;
	width: 796px;
	font-size: 11px;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#hint3content {
	width: 410px;
	font-size: 11px;
	color: #FFF;
	float: right;
	margin-top: 21px;
	margin-right: 21px;
}
#showdata {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9990;
	background-image: url(/images/trbg.png);
	background-repeat: repeat;
	display: none;
}
#showdatacenter {
	position: absolute;
	left: 20%;
	top: 200px;
	right: 20%;
}

#resultcodetitle {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFE600;
	z-index: 9991;
	font-weight: bold;
	margin-bottom: 20px;
}


#resultcode {
	font-family: Tahoma;
	font-size: 18px;
	color: #000;
	z-index: 9991;
	background-color: #FFFFE6;
	border: 4px solid #FFF;
	padding: 11px;
	margin-bottom: 20px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#resultcode a {
	color: #1F3646;
	text-decoration: underline;
}

#resultcode a:hover {
	color: #000;
	text-decoration: underline;
}




#resultclosebutton {
	position: relative;
	z-index: 9992;
	font-weight: bold;
	height: 59px;
	background-image: url(/images/close.png);
	width: 59px;
	cursor: pointer;
	float: right;
}


#slider-w {
	background-image: url(/images/bgs/slider-bg.png);
	height: 34px;
	width: 365px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.zoom-selector {
	height: 23px;
	color: #CADEF9;
}

.zoom-selector ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.zoom-selector ul li{
	float: left;
	display: block;
	padding: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.selected-li {
	color: #FFF;
	background-image: url(/images/sel-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
		box-shadow: 0 0 3px #0B91E1;
}
.noneli {
	background-image: none;
}


.selected-li2 {
	color: #FFF;
	background-image: url(/images/sel-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
			box-shadow: 0 0 3px #0B91E1;
}



#slider-h {
	background-image: url(/images/bgs/slider-bg.png);
	height: 34px;
	width: 365px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#select-z{
	background-image: url(/images/bgs/slider2-bg.png);
	height: 34px;
	width: 425px;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
}
#markers-s {
	height: 54px;
	width: 800px;
	margin-bottom: 20px;
	display: block;
	float: left;
	background-color: #1A2E3C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#markers-s ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#markers-s ul li{
	float: left;
	cursor: pointer;
	height: 36px;
	width: 36px;
	display: block;
	padding-top: 1px;
	padding-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.selected-m{
	background-image: url(/images/marker-bg.png);
	box-shadow: 0 0 3px #0B91E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



#select-t{
	background-image: url(/images/bgs/slider2-bg.png);
	height: 34px;
	width: 425px;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
}





.hintno {
	opacity: 0;
}
.hintyes {
	opacity: 1;
}






.centertd {
	background-image: url(/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.copyright {
	font-size: 11px;
	color: #FFF;
	background-image: url(/images/copyright-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 90px;
}
a {
	color: #a8c7fa;
	text-decoration: underline;
}
a:hover {
	color: #F0F0F0;
	text-decoration: underline;
}






div.slider {
	width: 207px;
	height: 23px;
	background-image: url(/images/slider1.png);
	background-repeat: no-repeat;
}
.wtitle {
	padding-left: 10px;
}

div.slider div.knob {
	width: 15px;
	height: 23px;
	background-image: url(/images/slider1-beg.png);
	cursor: pointer;
}
div#fontSize {
	height: 50px;
}

div.advanced {
	width: 400px;
	margin: 5px 0;
	background: url(images/slider.png) 0 center repeat-x;
}
div.advanced div.knob {
	background: no-repeat center center;
	cursor: pointer;
}
div#red div.knob {
	background-image: url(images/red.png);
}
div#green div.knob {
	background-image: url(images/green.png);
}
div#blue div.knob {
	background-image: url(images/blue.png);
}


.descdiv {
	display: none;
}


#twittericon      
{
	display: block;
/*	width: 22px;
	height: 22px;
	background-image: url(http://twitter-badges.s3.amazonaws.com/t_small-a.png);
	background-repeat: no-repeat; 
	cursor: pointer; */
	z-index: 999;
	margin-right: 25px;
	margin-top: 7px;

}
#res1 {
	color: #FFF;
}
.size-input {
	background-color: #1C2E3E;
	font-size: 11px;
	color: #C6DBF9;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 26px;
	cursor: text;
}

.size-input:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}


#res2 {
	color: #FFF;
}
.search-div {
	background-image: url(/images/search-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 28px;
	width: 364px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.title-div {
	background-image: url(/images/search-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-bottom: 7px;
	margin-top: 7px;
}


#searchbutton {
	margin-top: 2px;
	margin-right: 2px;
	cursor: pointer;
}
.search-title {
	width: 140px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}
.searchfield {
	background-image: url(/images/inv.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	color: #D1E2FA;
	padding: 2px;
	background-color: #4D5C67;
	width: 170px;
}
#titlediv {
	background-image: url(/images/bgs/slider2-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 425px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 28px;
	padding-top: 8px;
}
.titlefld {
	background-image: url(/images/inv.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	color: #D1E2FA;
	padding: 2px;
	background-color: #1A2E3C;
	width: 170px;
}

#makemap_canvas2
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000; 

}



.gmnoprint
{

}
#mb_inline_content {
	font-size: 18px;
	font-weight: normal;
}

#mb_inline td{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#mb_inline td em{
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}


.latlon-field {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	background-color: #FFF;
	border: 2px solid #666;
	width: 80px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
}
.latlon-title {
	padding-bottom: 8px;
}

#latlondiv {
	background-color: #000;
	display: none;
	position: absolute;
	height: 80px;
	width: 400px;
	z-index: 99;
	margin-top: -10px;
	margin-left: -60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px #000;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#latlon {
	display: block;
	height: 28px;
	width: 30px;
	cursor: pointer;
	position: absolute;
	margin-top: 5px;
	margin-left: -42px;
	background-image: url(/images/latlon.png);
	z-index: 101;
}
#latlon-a {
	color: #FFF;
	vertical-align: middle;
	background-color: #C00;
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#latlonclose {
	background-color: #666;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}


#latlon-a:hover {
	background-color: #790000;
}
#markersetparent {
	display: block;
	height: 40px;
	width: 700px;
	overflow: hidden;
	padding: 3px;
	clip: rect(auto,auto,auto,100px);
}

#markerset {
	display: block;
	height: 40px;
	position: relative;
}
.icon-lrdiv {
	background-color: #192229;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 38px;
	vertical-align: middle;
	margin-right: 2px;
}
#lr-left {
	background-image: url(/images/arrow-left.png);
	height: 19px;
	width: 16px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
}

#lr-left:hover {
	background-position: right top;
	background-image: url(/images/arrow-left.png);
}

#lr-right {
	background-image: url(/images/arrow-right.png);
	height: 19px;
	width: 16px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right top;
}

#lr-right:hover {
	background-position: left top;
	background-image: url(/images/arrow-right.png);
}
#ratingruneta {
	background-image: url(/images/ratingruneta.png);
	height: 145px;
	width: 100px;
	background-repeat: no-repeat;
	margin-top: 10px;
	position: absolute;
	cursor: pointer;
	margin-left: 790px;
	z-index: 999;
}
.bestadv {
	height: 130px;
	width: 100px;
	position: absolute;
	top: 0px;
	margin-left: -72px;
	z-index: 1000;
	display: none;
}

#bgen1a {
	display:block;
	width: 184px;
	height: 50px;
	background-image: url(/images/b1.png);	
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
}

#bgen1a:hover {
	background-image: url(/images/b1.png);	
	background-repeat: no-repeat;
	background-position: right top;	
}


#bgen2a {
	display:block;
	width: 184px;
	height: 50px;
	background-image: url(/images/b2.png);	
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
}

#bgen2a:hover {
	background-image: url(/images/b2.png);	
	background-repeat: no-repeat;
	background-position: right top;	
}


#bgen3a {
	display:block;
	width: 184px;
	height: 50px;
	background-image: url(/images/b3.png);	
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
}

#bgen3a:hover {
	background-image: url(/images/b3.png);	
	background-repeat: no-repeat;
	background-position: right top;	
}

#bgen4a {
	display:block;
	width: 184px;
	height: 50px;
	background-image: url(/images/b4.png);	
	background-repeat: no-repeat;
	background-position: left top;	
	cursor: pointer;
}

#bgen4a:hover {
	background-image: url(/images/b4.png);	
	background-repeat: no-repeat;
	background-position: right top;	
}

