/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #bad4b9;
	border: 0px solid #bad4b9;
	width: 100%
 }

.navTable {
	background-color: #FFFFFF;
	border: 0px solid #bad4b9;
	width: 100%;
 }

.navTableText {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold;
	text-decoration: none;
	color: #70a66e;
	}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 10pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #8cb88b;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 10pt;
	background-color: #456e44;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #FFFFFF;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #70a66e;
	line-height: 10pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #70a66e;
	font-weight: bold;
	background-color:#FFFFFF;
    }

/* Pop-up Events Setup */
.popupDate {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #A7A7AA;
	}

.popupEventTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	padding: 2px;
}

.popupEventTime {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #BED3E9;
	padding: 1px;
}

.popupEventDescription {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #980001;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 2px;
}


.popupEventDate {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #446B93;
	text-align: center;
	vertical-align: middle;
	background-color: #E9EFF5;
	padding: 1px;
	}

.popupEnd {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A4A4A4;
	}

.popupCopyright {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #CCCCCC;
	}

.popupClose {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	background-color: #A7A7AA;
	}

.popupCloseBrackets {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #336699;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a similar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2, .s2 a:active, .s2 a:visited, .s2 a:hover, .s2 a{
	background-color: #FFFFFF;
	color: #70a66e;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20, .s20 a:active, .s20 a:visited, .s20 a:hover, .s20 a {
	background-color: #FFFFFF;
	color: #70a66e;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21, .s21 a:active, .s21 a:visited, .s21 a:hover, .s21 a {
	background-color: #70a66e;
	color: #FFFFFF;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22, .s22 a:active, .s22 a:visited, .s22 a:hover, .s22 a {
	background-color: #70a66e;
	color: #FFFFFF;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s22, .s23 a:active, .s23 a:visited, .s23 a:hover, .s2 3a {
	background-color: #70a66e;
	color: #FFFFFF;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24, .s24 a:active, .s24 a:visited, .s24 a:hover, .s24 a {
	background-color: #70a66e;
	color: #FFFFFF;
	}