BODY
{
font-family:verdana;sans-serif;
font-size:13px;
line-height:1.2em
}

TD
{
font-family:verdana;sans-serif;
font-size:13px;
line-height:1.5em;
}

HR
{
color:#547654;
height:1px; font-family:Verdana; font-size:10pt
}

A
{
font-family:Verdana;
font-size:13px;
color:#3D5496
}

/*a href text rollovers*/
A:hover
{
color:#EA950F; font-family:Verdana
}

/*large text page headings - not generally used*/
.cHeading
{
font-family:Verdana;sans-serif;
font-size:14pt;
color:#547654
}

/*slightly smaller text page headings -not generally used */
.cSubheading
{
font-family:Verdana;sans-serif;
font-size:11pt;
font-weight:bold;
color:#547654
}

/* Event, Location, Summary labels */
.EventLabel
{
font-weight:bold;
color: #547654; font-size:10pt; font-family:Verdana
}

/* Main table holding the Calendar itself - not the nav buttons */
.CalendarTable
{
border:1px solid #547654; border-collapse:collapse
}

.NavigationTable
{
border-collapse:collapse;
border:1px solid #547654;
}

/* General info calendar cell - holds the event info*/
.CalendarCell
{
background-color:#FFFFFF;
border: 1px solid #547654;
border-collapse:collapse
}

/* The full date cell */
.DateCell
{
background-color:#FFFFFF;
border: 1px solid #547654;
border-collapse:collapse;
font-weight:700
}

/*Full date cell used on the monthly calendar */
.MonthlyDateCell
{
font-family:Verdana;sans-serif;
font-size:10pt;
background-color:#E4E9E7;
border: 1px solid #547654;
color:#547654;
font-weight:bold
}

/* the cells holding the Day name images */
.WeekDayCell
{
border-style:solid; border-width:1px; border-collapse:collapse; font-family:Verdana; font-size:10pt; color:#547654; font-weight:bold
}

/* the cells holding the Day name for the monthly calendar */
.MonthlyWeekDayCell
{
border:1px solid #547654; font-family:Verdana;sans-serif;
font-size:10pt;
background-color:#FFFFFF;
color: #547654;
font-weight:bold
}

/* Any buttons for client - i.e. Show button for View by Date Range, etc. */
.ClientButton
{
color:#FFFFFF;
font-weight:bold;
background-color:#E07F0C;
border:1px solid #EA950F;; font-family:Verdana; font-size:10pt
}

/* Display text at top of calendar for Error Mesages */
.ErrorMsg
{
color:#E07F0C;
font-family:Verdana;sans-serif;
font-size:13px

}

.coloredRow
{
background-color:#E7EBE9;
}

.whiteRow
{
background-color:white
}