/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #333333;
	border: 0px solid #333333;
 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 13pt;
	background-color: #333333;
	text-align: center;
	vertical-align: bottom;
	/*background-image: url(monthBg.gif);*/
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	vertical-align: bottom;
	color: #6699cc;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 10pt;
	background-color: #333333;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #6699cc;
	/*background-image: url(dayBg.gif);*/
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-weight: Bold;
    line-height: 12pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #6699cc;
    }
/*

/* OverLIB popup text size */
.oLib {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
    }
/*

---------------------------------------------------------------------------
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 {
	/*background-image:  url("cdef.gif");*/
	background-color: #444444;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	/*background-image:  url("cdef5.gif");*/
	background-color: #333333;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	/*background-image:  url("cdef2.gif");*/
	background-color: #996600;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	/*background-image:  url("cdef2.gif");*/
	background-color: #996600;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	/*background-image:  url("cdef2.gif");*/
	background-color: #996600;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	/*background-image:  url("cdef2.gif");*/
	background-color: #996600;
	}.std {
	font-size: 14px;
}
.style1.style9.style15 {
	font-size: x-large;
}
.style1.style9.style15 .style1 {
	color: #FFC;
}
.style1.style9.style15 .style1 a {
	font-size: xx-large;
}
.x {
	color: #69C;
	font-size: 18px;
}
.style9 a {
	font-weight: bold;
}
.style9 a {
	font-size: 36px;
}
.xl {
	font-size: large;
}
.style1.style9.style15 em {
	color: #FFC;
	font-size: 16px;
}
.style1.style9.style15 {
	font-size: 16px;
}
.AS {
	color: #F00;
}
.red {
	color: #F00;
	font-weight: bold;
	font-size: 36px;
}
.AS .red .AS {
	color: #F00;
}
.style9.AS.dd .red .AS {
	color: #F00;
}
.style1.style9.style15 .red em {
	color: #F00;
}
.style9 .red {
	font-size: 24px;
}
.style9 {
	color: #F00;
}
.style9 .style9 {
	font-size: 24px;
	font-weight: bold;
}
.AS .style9 .AS {
	color: #F00;
}
.style1.style9.style15 .style9 em {
	color: #F00;
}
.style9.AS .style9 .AS {
	font-size: 18px;
}

