td.EventsTopTable
{
 width: 100%;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 padding-right: 10px;
}

table.EventsTopTable
{
 width: 100%;
 /*border-top: 2px solid #796BB3;
 border-top-style: groove;*/
 border-bottom: 2px solid #796BB3;
 border-bottom-style: groove;
}

td.EventsTopTableCalendar
{
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 0px;
 padding-right: 10px;
}

div.Legend
{
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}

div.Legend td
{
 font-family: "Verdana";
 color: #20125A;
 font-size: 7pt;
}

td.EventsTopTableDescription
{
 width: 100%;
 height: 100%;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 0px;
 padding-right: 0px;
}

td.EventsDescriptionDate
{
 font-family: "Verdana";
 color: #20125A;
 font-size: 9pt;
 font-weight: bold;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 0px;
}

td.EventsDescription
{
  border: 0px solid red;
 font-family: "Verdana";
 color: #20125A;
 font-size: 9pt;
 border-top: 1px solid #796BB3;
 border-top-style: groove;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 0px;
}

table.CalendarBox
{
 border: 1px solid #796BB3;
 h!!!eight: 100%;
}

table.EventsBottomTable
{
 width: 100%;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
}

td.CalendarYearLabel
{
 font-family: "Verdana";
 color: #20125A;
 font-size: 9pt;
 border: 1px solid #796BB3;
 padding-top: 3px;
 padding-right: 0px;
 padding-bottom: 3px;
 padding-left: 0px;
}

/* Common properties */
div.WeekDay
{
 font-family: "Verdana";
 text-align: center;
 color: #20125A;
 border: 1px solid #796BB3;
 padding-top: 1px;
 padding-right: 1px;
 padding-bottom: 1px;
 padding-left: 1px;
}

div.CalendarMonthLabel
{
 font-family: "Verdana";
 text-align: center;
 color: #20125A;
 border: 0px solid #796BB3;
 padding-top: 1px;
 padding-right: 1px;
 padding-bottom: 1px;
 padding-left: 1px;
}

div.DayOfWeek, div.DayOfWeekend
{
 font-family: "Verdana";
 text-align: center;
 color: #20125A;
 padding-top: 1px;
 padding-right: 1px;
 padding-bottom: 1px;
 padding-left: 1px;
}

/* Properties specific to Top and Bottom parts of the event page */
div.TopPart div.WeekDay, div.TopPart div.DayOfWeek, div.TopPart div.DayOfWeekend
{
 font-size: 11pt;
 width: 30px;
 height: 30px;
}

div.BottomPart div.WeekDay, div.BottomPart div.DayOfWeek, div.BottomPart div.DayOfWeekend
{
 font-size: 7pt;
 width: 20px;
 height: 20px;
}

div.TopPart div.CalendarMonthLabel
{
 font-size: 11pt;
 height: 24px;
}

div.BottomPart div.CalendarMonthLabel
{
 font-size: 7pt;
 height: 16px;
}

/* Properties specific to day types */
div.CurrentDay div.WeekDay
{
 border: 2px solid blue;
}

div.Today div.WeekDay
{
 border: 2px solid red;
}

div.WeekEnd div.WeekDay
{
 border-width: 2px;
}

div.EventDay div.WeekDay
{
 background-color: #AC98FF;
 /*background-image: url("event.gif");
 background-repeat: no-repeat;
 background-position: center center;*/
}

div.DayOfWeek
{
 border: 1px solid #796BB3;
}

div.DayOfWeekend
{
 border: 2px solid #796BB3;
}

/* Links */
A.CalendarDayURL:link
{
 text-decoration: underline;
 color: #20125A;
}

A.CalendarDayURL:visited
{
 text-decoration: underline;
 color: #20125A;
}

A.CalendarDayURL:hover
{
 text-decoration: underline;
 color: #20125A;
}

A.YearChangeURL:link, A.YearChangeURL:visited
{
 text-decoration: none;
 color: #20125A;
}

A.YearChangeURL:hover
{
 text-decoration: underline;
 color: #20125A;
}

input.SearchButton
{
 f1ont-size: 84%;
 f1ont-size: 11pt;
 font-family: "Verdana";
 color: #20125A;
 b1ackground-color: #DFC5FF;
 border: 1px solid;
 border-top-color: #796BB3;
 border-left-color: #796BB3;
 border-right-color: #20125A;
 border-bottom-color: #20125A;
}

input.SearchButtonMouseOver
{
 border-top-color: #AC98FF;
 border-left-color: #AC98FF;
 border-right-color: #796BB3;
 border-bottom-color: #796BB3;
}

td.SearchResults
{
 border: 0px solid green;
 font-family: "Verdana";
 color: #20125A;
 font-size: 9pt;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 8px;
 padding-left: 0px;
}

div.SubmitEventForm td
{
 border: 0px solid #AC98FF;
 font-family: "Verdana";
 color: #20125A;
 font-size: 9pt;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 0px;
 white-space: nowrap;
}

div.SubmitEventForm input, div.SubmitEventForm textarea
{
 width: 100%;
}

