/* ========================================================================== */
/* uCalendar HTML tag definitions - applies to all pages */
/* ========================================================================== */
a:link {
	color:#000000;
	/*background-color:inherit;*/
	text-decoration:none;
}
a:visited {
	color: #000000;
	/*background-color:inherit;*/
}
a:hover {
	color: #b82734;
	/*background-color:inherit;*/
}

.thecal{
	background-image:url(images/calBG.jpg);
	background-repeat:no-repeat;
}
/* ========================================================================== */
/* uCalendar Calendar Control - applies to the calendar control only */
/* ========================================================================== */
.calendarColor {
	color:#4D5C9D;
	/*background-color:#000000;*/
	width:150px;
}

.dayCellSize { /* IE will only be CLOSE to these values  */
	width:20px;
	height:10px;
}

.dayLabel {
	color:#000000;
	/* background-color: #3399FF; */ 
	text-align:center;
}

.navLabel {
	color:#FFFFFF;
	/* background-color:#3a2987;*/
	text-align:center;
	width:100%;
}

.prevLabel {
	color:#FFFFFF;
	/* background-color:inherit;*/
	text-align:center;
}

.prevLabel a {
	color:#FFFFFF;
}

.nextLabel {
	color:#FFFFFF;
	/*background-color:inherit;*/
	text-align:center;
}

.nextLabel a {
	color:#FFFFFF;
}

.currentLabel {
	color:#000000;
	/* background-color:inherit;*/
	text-align: center;
	font-weight:bold;
}

.activeDay {
	color:#000000;
	/* background-color:#013165;*/
}
.activeDay a {
	color: #0E0EFA;
	/* background-color:inherit;*/
}
.activeDay a:hover {
	color:#b82734;
	/* background-color:inherit;*/
}
.activeDay a:visited {
	color:#000000;
	/* background-color:inherit;*/
}

.emptyDay {
	color:#4D5C9D;
	/* background-color:#EEEEEE;*/
}

.blankDay {
	/* background-color: #F9DEA2;*/
	color:#000000;
}
