

/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 0px solid #003366;
	width: 400px;
 }

.navTable {
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	width: 400px;
	padding:10px;
 }

.navTableText {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: Normal;
	text-decoration: none;
	color: #000000;
	}

/* Month and Year Row Setup */
.monthYearRow {
	/*background-image:   url("monthBg.gif");*/
    line-height: 20pt;
	background-color: #ffffff;
	padding-left:10px;
	text-align: left;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Arial, Verdana, sans-serif; 
	text-transform: uppercase;
	font-size: 18px;
	font-weight: Bold;
	color: #CF0000;
	}

/* Day Names Row Setup */
.dayNamesRow {
     line-height: 1pt;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 1px; 
	color: #ffffff;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	background-color: #ffffff;

	font-family: Verdana, Arial, sans-serif; 
	font-size: 16px;
	color: #7c7d7f;
	font-weight:bold;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	height:50px;
	}

/* Color of Today's Date */
.today {
	color: #CF0000;
    }

/* Pop-up Events Setup */

.popupDateTable {
	font-family: Arial, Verdana, sans-serif; 
	background-color: #ffffff;
	}


.popupDate {
	font-family: Arial, Verdana, sans-serif; 
	text-transform: uppercase;
	font-size: 14px;
	font-weight: Bold;
	color: #CF0000;
	text-align: left;
	background-color: #ffffff;
	}

.s22 {background-color: #969797;}
.s21 {background-color: #ec1c24;}
.s23 {background-color: #44c8f5;}
.s24 {background-color: #f7941d;}
.s29999 {background-color: #969797;}


.popupEventTitle {
	font-family: Verdana, Arial, sans-serif; 
	/*background-color: #000000;*/
	font-size: 14px;
		line-height: 17px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}

.popupEventTime {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: #000000;
	background-color: #F4F4F4;
	padding: 6px;
}

.popupEventDescription {
    font-family: Verdana, Arial, sans-serif;  
	font-size: 11px; 
	line-height:14px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 0px solid #EAEAEA;
	padding: 6px;
}


.popupEventDate {
    font-family: Verdana, Arial, sans-serif;  
	font-size: 10px; 
	color: #446B93;
	text-align: center;
	vertical-align: middle;
	background-color: #F7F8F9;
	padding: 1px;
	}

.popupEnd {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A4A4A4;
	}

.popupClose {
    font-family: Verdana, Arial, sans-serif;  
	font-size: 10px;
	color: #000000;
	text-align: right;
	background-color: #ffffff;
	}

.popupCloseBrackets {
    font-family: Verdana, Arial, sans-serif;  
	font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #ffffff;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #ffffff;
	}
	/* with event*/
/*.s22 {
	background-color: #eb1c22;
	color:#FFFFFF;
	}*/
		/* with event*/
/*.s21 {
	background-color: #7c7d7f;
	color:#FFFFFF;
	}*/
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #ffffff;
	}

/* Show dates from other months */
.sOther {
    background-color: #EEEEEE;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #BBBBBB;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #D0D0D0;
	}


.categoryName {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.categorySelection {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}
.categoryDiv {
	background-color: #FCF5EF;
}