﻿#calIframe
{
	width: 153px;
	height: 168px;
	position: absolute;
	z-index: 10;
	display: none;
}

#CalendarDIV
{
	position: absolute;
	z-index: 11;
}
.cpYearNavigation,
.cpMonthNavigation
		{
			background-color:#CCCCCC;
			text-align:center;		
			text-decoration:none;
			color:#333333;
			font-weight:bold;
			border: 1px solid #666666;
		}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText
		{		
		font-family:arial;
		font-size:8pt;
		}
TD.cpDayColumnHeader
		{
			text-align:right;
			border-bottom-width: 1px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: solid;
			border-left-style: none;
			border-bottom-color: #CC0000;
		}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.cpCurrentMonthDate:link
		{
		color:#333333;
		}	
A.cpCurrentDate:link
		{
		color: #FFFFFF;
		font-weight:bold;
		}
A.cpCurrentDate:hover
		{
		color: #FFFFFF;
		font-weight:bold;
		}		
.cpOtherMonthDate:link
		{
		color:#CCCCCC;
		}
TD.cpCurrentDate
		{
		color:#FFFFFF;
		background-color: #990000;
		border-width:1;
		border:solid 1px #000000;
		text-align:center;
		}
TD.cpCurrentDateDisabled
		{
		border-width:1;
		border:solid thin #FFAAAA;
		}
TD.cpTodayText,
TD.cpTodayTextDisabled
		{
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
		}
A.cpTodayText,
SPAN.cpTodayTextDisabled
		{
		height:20px;
		}
A.cpTodayText:link
		{
		color:#CC0000;
		font-weight:bold;
		}
A.cpTodayText:hover
		{
		color:#CC0000;
		font-weight:bold;
		}		
SPAN.cpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.cpBorder
		{
		border:1px solid #333333;
		}
