html { overflow: auto; }

html, body {
     margin: 0;
     padding: 0;
     height: 100%;
}

body { margin: 0px; }

.extWindowInfo				{font-family: Verdana; font-size: 8pt; text-decoration: none; font-weight: normal; color: #5C6164}
.extWindowInfoB				{font-family: Verdana; font-size: 10pt; text-decoration: none; font-weight: bold; color: #FFFFFF}
.extWindowInfo a:link			{color: #5C6164; font-size: 9pt; text-decoration:none; font-weight: normal;}
.extWindowInfo a:visited		{color: #5C6164; font-size: 9pt; text-decoration:none; font-weight: normal;}
.extWindowInfo a:active			{background: #DFECF4; color: #5C6164; font-size: 9pt; text-decoration:none; font-weight: normal;}
.extWindowInfo a:hover			{background: #DFECF4; color: #5C6164; font-size: 9pt; text-decoration:none; font-weight: normal;}

.extGrpWindowInfo			{font-family: Verdana; font-size: 8pt; text-decoration: none; font-weight: normal; color: #5C6164}
.extGrpWindowInfoB			{font-family: Verdana; font-size: 8pt; text-decoration: none; font-weight: bold; color: #5C6164}
.extGrpWindowInfo a:link		{color: #5C6164; font-size: 8pt; text-decoration:none; font-weight: normal;}
.extGrpWindowInfo a:visited		{color: #5C6164; font-size: 8pt; text-decoration:none; font-weight: normal;}
.extGrpWindowInfo a:active		{background: #DFECF4; color: #5C6164; font-size: 8pt; text-decoration:none; font-weight: normal;}
.extGrpWindowInfo a:hover		{background: #DFECF4; color: #5C6164; font-size: 8pt; text-decoration:none; font-weight: normal;}

.extSePladsWindowInfo			{font-family: Verdana; font-size: 8pt; text-decoration: none; font-weight: normal; color: #FFFFFF}
.extSePladsWindowInfoB			{font-family: Verdana; font-size: 8pt; text-decoration: none; font-weight: bold; color: #FFFFFF}
.extSePladsWindowInfo a:link		{background: #C31A1F; color: #FFFFFF; font-size: 8pt; text-decoration:none; font-weight: bold;}
.extSePladsWindowInfo a:visited		{background: #C31A1F; color: #FFFFFF; font-size: 8pt; text-decoration:none; font-weight: bold;}
.extSePladsWindowInfo a:active		{background: #C31A1F; color: #FFFFFF; font-size: 8pt; text-decoration:none; font-weight: bold;}
.extSePladsWindowInfo a:hover		{background: #C31A1F; color: #FFFFFF; font-size: 8pt; text-decoration:none; font-weight: bold;}

.breadcrums				{font-family: Verdana; font-size: 9pt; text-decoration: none; font-weight: normal; color: #5C6164}
.breadcrums a:link			{color: #5C6164; font-size: 9pt; text-decoration:underline; font-weight: normal;}
.breadcrums a:visited			{color: #5C6164; font-size: 9pt; text-decoration:underline; font-weight: normal;}
.breadcrums a:active			{background: #DFECF4; color: #5C6164; font-size: 9pt; text-decoration:underline; font-weight: normal;}
.breadcrums a:hover			{background: #DFECF4; color: #5C6164; font-size: 9pt; text-decoration:underline; font-weight: normal;}


#content {
     margin-top: 0px;
     position: relative;
}

#map {
     position: absolute;
     margin: 4px;
     top: 0;
     left: 0;
     width: 916px;
     height: 567px;
     border: 1px solid #aaa;
}

#map-wrapper {
     position: relative;
     height: 100%;
}

#sidebar {
     font-family: Verdana; font-size: 8pt; 
     position: absolute;
     border: 0px solid #aaa;
     top: 0;
     width: 0px;
     height: 100%;
     overflow: auto;
}

#sidebar p {
     margin: 10px;
}

#sidebar ul#sidebar-list {
     list-style: none;
     padding: 6px 0 0 0 ;
     margin: 0;
}

#sidebar ul#sidebar-list li {
	position: relative;
	padding: 2px 5px 2px 50px;
	clear:left;
}

#sidebar ul#sidebar-list li div.label {
	float: left;
	margin-left: -40px;
	width: 40px;
	position:relative;
	padding: 1px 3px 1px;
	background: red;
	color: white;
}

#sidebar ul#sidebar-list li a {
	font-family: Arial;
	font-size: 11px;
	color: #445555;
	text-decoration: none;
	padding: 2px 3px;
}


div.LabeledMarker_markerLabel {
	display: block;
	padding-top: 9px;
}

div.LabeledMarker_markerLabel,
#sidebar ul#sidebar-list li div.label {
	text-align: center;
	color: white;
	width: 32px;
	letter-spacing: 0px;
	font-size: 12px;
	font-family: Arial;
}


body.sidebar-right #map-wrapper { margin-right: 230px; }
body.sidebar-right #sidebar { right: 0; }

body.nosidebar #map-wrapper { margin: 0; }
body.nosidebar #sidebar { display: none; }

body.sidebar-right a#button-sidebar-show,
body.nosidebar a#button-sidebar-hide { display: none; }

#menu_bar {
     background: #ffffff;
     border: 0px solid black;
     height: 33px;
     position: relative;
}

#toolbar {
     background: white;
     padding: 4px;
     border: 0px solid black;
     position: relative;
}

#bottom_bar {
     border: 0px solid black;
     height: 33px;
     position: relative;
}


/* holly hack for IE to get position:bottom right
   see: http://www.positioniseverything.net/abs_relbugs.html
 \*/
* html #toolbar { height: 1px; }
/* */

#toolbar h1 {
     margin: 0;
     font: bold 18px Helvetica, sans-serif;
}

#toolbar ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

#toolbar ul#sidebar-controls li {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#toolbar ul li {
     display: inline;
}

#toolbar ul li a {
     padding: 3px 6px;
     color: #444;
     text-decoration: none;
     font-size: 12px;
}

#toolbar ul li a:hover {
     color: #aaa;
     background: #444;
}

