/*****************************************************************/
/* Basic Link styles */
/*****************************************************************/
A:link {color: #D0D0FF}
A:active {color: #FFFF00}
A:visited {color: #9090FF}
A {font-family: arial;}

/*****************************************************************/
/* Basic type styles */
/*****************************************************************/

body {
  font-family:arial;
  color: #FFFFFF;
  background: #000000;
  font-size: 12px;
}

b {
  font-family:arial;color:#ffffff}
  p {font-family:arial;color:#ffffff}

pre {color:#ffffff}

h1 {
  color: #DDDDDD;
  font-family:arial;
  font-style: italic;
  font-size: 170%;
}

h2 {
  color: #DDDDDD;
  font-family:arial;
  font-size: 150%;
}


h3 {
  color: #DDDDDD;
  font-family:arial;
  font-size: 120%;
}


h4 {
  color: #DDDDDD;
  font-family:arial;
  font-size: 110%;
}

td {
color: #C0C0E0;
font-family:arial;
font-size: 12px;
}


li { color: #FFFFFF;
 list-style-type: square;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px
}

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

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

/*****************************************************************/
/* 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-weight: bold;font-size: 12px;}

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

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

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

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

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

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

.creditsText {
	font-size:10px;
	font-weight:italic;
}

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

.descriptionText {
  font-size: 12px;  
}

.descriptionTextSmall {
  font-size: 10px;  
}


.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;
}
