.calendarCalendar {
	background-color:#ffffff;
	text-align:left;
	border: solid 1px #000033;
}

.calendarTitle {
	font:bold 10px Tahoma;
	text-align:center;
	color: #333333;
	padding:5px;
}

.calendarArrowLeft {
	font:bold 10px Tahoma;
	text-align:center;
	cursor:hand; cursor:pointer;
	color: #333333;
	vertical-align: middle;
	padding-left:10px;
}

.calendarArrowRight {
	font:bold 10px Tahoma;
	text-align:center;
	cursor:hand; cursor:pointer;
	color: #333333;
	padding-right:10px;
}

.calendarMonth {
	background-color: #ffffff;
}

.calendarMonthTitle {
	height: 16px;
	font: bold 11px Tahoma;
	color: #555555;
	text-align:center;
	padding-top:5px;
	padding-bottom:7px;
	border: 1px solid #61758E;
	/*background-image: url('bgmonthtitle.gif');*/
	background-color:#eeeeee;
	background-repeat: repeat-x;
	background-position: center;
}

.calendarDayName {
	font: bold 9px Verdana;
	color: black;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
	height:10px;
	vertical-align:bottom;
}

.calendarDay {
	font:10px Tahoma;
	color: #777777;
	text-align:center;
	cursor:hand; cursor:pointer;
}

.calendarDayToday {
	font:bold 10px Tahoma;
	color:#000000;
	text-align:center;
	cursor:hand; cursor:pointer;
	background-image: url('bgtoday.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.calendarDayDisabled {
	font:10px Tahoma;
	color:#cccccc;

	text-align:center;
}

.calendarDaySelected {
	font:bold 10px Tahoma;
	color:#cc0000;
		border: solid 1px #cc0000;
	background-image: url('bgsel.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	cursor:hand; cursor:pointer;
}

.calendarDaySpecial {
	font:bold 10px Tahoma;
	color:white;
	background-image: url('bgspecial.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	cursor:hand; cursor:pointer;
}

.calendarDatePickerButton {
	cursor:pointer; cursor:hand;
	vertical-align:bottom;
}

.blah {
	background-color:gold;
	font:bold 10px Tahoma;
}