html,body {
	margin: 0;
}

#header {
	background: #0099cb;
	position: fixed;
	top: 0px;
	height: 67px;
	left: 0px;
	width: 100%;
}

#logo {
	position: absolute;
	top: 25px;
	height: 25px;
	left: 137px;
	width: 160px;
}

#footer {
	position: absolute;
	font-size: 90%;
	text-align: center;
	width: 100%;
	bottom: 0px;
	color: #555;
	font: normal normal normal 0.7em/normal Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#map-wrapper {
	position: fixed;
	top: 67px;
	bottom: 0px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*border-style: outset;*/
}

#map {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#ajaxBusy {
	display: none;
	margin: 0px;
	position: absolute;
	left: 35%;
	width: auto;
	top: 50%;
	font-weight: normal;
	font-size: 40pt;
	color: red;
}

#addLinkPanel {
	display: none;
}

#overviewMap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 180px;
	border-left:2px solid gray;
	border-top:2px solid gray;
}

#overviewChk {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 13px;
	height: 13px;
}

#startButton {
	position: absolute;
	top: 130px;
	left: 130px;
	width: 435px;
	height: 316px;
	background:url(images/WelcomeMessage.gif) no-repeat;
	cursor: pointer;
	display: none;
}

#zoomButton {
	position: absolute;
	top: 150px;
	left: 110px;
	width: 345px;
	height: 222px;
	background:url(images/zoom_msgV3.png) no-repeat;
	cursor: pointer;
	display: none;
}

#noMarkerButton {
	position: absolute;
	top: 150px;
	left: 110px;
	width: 435px;
	height: 316px;
	background:url(images/no-markers-msg.gif) no-repeat;
	cursor: pointer;
	display: none;
}

#cityButton {
	position: absolute;
	top: 150px;
	left: 110px;
	width: 345px;
	height: 222px;
	background:url(images/city-markers-msg.gif) no-repeat;
	cursor: pointer;
	display: none;
}

#pegmanButton {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 193px;
	height: 78px;
	background:url(images/street_view.png) no-repeat;
}

#returnToMap {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 184px;
	height: 60px;
	background:url(images/return_to_map.png) no-repeat;
	cursor: pointer;
	z-index: 10;
	display: none;
}

#showControlPanel {
	position: absolute;
	top: 70px;
	right: 10px;
	width: 160px;
	height: 50px;
	background:url(images/refine_topic_btn.png) no-repeat;
}

.bdContent {
	padding-left: 5px;
	padding-right: 5px;
}

.panelHeaderLeft {
	font-size: 12pt;
}

.panelHeaderRight {
	font-size: 8pt;
	float: right;
	text-align: right;
	font-weight: normal;
	color: gray;
	clear: right;
}


.ajax-info {
	color: white;
	font-weight: normal;
	font-weight: bold;
	height: 40px;
	padding-top: 7px;
	text-align: center;
}

.ajax-error {
	color: maroon;
	font-weight: bold;
	font-size: 80%;
}

.msg-info {
	/*color: #330066;*/
	color: green;
	font-weight: normal;
	font-size: 20pt;
}

.msg-error {
	color: red;
	font-weight: normal;
	font-size: 20pt;
}

.hidden {
	display: none;	
}

#tooltip {
	position:absolute;
	white-space:nowrap;
	border:1px solid black;
	padding: 2px 0.5ex;
	background-color:white; 
	font-weight:bold;
	font-size: 70%;
}

#tooltip ul {
  margin-top:0;
  margin-bottom:2px;
}

#tooltip ul li {
  margin-left:0;
  padding-left: 0;
}

li.frontpage {
	color: green;
}

li.subpage {
	list-style-type: circle;
}

li.admin {
	list-style-type: none;
}

div#marker-info ul {
	margin-top: 5px;	
	margin-bottom: 5px;	
	margin-left: 10px;
	padding-left: 10px;
}

div#marker-info li {
	margin-right: 10px;	
	margin-left: 0px;	
	margin-top: 2px;
}

div#marker-info .library-link {
	margin-right: 5px;	
}

div#marker-info li a.subpage-link {
	font-size: 90%;
	font-style: italic;
}

div#marker-info li a.frontpage-link {
	font-style: normal;
	color: green;
}

.imageButton {
	cursor: pointer;
}

.deleteButton {
	min-height: 18px;
	min-width: 18px;
	clear: left;
	float: left;
	background:url(images/delete.png) no-repeat;	
}

.deleteButton:hover {
	background:url(images/deleteHover.png) no-repeat;	
}

#addLink {
	position: absolute;
	right: 10px;
}

#linkList {
	overflow: auto;
	margin-top: 5px;
	max-height: 250px;
}

#addLink a {
	color: blue;
}

#addLinkForm label {
    clear: left;
    display: block;
    float: left;
    width: 20%;
}

#addLinkForm .addLinkInput {
    width: 75%;
}