.cpCloseHeader {
	position: relative;
	height: 14px;
	width: 256px;
}

.cpCloseHeaderButton {
	position:absolute;
	right: 0px;
	top:0px;
	display: block;
	height: 11px;
	width: 11px;
	background: url(screen/calender_close.gif) no-repeat center center;
	cursor: pointer;
}

.cpYearNavigation, .cpMonthNavigation {
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #F18D01;
	padding: 3px 0px 3px 0px;
}
	
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

TD.cpDayColumnHeader {
	text-align:center;
	border-bottom: 1px solid #58585A;
	font-weight: bold;
}

.cpMonthNavigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.cpDayColumnHeader,
.cpOtherMonthDate,
.cpCurrentMonthDate,
.cpCurrentDate,
.cpTodayText {
	line-height: 20px;
}

.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate {
	text-align:center;
	text-decoration:none;
}

.cpCurrentMonthDate a,
.cpOtherMonthDate a,
.cpCurrentDate a {
	display: block;
}

.cpCurrentMonthDate a:hover,
.cpOtherMonthDate a:hover,
.cpCurrentDate a:hover {
	color: #58585A;
	text-decoration: none;
}

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled {
	color: #58585A;
	text-align:right;
	text-decoration:line-through;
}

.cpCurrentMonthDate {
	color: #58585A;
}

.cpCurrentMonthDate a {
	background-color: #CCCCCC;
}

.cpCurrentMonthDate a:hover {
	background-color: #F18D01;
	color: #FFFFFF;
}

.cpCurrentDate {
	color: #FFFFFF;
}

.cpCurrentDate a {
	background-color: #F18D01;
}

.cpCurrentDate a:hover {
	background-color: #F18D01;
	color: #FFFFFF;
}

.cpOtherMonthDate {
	color:#CCCCCC;
}

TD.cpCurrentDate {
	color:#58585A;
	background-color: #FAF2E7;
}

TD.cpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FFAAAA;
}

TD.cpTodayText,
TD.cpTodayTextDisabled {
	border-top: 1px solid #58585A;
	text-align: center;
}

A.cpTodayText, SPAN.cpTodayTextDisabled {
	height:20px;
}

A.cpTodayText {
	color:#58585A;
	font-weight:bold;
}

SPAN.cpTodayTextDisabled {
			color:#D0D0D0;
}

.cpBorder {
	border: 1px solid #F18D01;
	background-color: #FFFFFF;
}