#Container {
	position: relative;
	height: 214px;
	margin: 0 auto;
	background-color: #dedede;
	border: 1px solid #666; /* Used to be 5px and #ccc*/
	font-size: 0px;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
}

.layerSelectorLabel { 
  font-weight: bold;
}

/* Popup Window Styles */
.markerViewDetails { 
  background: #DDD;
  border:1px solid #222;
  text-align: left;
  margin: 2px;
  padding: 2px;
}
.markerViewImage {
  background: #333;
  border:1px solid #222;
  text-align: center;
  margin: 2px;
  padding: 2px;
}
.markerEditLabel { 
  color: #441;
  font-weight: bold;
}
.markerEditNotes { 
  color: #441;
}
.markerViewLabel { 
  color: #441;
  font-weight: bold;
}
.markerViewText { 
  color: #000;
}
.markerViewNotes { 
  color: #441;
  font-style: italic;
}

#popupImageBox {
  margin: auto;
  width: 400px;
  height: 215px;
  border: 1px #000 solid;
  overflow: auto;
}

#popupImageBox img {
  float: left;
  padding: 0px;
  margin: 0px;
  border:0px;}

/* Main Area object styles */
#infoBox { 
  text-align: right;
  color: #FFC;
  font-size: 80%;
}
#currentStatus { 
}
#currentLocation{ 
  font-style: italic;
}
#mapsCurrentLinks { 
 }
#currentEmailLink { 
}
#currentWebLink { 
}
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/
/********************************************************************************/

.text_introduction {
 color: #FFFFBB;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
}

.external_link {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 10px;
 color: #DDDDDD;
}

.mapsLatLonInfo {
 color: #222222;
 background: #FFEEEE;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 10px;
}


/*****************************************************************/
/* Maps Styles */
/*****************************************************************/

td.popupCell {
 color: #222222;
 list-style-type: square;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
}

b.popupCell {font-family:arial;color:#000000;font-size: 12px;}

td.popupCellLabel {
 color: #222222;
 list-style-type: square;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
}
b.popupCellLabel {font-family:arial;color:#000000;font-size: 11px;}

td.popupDataCellLabel {
 color: #222222;
 list-style-type: square;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 10px;
}

td.popupDataCellLabelOdd {
 color: #222222;
 background: #FFDDAA;
 list-style-type: square;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 10px;
}

td.popupDataCellLabelEven {
 color: #222222;
 background: #FFEEEE;
 list-style-type: square;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 10px;
}

table.key {
	font-size:12px;
}

.keyHeader {
	font-size:16px;
	text-align:center;
}

.creditsText {
	font-size:10px;
}

.pageTitle {
	font-size:20px;
	text-align:center;
}

.descriptionText {
  font-size: 12px;  
  padding: 0px;
}

.descriptionTextSmall {
  font-size: 10px;  
  padding: 0px;
}

.controlLabel {
  font-size: 12px;  
  font-weight: bold;
}



.pageLinks {
  font-size: 14px;  
}

font.locationInfoTitle {
  font-size: 12px;  
  font-weight: bold;
}

font.locationInfo {
  font-size: 12px;  
}

.nearbyLocation {
  font-size: 11px;
}

.foundLocation {
  font-size: 11px;
}


.locationInfoTable { 
  border: 1px solid #FFAAAA;
  background-color: #331111;
  padding: 0px;
  border-spacing: 2px;  
}
.locationInfoCell { 
  background-color: #553333;
  padding: 0px;
  border-spacing: 2px;  
}

.locationDetailsMasterTable {
  width:120px;
}

div.markerTooltip, div.markerDetail {
 color: black;
 font-weight: bold;
 background-color: white;
 white-space: nowrap;
 margin: 0;
 padding: 2px 4px;
 border: 1px solid black;
 }

.linkout span { display: block; }
.linkout ul { display: inline; }
.linkout li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
/*.linkout ul li:before { content: ""; }*/
.linkout img { border: 0; }

div .linkout { margin: 3em 0; }

span.linkout_msg { position: relative; }
span.linkout_msg span { display: none; width: 14em; }
span.linkout_msg:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: white;
	line-height: 1.25em;
}

#mainControlTable { 
  width: 100%;
  border: 0px;
  padding: 0px;
}


.newMarkerLink {
  border: 1px solid #ffc;
}
#top {
  height: 30px;
  width: 99%;
  color:#fff;
}

#mapDiv {
  width:988px;
  height:480px;
  color:#333;
}      


#layerSelectorForm { 
  margin-bottom:0;
}
