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

.navTable  { background-color: #ffffff; width: 220px; border-style: solid; border-width: 3px 0 0; border-color: black #ffffff #ffffff }

.navTableText  { font-size: 9px; font-family: Geneva, Verdana, Arial, sans-serif; font-weight: normal; text-decoration: none }

/* Month and Year Row Setup */
.monthYearRow  { line-height: 17pt; background-color: #ffffff; background-image: none; text-align: center; vertical-align: middle }

/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow  { color: white; line-height: 11pt; text-align: center; vertical-align: middle }

/* Day Name Setup */
.dayNamesText  { font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; font-weight: bold; background-color: black; background-image: none }

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

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

/* Pop-up Events Setup */
.popupDate  { color: #fff; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; font-weight: bold; text-align: left }

.popupEventTitle  { color: white; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; font-weight: bold; background-color: black; padding: 2px; border: solid 1px black }

.popupEventTime  { color: #000000; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; font-weight: normal; padding: 1px; border-width: 1px; border-color: black }

.popupEventDescription  { color: #000000; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; font-weight: normal; padding: 2px; border: solid 1px black }


.popupEventDate  { color: white; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; text-align: center; padding: 1px; vertical-align: middle; border: solid 1px }

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

.popupCopyright {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #CCCCCC;
	}

.popupClose  { color: black; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; text-align: right }

.popupCloseBrackets  { color: #000000; font-size: 10px; font-family: Geneva, Verdana, Arial, sans-serif; text-align: right }
/*
---------------------------------------------------------------------------
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  { background-image: none }
/* Empty Cell Background (empty cells with no date numbers) */
.s20   { background-image: url(cdef5.gif) }
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21   { background-color: silver; background-image: none }
/* Mark Solid Cell Background (solid marked event date background) */
.s22  { background-color: #cecece; background-image: none }
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23   { background-color: silver }
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24   { background-color: GrayText }
