* {
	margin: 0;
	padding: 0;
}

body { background-color:#ffffff;}
body, table, tr, td, p, a, input, select, textarea {color:#333333;font-family:Tahoma; Arial; Verdana; font-size:11px; }

A {font:11px Tahoma;color:#465678; text-decoration:none;}
A:hover {text-decoration:underline}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

table tr td.toolbar {
	vertical-align: bottom;
}

table tr td.toolbar img {
	border: none;
	margin-right: 10px;
	margin-bottom: -1px;
}

/* table tr td.toolbar img:hover {
	background-color: #FFFFFF;
}*/

table.scale {
	width: auto;
}

table.scale tr td{
	vertical-align: middle;
	padding-left: 3px;
}

table.scale tr td img {
	border: none;
}

table.arrowup {
	width: 100%;
	border: 1px #465678 solid;
	border-top: none;
	border-collapse: separate;
	background-color: #FFFFFF;
}

table.arrowup tr td {
	font-size: 10px;
	padding: 0px 1px 1px 4px;
}

table.arrowup tr td.close {
	text-align: right;
	padding-left: 0;
}

div#marker{
	width: 240px;	
}

div#marker div {
	border-bottom: 1px #465678 solid;
}

div#marker.address{
	width: auto;	
}
div#marker.address table.arrowup{
	width: auto;	
}

div#hint{
	width: 240px;	
}

div#hint div {
	border-bottom: 1px #465678 solid;
}

div#hint.address{
	width: auto;	
}
div#hint.address table.arrowup{
	width: auto;	
}

img.arr {
	width: 11px;
	height: 11px;
	border: none;
	margin-bottom: -1px;
}

img.close {
	width: 11px;
	height: 11px;
	margin-left: 4px;
	margin-bottom: -2px;
	border: none;
}

.transp {
	filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;
}

body#print {
	margin: 10;
}

div.view-container {
	background-color: #465678;
	position: relative;
	left: 0px;
	top: 0px;
  	overflow: hidden;
}

div.view-div {
	left: 0pt;
	position: relative;
	top: 0pt;
}