A {
	TEXT-DECORATION: none
}
A:link {
	COLOR: #858585
}
A:visited {
	COLOR: #858585
}
A:active {
	COLOR: #ff9900
}
A:hover {
	COLOR: #ff9900
}
/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #003366;

	width: 175px;
	line-height: 0px;
	border-collapse: collapse;
}

.mainTable td {
	padding: 0px 0px 0px 0px;
	margin:0px;
}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(/alfa_src/calendar/monthBg.gif);
	}
/*	
.monthYearRow a, A:link, A:visited, A:active, A:hover {
    line-height: 17pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(/alfa_src/calendar/monthBg.gif);
	}
*/
/* 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 {
    line-height: 11pt;
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #433D27;
	background-image: url(/alfa_src/calendar/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: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}
/* Color of Today's Date */
.today {
	color: #CF0000;
	font-weight: Bold; 
}
/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-image:  url("/alfa_src/calendar/cdef.gif");
	background-color: #EEEEEE;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-image:  url("/alfa_src/calendar/cdef5.gif");
	background-color: #EBEBEB;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-image:  url("/alfa_src/calendar/cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-image:  url("/alfa_src/calendar/cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-image:  url("/alfa_src/calendar/cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-image:  url("/alfa_src/calendar/cdef2.gif");
	background-color: #F5E0D8;
	}