﻿BODY {
   font-family: verdana, sans-serif;
   font-size: 8pt;
}

TABLE.main {
   width: 60%;
   margin: auto;
}

TABLE.calendar TD.dayname{
   font-weight: bold;
}

TABLE.calendar TD.offsetday{
   background-color: #e2e2c7;
}

TABLE.calendar TD.activeday{
   font-weight: bold;
}

TABLE.menu TD {
   font-size: 9pt;
}


TABLE.events TH {
   text-align: center;
   font-size: 18pt;
   color: #990000;
   border-bottom: #990000 2px solid;
}

TABLE.events TD {
   font-size: 10pt;
   font-weight:normal;
}

TABLE.events TD.event_daybox {
   width: 5%;
   vertical-align: middle;
   font-weight: bold;
   text-align: center;
}

TABLE.events TD.event_details {
   font-weight: normal;
   padding: 0px 0px 10px 0px;
   border-bottom: #990000 2px solid;
   text-align: left;
}

TABLE.events A.event_title {
   font-weight: bold;
   font-size: 12pt;
   color: #990000;
   text-align: left;
}

TABLE.events A.event_field {
   font-weight: normal;
   text-align: left;
}

TABLE.events INPUT.edit_button {
   border: #888888 1px solid;
   font-size: 9pt;
   font-family: verdana, sans-serif;
   text-align: center;   
}

TABLE.menu INPUT {
   border: #888888 1px solid;
   background-color: #e2e2c7;
   width: 100%;
   font-size: 9pt;
   font-family: verdana, sans-serif;   
}

TABLE.menu SELECT {
   border: #888888 1px solid;
   background-color: #e2e2c7;
   width: 200px;
   font-size: 9pt;
   font-family: verdana, sans-serif;
}