﻿
body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: small;
	background-color:whitesmoke;
	
}

div.markerTooltip
{
  font-family: Arial;
  color: black;
  font-size:11px;
  font-weight: normal;
  background-color: white;
  margin: 0;
  text-align:left;
  padding: 1px 3px 1px 3px;
  border: solid 1px black;
}


A:link {text-decoration: none; font-weight:bold; color: green;}
A:visited {text-decoration: none; font-weight:bold; color: green;}
A:hover {text-decoration:underline}

A:focus { outline: 0; -moz-outline: none; }     

/* and some link styles */
a.mainmenu { color: dodgerblue; background-color:lightyellow; line-height:28px; text-decoration: none; border:solid 1px dodgerblue; padding:6px; padding-left:10px; padding-right:10px  }
a.mainmenu:hover   { color: white; background-color:dodgerblue;  }

a.placelink { color: dogerblue; text-decoration: underline;}
a.placelink:hover   { color: blue; background-color:whitesmoke }

a.redmenu { color: white; background-color:darkred; text-decoration: none;  line-height:28px; border:solid 1px darkred;  padding:4px;   }
a.redmenu:hover { color: darkred; background-color:white; }

a.bluemenu { color: white; background-color:blue; text-decoration: none;  line-height:28px; border:solid 1px black;  padding:6px;   }
a.bluemenu:hover { color: yellow; background-color:blue; }

a.reverseorange { color: white; background-color:orange; text-decoration: none;  line-height:28px; border:solid 1px orange; padding:6px; padding-left:10px; padding-right:10px  }
a.reverseorange:hover { color: orange; background-color:white; }

a.reversegreen { color: white; background-color:forestgreen; text-decoration: none;  line-height:28px;   border:solid 1px forestgreen; padding:6px; padding-left:10px; padding-right:10px  }
a.reversegreen:hover { color: forestgreen; background-color:white; }

h1 { color: dodgerblue; font-family: "Trebuchet MS", Times, serif; font-weight:bold; font-size:30px; padding-bottom:12px; padding-top:12px; border-bottom:solid 3px dodgerblue }
h2 { color: dodgerblue; font-style:italic; font-family: "Trebuchet MS", Times, serif; font-weight:bold; font-size:20px; padding-bottom:8px; padding-top:8px; }
h3 { color: dodgerblue; font-style:italic; font-family: "Trebuchet MS", Times, serif; font-weight:bold; font-size:15px; padding-bottom:4px; padding-top:4px }


div.indexrow { color: black; background-color:white; padding-top:2px; padding-bottom:2px; width:100%; cursor:pointer  }
div.indexrow:hover { color: black; background-color:orange; padding-top:2px; padding-bottom:2px; width:100%; cursor:pointer }

