<STYLE type="text/css">
TH.calendar { background-color: #EE773C; color: White; font-family: tahoma,lucida,sans-serif; font-size: 15px; font-weight: bold; }

TH.MHVYTitle { font-size: 18pt; }

TD.MHVYMonthCell {}
/*
        MHVC is the ViewCal Servlet or Monthly View
        TABLE.MHVC is the table containing the calendar
        TH.MHVCTitle is the table title cell
        TH.MHVCDayHead is the heading cells for the day of week labels.
        TR.MHVCControlRow is the cell containing the navigation controls.
        TR.MHVCDayRow is the style for the rows containing the days calendar
        TD.MHVCDayCell is the cells containing days of the month.
        TD.MHVCOffDayCell is the cells for days not in the month.
        TD.MHVCDay1Cell is the the cell containing the Numeral for the 1st day of the week
                and the week label.
        MHVCDayNumeral is the span style for the day of month numerals.
        MHVCOffDayNumeral is the span style for days of month, not in the target month
        MHVCTimeLabel is the time of event label
        A.MHVCWeekLink is the style for the link to the Week View.
        A.MHVCItemLink is the style for link items that popup the View Item window.
*/
Body.MHVC {}
TABLE.MHVCTable { border-width: thin;
        border-collapse: collapse;
        border-style: solid;
        border-color: #EE773C;
        margin-left: 2%;
        margin-right: 2%;
        }
TH.MHVCTitle { background-color: #EE773C; color: White; font-family: tahoma,lucida,sans-serif; font-size: 18px; font-weight: bold;  }
TH.MHVCDayHead { font-weight: normal; background-color: #EE773C; color: White; font-size: 12px; border-right: #FFFFFF solid 1px;}
TH.MHVCDayHeadNoBorder { font-weight: normal; background-color: #EE773C; color: White; font-size: 12px;}
TR.MHVCControlRow {}
TR.MHVCDayRow { }
TD.MHVCDayCell { height:100px;  border-color: #EE773C; border-width: 1pt; border-style: solid; width:13%; color: #EE773C;}
TD.MHVCTodayCell {  border-color: #EE773C; border-width: 2pt; border-style: solid; width:13%; }
TD.MHVCDay1Cell { }
TD.MHVCOffDayCell {  }
TBODY.MHVC { }
.MHVCDayNumeral { font-size:1.2em; color: #EE773C; text-decoration: none; }
A.MHVCDayNumeral:visited {
	color: #94AFC2;
}
.MHVCOffDayNumeral { font-size: 1em; font-weight: lighter; color: #EE773C; text-decoration: none; }
.MHVCTimeLabel { color: #EE773C; font-size: 7pt; font-weight: bold;}
A.MHVCWeekLink { font-weight: bold; font-size: 8pt; text-decoration: none; color: #EE773C; }
A.MHVCWeekLink:hover { color: white; }
A.MHVCItemLink { color: #EE773C; font-size: 8pt; border: 0pt; margin-top: 0pt; margin-bottom: -8pt; padding: 0px;  display: block; text-decoration: none; }
A.MHVCItemLink:hover { color: white; background-color: #EE773C }

</STYLE> 