.CSSCalendarBackground {
	background-color: #EEEEEE;
}

.CSSCellSpacer {
	width: 5px;
}

.CSSRowStart {}

.CSSYearPrevious 
{
	font: bold 11px Arial;
	color: black;
	text-align: center;
	width: 10px;
}

.CSSYearPrevious_hilite {
	font: bold 11px Arial; 
	color: #B88707; 
	text-align: center; 
	text-decoration: underline;
	cursor: pointer;
	width: 10px;
}

.CSSYearNext {
	font: bold 11px Arial; 
	color: black; 
	text-align: center; 
	width: 10px;
}

.CSSYearNext_hilite {
	font: bold 11px Arial; 
	color: #B88707;
	text-align: center; 
	text-decoration: underline;
	cursor: pointer;
	width: 10px;
}

.CSSMonthPrevious {
	font: bold 11px Arial; 
	color: black; 
	text-align: center; 
	width: 10px;
}

.CSSMonthPrevious_hilite {
	font: bold 11px Arial; 
	color: #B88707; 
	text-align: center; 
	text-decoration:underline;
	cursor: pointer;
	width: 10px;
}

.CSSMonthNext {
	font: bold 11px Arial; 
	color: black; 
	text-align: center; 
	width: 10px;
}

.CSSMonthNext_hilite {
	font: bold 11px Arial; 
	color: #B88707;
	text-align: center; 
	text-decoration:underline;
	cursor: pointer;
	width: 10px;
}

.CSSRowEnd {}

.CSSCurrentDay {
	font: 10px Arial; 
	color: black; 
	text-align: center; 
	background-color: #CF9709;
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000;
}

.CSSCurrentDay_hilite {
	font: 10px Arial; 
	color: black;
	background-color: #CF9709;
	text-align: center; 
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000;
	cursor: pointer;
}

.CSSSelectDay {
	font: bold 10px Arial; 
	color: black; 
	text-align: center; 
	background-color: #CF9709;
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000;
}

.CSSSelectDay_hilite {
	font: bold 10px Arial; 
	color: black; 
	text-align: center; 
	background-color: #CF9709;
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000;
	cursor: pointer;
}

.CSSWeekDays {
	font: 10px Arial; 
	color: black; 
	text-align: center; 
	background-color: #E0E0E0;
	border-bottom: 1px solid #C0C0C0; 
	border-right: 1px solid #C0C0C0; 
	border-left: 1px solid #C0C0C0; 
	border-top: 1px solid #C0C0C0;
}

.CSSWeekDays_hilite {
	font: 10px Arial; 
	color: black; 
	text-align: center; 
	background-color: #CF9709;
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000;
	cursor: pointer;
}

.CSSWeekEnds {
	font: 10px Arial; 
	color: black; 
	text-align: center; 
	background-color: #E0E0E0;
	border-bottom: 1px solid #C0C0C0; 
	border-right: 1px solid #C0C0C0; 
	border-left: 1px solid #C0C0C0; 
	border-top: 1px solid #C0C0C0;
}

.CSSWeekEnds_hilite {
	font: 10px Arial; 
	color: black; 
	text-align: center; 
	background-color: #CF9709;
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000;
	cursor: pointer;
}

.CSSClose {
	font: normal 11px Arial;
	color: black;
	text-align: center;
}

.CSSClose_hilite {
	font: normal 11px Arial;
	color: #B88707;
	text-align: center;
	text-decoration:underline;
	cursor: pointer;
}

.CSSHeader {
	font: bold 10px Tahoma, Verdana; 
	text-align: center; 
	color: #B88707;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.CSSWeekDaysHeader 
{
	width:30px;
	font: normal 10px Tahoma, Verdana; 
	color: black; 
	text-align: center; 
	background-color: white; 
	color: #555555;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.CSSWeekEndsHeader 
{
	width:30px;
	font: normal 10px Tahoma, Verdana; 
	color: black; 
	text-align: center; 
	background-color: white; 
	color: #555555; 
	padding-left: 2px;
	padding-right: 2px;	
	padding-top: 2px;
	padding-bottom: 5px;
}

.CSSCloseText {font: bold 10px Arial; color: black; background-color: white;}

.calendarBack {
	width: 100%;
	height: 100%;
	z-index: 254;
}

.CSSCalendarBackground 
{
	border: 1px solid #BBBBBB;
	width: 100%;
	height: 100%;
	z-index: 255;
}		
