/*
	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.
*/

TH.calendar {
font-family:Verdana, Arial, san-serif;
font-size:11px;;
}

TH.MHVYTitle {}
TD.MHVYMonthCell {}
Body.MHVC {}

TABLE.MHVCTable { 
border:1px solid #7c9448;
border-collapse: collapse;
width:570px !important;
font-family:Arial, san-serif !important;
}

TH.MHVCTitle {
background-color: #7c9448;
color:#fff;
font-size:22px;
font-weight:normal;
padding:7px 0;
font-family:Georgia, "Times New Roman", Times, serif
}

TH.MHVCDayHead {
font-weight:bold;
background-color: #7c9448;
color:#fff;
font-size: 12px;
border-right: #FFFFFF solid 1px;
padding:4px 2px;
}

TH.MHVCDayHeadNoBorder {
font-weight:bold;
background-color: #7c9448;
color:#fff;
font-size: 12px;
padding:4px 2px;
}

TR.MHVCControlRow {}

TR.MHVCDayRow { }

TD.MHVCDayCell {
height:100px;
border:1px solid #7c9448;
width:13%;
color: #3d4968;
padding:2px;
}

TD.MHVCTodayCell {
border-color:2px solid #7c9448;
width:13%;
padding:2px;
}

TD.MHVCDay1Cell { }

TD.MHVCOffDayCell {  }

TBODY.MHVC { }

.MHVCDayNumeral {
font-size:1.2em;
color: #7c9448;
text-decoration: none;
}

A.MHVCDayNumeral:visited {
color:#94AFC2;
}

.MHVCOffDayNumeral {
font-size: 1em;
font-weight: lighter;
color: #7c9448;
text-decoration: none;
}

.MHVCTimeLabel {
color: #7c9448;
font-size: 7pt;
font-weight: bold;
}

A.MHVCWeekLink {
font-weight: bold;
font-size: 8pt;
text-decoration:none;
color: #7c9448;
}

A.MHVCWeekLink:hover { color:#fff; }

A.MHVCItemLink { color: #7c9448; font-size: 8pt; border: 0pt; margin-top: 0pt; margin-bottom: -8pt; padding: 0px;  display: block; text-decoration: none; }

A.MHVCItemLink:hover {
color:#fff !important;
background-color: #7c9448;
}




