/*Set calendar table width for IE*/
table {width:170px;}

/*Reset table cell padding*/
td {padding:0;}

#calendarDiv {font-size: 119%;}
#calendarDiv table td table td {padding: 0.15em;}

#calendarDiv table td table td.cpCurrentMonthDate:hover,
#calendarDiv table td table td.cpOtherMonthDate:hover {background-color: #D1D8DF}
#calendarDiv a:link{color:#003366;}
#calendarDiv .cpCurrentDate a:link,
#calendarDiv .cpMonthNavigation a:link{color:#fff;}
	.cpMonthNavigation a { color: white; }

.cpYearNavigation,
	.cpMonthNavigation
			{
			background-color:#003362; /*Main calendar colour. Same as tab control background.*/
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			font-weight:bold;
			color: #fff;
			}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family:arial;
			font-size:0.95em;
			}
	TD.cpDayColumnHeader
			{
			text-align:center;
			border:solid thin #003362;
			background-color:#efefef;
			border-width:0 0 0 0;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:center;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:center;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
/*			color:#003362; */
			font-weight:bold;
			}
	.cpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#808080;
			}
	TD.cpCurrentDate
			{
			color:#FFFFFF;
			background-color: #003362;
/*			border-width:1;
			border:solid thin #000000; */
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #000;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border:solid thin #333;
			/*border-width:1 0 0 0;*/
			border-width:0 0 0 0;
			text-align: center;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
/*			color:#003362; */
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:solid thin #333;
			}


