body {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

#page {
  position: absolute;
  left: 0px;
  margin: 0px;
  padding: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#left {
  float: left;
  height: 100%;
  overflow: auto;
  width: 300px;
}

#right {
  margin-left: 300px;
  height: 100%;
}

#map {
  border-left: 2px solid #888888; 
  height: 100%;
  width: auto;
}

.maintitle {
  background-color: #FF9D4D;
  height: 73px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.title {
  background-color: #FF9D4D;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  padding: 2px;
}

.subtitle {
  background-color: #FFDC72;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  padding: 2px;
}

.result {
  background-color: #FFF0C3;
  color: #000000;
  margin-left: 20px;
  padding: 2px;
}

.content {
  padding: 2px;
}

.links {
  background-color: #FFF0C3;
  padding: 2px;
  text-align: center;
}

.tabPanel {
  list-style-type: none;
  padding-bottom: 25px;
  border-bottom: 1px solid #FF9D4D;
  margin: 0px;
  margin-left: -30px; 
  margin-bottom: 10px;
}

.tabPanel a {
	float: left;
	display: inline;
	color: #333;
	text-decoration: none;
	padding: 4px;
}

.tabPanel li {
	list-style-type: none;
	float: left;
	height: 21px;
	margin: 3px 2px 0px 2px;
	border: 1px solid #FF9D4D;
}

.activeTab {
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-weight: bold;
}

.inactiveTab {
	background-color: #FFF0C3;
	font-weight: bold;
}

.inactiveTab a:hover {
	background-color: #FF9D4D;
	color: #FFFFFF;
}

.activeTab a:hover {
	background-color: white;
}

.activeTab a,a:link,a:active,a:visited {
	color: #000000;
}




a,a:link   { text-decoration: underline;
             color: #0000FF;
             cursor: pointer; }
a:active   { text-decoration: underline; }
a:visited  { text-decoration: underline;
             color: #6666FF; }
a:hover    {
  color: #FF0000;
  text-decoration: underline;
}

p {
  padding: 0px 0px 10px 10px;
  margin: 0px;
  line-height: 17px;
}

h1 {
  background-color: #AAAAFF;
  color: #FFFF00;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 0px;
  padding: 5px;
}


h2 {
  color: #AAAAFF;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  font-size: 15pt;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1pt;
  margin: 10px 0px 0px 0px;
  padding-left: 0px;
}

h3 {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 5px;
  margin-bottom: 2px;
  padding-left: 0px;
}

h4         { font-weight: bold;
             font-size: 10pt;
             margin-top: 5px;
             margin-bottom: 2px;
             padding-left: 10px; }
           

table.calendar {
  font-size: 7pt;
}


div.linklist { text-align: center; }


td.calGridHeader {
  background-color: #8484FF;
  border-width: 1px;
  border-style: solid;
  border-color: #E8E8FF;
  color: #FFFF00;
  font-weight: bold;
  font-size: 8pt;
  text-align: center;
}

.calGridDateText, .calGridDateText a {
  background-color: #8484FF;
  color: #FFFF00;
  font-size: 9pt;
  font-weight: bold;
  padding: 1px 1px 1px 2px;
  text-align: center;
  width: 30%;
}

.calGridText {
  font-size: 7pt;
}

td.calGridBox {
  background-color: #E8E8FF;
  border-width: 1px;
  border-style: dotted;
  border-color: #AAAAAA;
}

td.calGridBoxSelected {
  background-color: #FFFFCC;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
}

td.calGridBoxBlank {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
}


