@charset "utf-8";
/* CSS Document */

/***********************************************************************************************
 * LARGE AVAILIBILITY CALENDAR
 **********************************************************************************************/
.Cal{
	height:20px;
	width:25px;
	font-size:16px;
	float:left;
	text-align:center;
	margin:2px 2px 0px 0px;
	padding:1px;
	border:solid 1px #333;
}
.Head{
	background-color:#999;
	color:#FFF;
}
.Row{
	clear:both;
}
.Sat{
	background-color:#EEE;
	color:#333;
}
.Sun{
	background-color:#DDD;
	color:#333;
}
.Cur{
	background-color:#FFA;
	color:#333;
}
.Off{
	background-color:#FFF;
	color:#FFF;
}
.Non{
	background-color:#FAA;
	color:#333;
}
.Pend{
	background-color:#FFA;
	color:#333;
}
.Sel{
	background-color:#AFA;
	color:#333;
}
/***********************************************************************************************
 * DATE SELECT MINI POPUP CALENDARS
 **********************************************************************************************/
.CUSTOM_cpYearNavigation,
.CUSTOM_cpMonthNavigation{
	background-color:#999;
	text-align:center;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.CUSTOM_cpDayColumnHeader,
.CUSTOM_cpYearNavigation,
.CUSTOM_cpMonthNavigation,
.CUSTOM_cpCurrentMonthDate,
.CUSTOM_cpCurrentMonthDateDisabled,
.CUSTOM_cpOtherMonthDate,
.CUSTOM_cpOtherMonthDateDisabled,
.CUSTOM_cpCurrentDate,
.CUSTOM_cpCurrentDateDisabled,
.CUSTOM_cpTodayText,
.CUSTOM_cpTodayTextDisabled,
.CUSTOM_cpText{
	font-family:arial;
	font-size:8pt;
}
TD.CUSTOM_cpDayColumnHeader{
	text-align:right;
	/* border:solid thin #999; */
	text-align:center;
	font-weight:bold;
	border-width:0px 0px 1px 0px;
}
.CUSTOM_cpCurrentMonthDate,
.CUSTOM_cpOtherMonthDate,
.CUSTOM_cpCurrentDate{
	text-align:right;
	text-decoration:none;
}
.CUSTOM_cpCurrentMonthDateDisabled,
.CUSTOM_cpOtherMonthDateDisabled,
.CUSTOM_cpCurrentDateDisabled{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.CUSTOM_cpCurrentMonthDate{
	color:#999;
	font-weight:bold;
}
.CUSTOM_cpCurrentDate{
	color: #FFFFFF;
	font-weight:bold;
}
.CUSTOM_cpOtherMonthDate{
	color:#808080;
}
TD.CUSTOM_cpCurrentDate{
	color:#FFFFFF;
	background-color: #999;
	border-width:1px;
	border:solid thin #000000;
}
TD.CUSTOM_cpCurrentDateDisabled{
	border-width:1px;
	border:solid thin #FFAAAA;
}
TD.CUSTOM_cpTodayText,
TD.CUSTOM_cpTodayTextDisabled{
	border:solid thin #999;
	border-width:1px 0px 0px 0px;
}
A.CUSTOM_cpTodayText,
SPAN.CUSTOM_cpTodayTextDisabled{
	height:20px;
}
A.CUSTOM_cpTodayText{
	color:#999;
	font-weight:bold;
}
SPAN.CUSTOM_cpTodayTextDisabled{
	color:#D0D0D0;
}
.CUSTOM_cpBorder{
	border:solid thin #999;
}
