/**
 * Reset CSS
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/**
 * Main
 */
h1#websiteTitle,
p#websiteDescription {
	position: absolute;
	top: -1000px;
	left: -100px;
}
div#main {
	width: 468px;
}



/**
 * Ad
 */
div#adBlock {
	width: 468px;
	height: 60px;
}



/**
 * Map
 */
div#map {
	width: 468px;
	height: 358px; 
}



/**
 * Menu
 */
div#menuBlock {
}
div#menuBlock input#input {
	width: 345px;
}
div#menuBlock form.locateMeDisabled input#input {
	width: 368px;
}
div#menuBlock #locateme {
	width: 22px;
	margin-right: 1px;
	background-image: url('../images/geoicon.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
div#menuBlock #submit {
	width: 100px;
}
div#menuBlock a#poweredByLink {
	float: left;
}
div#menuBlock img#poweredByLogo {
	border: 0px;
}
div#menuBlock button#submit {
	line-height: normal;
}
div#menuBlock button#confirm {
	line-height: normal;
	float: right;
	font-weight: bold;
}



/**
 * Loading screen
 */
#inputScreenBG, #loadingScreenBG {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 120%;
	height			: 100%;
	background-color:#000000;
	opacity			: 0.8;
	filter			: Alpha(opacity=80, finishopacity=0, style=0);
	text-align		: center;
	vertical-align	: middle;
	color			: #ffffff;
	display			: none;
	visibility		: hidden;
	z-index			: 98;
}
#loadingScreenBG {
	background-color:#ffffff;
}
#inputScreen, #loadingScreen {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 100%;
	height			: 100%;
	display			: none;
	visibility		: hidden;
	z-index			: 99;
}
#inputScreenContent , #loadingScreenContent {
	text-align		: center;
}
#inputScreen table tr td, #loadingScreen table tr td {
	vertical-align	: middle;
}



/**
 * Margins + Paddings
 */
 div#main {
 	margin:10px;
 }
 div#adBlock {
 	margin-bottom:10px;
 }
 div#mapBlock {
 	margin-bottom:10px;
 }
 form#searchform {
 	margin-bottom:10px;
 }



/**
 * Startup anmiation
 */
div#loadingScreen, div#loadingScreenBG {
	visibility: visible;
	display: block;
}



/**
 * Marker window
 */
#markerWindow .positionFraction,
#markerWindow .positionMinutes {
	color: #999;
}



/**
 * Bugfix for unwanted scrollbars in InfoWindows (Maps API v3.1)
 */
div.gmnoprint div div div {
	overflow: hidden !important;
}
