body, th, td, h1			{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#888888; }

body						{ margin:0px; text-align:center; background-image:url(../images/bg.gif); background-color:#e5dfd4; }

a img					{ border:0px; }

a:link, a:visited			{ text-decoration:none; color:#404060; }
a:hover, a:active			{ text-decoration:underline; color:#404040; }
a:focus					{ text-decoration:underline; color:#808080; }

#mapDiv
{
	border:1px solid #dbd5ca;
}

#mapDiv:hover
{
	border:1px solid #006699;
}

.markerTableTr
{
	height:18px;
}

.markerTableClickableTr
{
	height:18px;
	cursor:pointer;
}

.markerTableClickableTr:hover
{
	background-color:#ffffc0;
}

.markerTableActiveTr
{
	height:18px;
	cursor:pointer;
	background-color:#fff0f0;
}

.markerTableActiveTr:hover
{
	background-color:#ffffc0;
}

.markerTableTh1, .markerTableTd1
{
	padding:0px 6px;
	border-right:1px solid #dbd5ca;
	border-bottom:1px solid #dbd5ca;
	white-space:nowrap;
	overflow:hidden;
}

.markerTableTh2, .markerTableTd2
{
	width:110px;
	padding:0px 6px;
	border-right:1px solid #dbd5ca;
	border-bottom:1px solid #dbd5ca;
	overflow:hidden;
}

.markerTableTh3, .markerTableTd3
{
	width:36px;
	text-align:center;
	padding:0px;
	background-repeat:no-repeat;
	background-position:12px 1px;
	border-right:1px solid #dbd5ca;
	border-bottom:1px solid #dbd5ca;
	overflow:hidden;
}

.markerTableTh4, .markerTableTd4
{
	width:67px;
	text-align:center;
	white-space:nowrap;
	padding:0px;
	border-bottom:1px solid #dbd5ca;
	overflow:hidden;
}

.markerTableTh1, .markerTableTh2, .markerTableTh3, .markerTableTh4
{
	font-weight:bold;
}

#enlargeDiv
{
	background-image:url(../images/enlarge.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#enlargeDiv:hover
{
	background-position:0px -14px;
}

.mapClass
{
	position:absolute;
	width:406px;
	height:439px;
	top:20px;
	left:20px;
	overflow:hidden;
}

.mapEnlargedClass
{
	position:absolute;
	width:880px;
	height:502px;
	top:0px;
	left:0px;
}

#contextMenuDiv
{
	position:absolute;
	width:160px;
	visibility:hidden;
}

#openInMenuDiv
{
	position:absolute;
	width:210px;
	visibility:hidden;
}

#openInMenuDiv ul, #contextMenuDiv ul
{
	list-style-type:none;
	padding:0px;
	margin:4px;
}

#openInMenuDiv li, #contextMenuDiv li
{
	padding:2px 6px;
	border-bottom:1px solid #aaaaaa;
	cursor:pointer;
}

#openInMenuDiv li:hover, #contextMenuDiv li:hover
{
	background-color:#ffffc0;
}

#markerIconMenuDiv
{
	position:absolute;
	width:274px;
	visibility:hidden;
}

#markerIconMenuDiv ul
{
	list-style-type:none;
	padding:0px;
	margin:4px;
}

#markerIconMenuDiv li
{
	padding:2px 6px;
	border-right:1px solid #aaaaaa;
	cursor:pointer;
	float:left;
}

#markerIconMenuDiv li:hover
{
	background-color:#ffffc0;
}

#addressDiv
{
	font-size:10px;
	color:#a0a0a0;
	font-weight:normal;
}

input[type="text"], input[type="password"]
{
	border:1px solid #dbd5ca;
	color:#444444;
}

input[type="text"]:hover, input[type="password"]:hover
{
	border:1px solid #6d9db1;
}

input[type="text"]:focus, input[type="password"]:focus
{
	border:1px solid #006699;
}

input[type="button"]
{
	border:1px solid #dbd5ca;
	background-color:#f5eee1;
	color:#444444;
	font-size:11px;
	padding:0px 10px;
}

input[type="button"]:hover, input[type="button"]:focus
{
	border-color:#cc0066;
	background-color:#f2dcd8;
	color:#cc0066;
}