/* Calendar CSS Document */
#datecontainer, .datecontainer {
	margin:8px 0 0 0;
	padding:17px 0 10px 0;
	background-color:#e3d4b5;
	position:relative;
	width:175px;
}

#datecontainer {
	margin:0;
}

.datecontainer {
	margin-top:0;
}

#calendar, .calendar {
	padding:17px 5px 2px 7px;
	background-image:url(/images/calendarDayBg.gif);
	background-repeat:no-repeat;
	background-position:5px 0;
	background-color:#e3d4b5;
	width:175px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:163px; 
}

#monthselector {
	padding:8px 0 8px 27px;
}

#monthselector .next {
	display:block;
	float:left;
	background-image:url(/images/calendarNextMonth.gif);
	background-repeat:no-repeat;
	width:36px;
	margin-left:8px;
	/* image replacement */
	padding: 10px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:10px; /* for IE5/Win only */
}

#monthselector .previous {
	display:block;
	float:left;
	background-image:url(/images/calendarPreviousMonth.gif);
	background-repeat:no-repeat;
	width:65px;
	/* image replacement */
	padding: 10px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:10px; /* for IE5/Win only */
}

.blank, .blank_hover {
	float:left;
	line-height:19px;
	padding:2px;
	width:23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:19px; 		
}

.blank, .blank_hover {
	height:23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:19px;
}

.hasShow, .noShow,
.hasShow_hover, .noShow_hover {
	padding-top:0;
	float:left;
	line-height:19px;
	font-size:11px;
	color:#444444;
	text-align:center;
	background-image:url(/images/calendarHasShowBg.gif);
	background-position:2px 2px;
	background-repeat:no-repeat;
	padding:2px;
	cursor:pointer;
	width:23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:19px; 	
}

.hasShow, .noShow,
.hasShow_hover, .noShow_hover {
	height:23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:19px; 
}

.noShow, .noShow_hover {
	background-image:url(/images/calendarNoShowBg.gif);
	/*color:#444444;*/
}


.currentmonthtext {
	font-weight:bold;
	font-size:14px;
	padding:0 8px 3px 8px;
	text-align:center;
}


.datetext {
	position:absolute;
	left:-9999px;
}

.datehover {
	position:absolute;
	left:-9999px;
	color:#000000;
	text-align:left;
	margin-top:-29px;
	z-index:5;
}

}.datehover { /* forces ie to display hovering div in correct place */
	margin-top:-12px;
}

.datehover div.repeater {
	/*background-image:url(../images/calendarHoverbg.gif);
	background-repeat:no-repeat;*/
	background-image:url(/images/calendarInfoBg.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:8px 17px 2px 12px;
	width:184px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:155px; 
}

/*\*/ * html .datehover div.repeater { /* IE 6 */
	background-image:url(/images/calendarInfoBg.gif);
	filter:alpha(opacity=80);
}

.datehover div.footer {
	width:184px;
	height:6px;
	padding:0;
	margin:0;
	background-image:url(/images/calendarInfoBg.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

/*\*/ * html .datehover div.footer { /* IE 6 */
	background-image:url(/images/calendarInfoBg.gif);
	filter:alpha(opacity=80);
}

.hasShow:hover .datehover, .noShow:hover .datehover,
.hasShow_hover .datehover, .noShow_hover .datehover {
	left:-175px;
}

.hasShow:hover .datehover, .noShow:hover .datehover {
	background-position:0 0;
}

.floatClearer_hover {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}