﻿BODY
{
font-family:verdana;sans-serif;
font-size:10px
}

TD
{
font-family:verdana;sans-serif;
font-size:13px
}

HR
{
color:#0D4079;
height:1px; font-family:Verdana; font-size:10pt
}

A
{
font-family:Verdana;
font-size:13px;
color:#0D4079
}

/*a href text rollovers*/
A:hover
{
color:#F16C14;
}

/*large text page headings - not generally used*/
.cHeading
{
font-family:Verdana,sans-serif;
font-size:14pt;
color:#0D4079
}

/*slightly smaller text page headings -not generally used */
.cSubheading
{
font-family:Verdana,sans-serif;
font-size:11pt;
font-weight:bold;
color:#5987BA
}

/* Event, Location, Summary labels */
.EventLabel
{
font-weight:bold;
color: #0D4079; font-size:10pt; font-family:Verdana
}

/* Main table holding the Calendar itself - not the nav buttons */
.CalendarTable
{
border-collapse:collapse;
}

.NavigationTable
{
border-collapse:collapse;
border:1px solid #0D4079;
}

/* General info calendar cell - holds the event info*/
.CalendarCell
{
background-color:#FFF;
border: 1px solid #0D4079;
border-collapse:collapse
}

/* The full date cell */
.DateCell
{
background-color:#FFF;
border: 1px solid #0D4079;
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:#5987BA;
border: 1px solid #0D4079;
color:#FFF;
font-weight:bold
}

/* the cells holding the Day name images */
.WeekDayCell
{
border: 1px solid #B7B2D7;
background-color:#30218B;
border-collapse:collapse;
}

/* the cells holding the Day name for the monthly calendar */
.MonthlyWeekDayCell
{
border:1px solid #0D4079; font-family:Verdana,sans-serif;
font-size:10pt;
background-color:#FFF;
color: #0D4079;
font-weight:bold
}

/* Any buttons for client - i.e. Show button for View by Date Range, etc. */
.ClientButton
{
border:1px solid #0D4079; color:#FFF;
font-weight:bold;
background-color:#0D4079;
font-family:Verdana; font-size:10pt
}

/* Display text at top of calendar for Error Mesages */
.ErrorMsg
{
color:#D45B12;
font-family:Verdana,sans-serif;
font-size:13px
}

.coloredRow {background-color:#F6F4EB}

.whiteRow {background-color:#FFF}

.message {visibility:visible; display:none}
