/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	
	border: 1px solid #336633;
 }

/* Month and Year Row Setup */
.monthYearRow {
		text-align: center;
	vertical-align: middle;
		}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #eeeeee;
	background-color: #57654E;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #333333;
	text-align: center;
	color: #cccccc
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt; 
	font-weight: Bold; 
	color: #eeeeee;
		}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #FF0000;
	font-weight: bold;
    }
/*

/* OverLIB popup text size */
.oLib {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 8px; 
    }
/*

---------------------------------------------------------------------------
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 sililar 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 {
	
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 { background-color: #D0DCC8;
	
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 { background-color: #D0DCC8;
	
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {background-color: #D0DCC8;
	
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {background-color: #D0DCC8;
	
	}
