body {
  font-family : Arial, Helvetica, sans-serif;
  background-color : white;
  color : black;
  padding: 0.75em 1em 0em 1em;
  min-width: 700px;
}
#logoTable {
  padding: 0em;
  margin: 0em;
}
#logoTable #logoCell {
  white-space: nowrap;
  font-weight: bold;
  font-size: 2em;
}
#logoTable #logoCell img {
  margin-left: 0em;
  margin-bottom: 0.1em;
  position: relative;

}
#logoTable img {
  display: inline;
}
#logoTable #schoolLinksCell {
  vertical-align: bottom;
  text-align: right;
  font-size: 0.8em;
  white-space : nowrap;
}
#logoTable #schoolLinksCell a:link,
#logoTable #schoolLinksCell a:visited,
#logoTable #schoolLinksCell a:active {
  background-color: transparent;
  color: #999;
  text-decoration: none;
}
#logoTable #schoolLinksCell a:hover {
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
#titleBar {
  display: none;
}
#dateBarTable td  {
  background-color : #4A79BA;
  color : #eee;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0em;
  font-weight : bold;
  text-align : center;
  white-space: nowrap;
}
#dateBarTable img {
  display: inline;
}
#dateBarTable a.rss:link,
#dateBarTable a.rss:active,
#dateBarTable a.rss:visited {
  font-size: 10px;
  font-weight: bold;
  color: #444;
  background-color: #ddd;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 0px 1px 0px 1px;
  text-decoration: none;
  margin-right: 0.5em;
  margin-left: 2px;
  position: relative;
  top: -3px;
  border: solid 1px #666;
}
#dateBarTable a.rss:hover {
  color: #900;
  background-color: #fff;
}
#eventTable {
  width: 100%;
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #aaa;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#eventTable td.fieldname {
  margin: 0em;
  vertical-align: top;
  padding: 0.5em 0.5em 0.2em 0.5em;
  background-color: #EDF5F9;
  color: black;
}
#eventTable td.fieldval {
  margin: 0em;
  vertical-align: top;
  padding: 0.5em 0.5em 0.2em 1em;
}
#eventTable th.icalIcon {
  margin: 0em;
  vertical-align: middle;
  text-align: right;
  padding: 0.5em 1em 0.2em 0.5em;
  white-space: nowrap;
}
#eventTable th.icalIcon img.addref {
  margin-right: 0.5em;
  position: relative;
  top: -5px;
}
#eventTable th.fieldname {
  text-align: left;
  padding: 1em 0.5em 1em 0.5em;
  background-color: #EDF5F9;
  color: black;
}
#eventTable th.fieldval {
  text-align: left;
  padding: 1em 0.5em 0.5em 1em;
  background-color: #fff;
  color: black;
  width: 100%;
}
#listTable {
  width: 100%;
  font-size: 0.7em;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 0px solid #fff;
  border-right: 2px solid #fff;
}
#listTable td {
 /* padding: 0.5em; */
  margin: 0em;
  border-bottom: 1px solid #7CB577;
}
#listTable td a {
  background-color: transparent;
  color: black;
  text-decoration: none;
}
#listTable td.description {
  text-align: left;
  background-color: #fff;
  color: black;
  width: 100%;
}
#listTable td.description a {
  background-color: transparent;
  color: black;
  text-decoration: none;
}
#listTable td.description a:hover {
  background-color: transparent;
  color: blue;
  text-decoration: underline;
}
#listTable td.description:hover {
  background-color: #E4F5E4;
  color: black;
}
#listTable td.dateRow {
  text-align: left;
  background-color: #7CB577;
  color: #E4F5E4;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0em;
}
#listTable td.dateRow a {
  display: block;
  color: #333;
  background-color: transparent;
  font-weight: bold;
  text-decoration : none;
}
#listTable td.dateRowHot {
  text-align: left;
  background-color: #e25327;
  color: #E4F5E4;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0em;
}
#listTable td.dateRowHot a {
  display: block;
  color: #333;
  background-color: transparent;
  font-weight: bold;
  text-decoration : none;
}
#listTable td.icons {
  color: black;
  background-color: #ddd;
  white-space: nowrap;
}
#listTable td.icons img.addref {
  margin-right: 0.5em;
}
.noEventsCell {
  padding: 1em;
}
#footer {
  font-size: 0.75em;
  text-align : center;
  margin-top: 0em;
  padding: 1em;
  color: #333;
  background-color: #eee;
  border-bottom: 2px solid #999;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  white-space: nowrap;
}
#footer a {
  color: #333;
  background-color: transparent;
  text-decoration: underline;
}
#skinSelectorTable {
  width: 100%;
  padding-top: 0.5em;
  font-size: 0.7em;
  color: #333;
  background-color: inherit;
}
#skinSelectorTable td {
  vertical-align: top;
}
#skinSelectorTable td.rightCell {
  text-align: right;
}
#skinSelectorTable td.leftCell {
  text-align: left;
  color: #999;
  background-color: inherit;
}
#skinSelectorTable td.leftCell  a {
  color: #999;
  background-color: inherit;
}
#skinSelectorTable td.rightCell form {
  display: inline;
  margin: 0em;
  padding: 0em;
}
#skinSelectorTable td.rightCell select {
  font-size: 0.9em;
  color: #333;
  background-color: #eee;
}
#featureHighlight {
  color: #dd0;
  font-style: italic;
}

.tooltip {
  color: #333333;
  font-weight: bold;
  background-color: white;
  font-size: 12px;
  text-align: center;
  line-height: 90%;
  white-space: nowrap;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid #999999;
}
.infowin {
  color: #333333;
  width: 25em;
  font-size: 12px;
}
.infowin a:hover {
  text-decoration: none;
  background-color: #C4EDB5;
}

.floatleft {
  float: left;
  margin: 4px 8px 0 0;
  border: 1px solid #666;
}

h1 { font-size: 100%; 
  color: #FFFFFF;
  text-align : center;
  margin-top: 2px; 
  margin-bottom: 2px;
}

h2 { font-size: 110%; 
  color: #FFFFFF;
  margin-top: 2px; 
  margin-bottom: 2px;
  margin-left: 4px;
}

