html {
  height: 100%;
}

body {
  background-color: #f8f8f8;
  color: #000;
  height: 100%;
}

#body {
  height: 100%;
}

body, th, td, input, select, textarea, p, li {
  font: 11px Arial, sans-serif;
  color: #000;
}

form, ul {
  margin: 0;
  padding: 0;
}

a {
  color: #ea5e00;
}

#bar {
  font: 11px Arial, sans-serif;
}

#bar input {
  vertical-align: middle;
}

#bar .text {
  line-height: 11px;
  border: 1px dashed #1f58cb;
  width: 80px;
  margin-right: 10px;
}

#bar .button {
  background-color: #cfdbf1;
  border: 1px solid #1f58cb;
  margin: 0 10px;
  padding: 0 3px;
}

#bar a {
  color: #000;
}

#nav {
  font: 11px Tahoma, sans-serif;
  color: #fff;
}

#nav a {
  color: #fff;
  text-decoration: none;
}

#nav a:hover {
  color: #ccc;
}

.footer {
  color: #666;
}

.footer a {
  color: #000;
}

#menu {
  width: 188px;
  padding-top: 5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 100;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  width: 188px;
  position: relative;
}

#menu a {
  font: bold 13px "Trebuchet MS", sans-serif;
  background: #f8f8f8 url(../images/plus-off.jpg) no-repeat;
  background-position: 5px 6px;
  color: #666;
  text-decoration: none;
  height: 20px;
  display: block;
  padding: 2px 2px 2px 18px;
  margin: 2px 0;
}

#menu a:hover {
  background: #666 url(../images/plus-on.jpg) no-repeat;
  background-position: 5px 6px;
  color: #fff;
}

#menu li li a {
  font: bold 13px "Trebuchet MS", sans-serif;
  background: #666 url(../images/plus-on.jpg) no-repeat;
  background-position: 5px 6px;
  color: #fff;
  text-decoration: none;
  height: 20px;
  display: block;
  padding: 2px 2px 2px 18px;
  margin: 0;
}

#menu li li a:hover {
  background: #ddd url(../images/plus-off.jpg) no-repeat;
  background-position: 5px 6px;
  color: #ea5e00;
}

#menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

div#menu ul ul, div#menu li:hover ul ul {
  display: none;
}

div#menu li:hover ul, div#menu li:hover li:hover ul {
  display: block;
}

#menu-left img {
  border: 0;
  margin: 3px 0;
}

#menu-right {
  padding-top: 5px;
}

#menu-right img {
  border: 0;
  margin: 3px;
}

#content {
  padding: 5px;
}

#content ul {
  margin-left: 15px;
}

#content li {
  margin-bottom: 3px;
}

#content a {
  font-weight: bold;
}

h2 {
  font: bold 12px Arial, sans-serif;
  color: #ea5e00;
  margin: 3px 0px;
}

h3 {
  font: bold 13px "Trebuchet MS", sans-serif;
  color: #666;
  margin: 3px 0px;
}

a.gray {
  font: normal 10px Tahoma, sans-serif;
  color: #444;
}

a.gray:hover {
  text-decoration: none;
}

.detail-left {
  color: #ea5e00;
  float: left;
}

.detail-right {
  color: #ea5e00;
  text-align: right;
}

.detail-right a {
  color: #ea5e00;
}

.calendar {
  border-collapse: collapse;
}

.calendar th, .calendar td {
  font: 13px Arial, sans-serif;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #666;
}

.calendar th {
  background-color: #fa9658;
  color: #fff;
}

.calendar td {
  background-color: #eee;
}

.calendar .calendar-month {
  background-color: #666;
  color: #fff;
  border: 1px solid #666;
  font: bold 13px Arial;
  line-height: 25px;
  padding: 1px;
  margin-left: -1px; // firefox fix for caption tag
}

.calendar .calendar-next a, .calendar .calendar-prev a {
  font: bold 13px Arial;
  color: #fff;
  text-decoration: none;
}

.calendar .linked-day {
  background-color: #fac196;
  color: #fff;
}

#error {
  margin: 10px;
}

#error li {
  font-weight: bold;
  color: #d00;
}

.req {
  font-size: 16px;
  font-weight: bold;
  color: #d00;
}

#aidat {
  border: 0;
}

#aidat th {
  background-color: #ddd;
  font-weight: bold;
  font-size: 12px;
}

.green {
  color: #0a0;
}

#events {
  border: 1px solid #bbb;
}

#events b {
  color: #1f58cb;
  font-weight: normal;
}

#events table td {
  padding: 3px;
  border-bottom: 1px solid #bbb;
}

.event-date {
  color: #ea5e00;
}

#news {
  border: 1px solid #c2dde8;
}

#news table td {
  padding: 3px;
  border-bottom: 1px dashed #c2dde8;
}


