/* Main Table Setup Incluidng Date Number Fonts, Size and Color */

/* Day Names Row Setup */
.dayNamesRow {
	/*background: #07E;*/
	background: #66CC66;
	line-height: 11pt;
	text-align: center;
	vertical-align: middle;
}

/* Day Name Setup */
.dayNamesText {
	color: #2E6B2E;
	font-size: 10px;
	font-weight: Bold;
}

.mainTable {
	background-color: #FFF;
	border: 1px solid #036;
}

/* Month and Year Row Setup */
.monthYearRow {
	/*background: #005DBB;*/
	background: #00BB00;
	line-height: 17pt;
	text-align: center;
	vertical-align: middle;
}

/* Month and Year Text Setup */
.monthYearText {
	color: #FFF;
	font-size: 11px;
	font-weight: Bold;
}

/* OverLIB popup text size */
.oLib {
	font-size: 10px;
}

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

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #ECECEC;
}

/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #F5F5F5;
}

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-image: url("img/cdef1.gif");
	color: #CF0000;
	font-weight: bold;
	text-decoration: underline;
}

/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-image: url("img/cdef2.gif");
	color: #CF0000;
	font-weight: bold;
	text-decoration: underline;
}

/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-image: url("img/cdef3.gif");
	color: #CF0000;
	font-weight: bold;
	text-decoration: underline;
}

/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-image: url("img/cdef4.gif");
	color: #CF0000;
	font-weight: bold;
	text-decoration: underline;
}

.style1 {
	color: #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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