﻿/* Calendar */
.cpYearNavigation,
.cpMonthNavigation{
	background-color:#0668CA;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

/* 
.cpTodayText,
.cpTodayTextDisabled,
*/
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpText{
	font-family:arial;
	font-size:8pt;
}

.cpMonthNavigation a{
	color:#ffffff;
}

TD.cpDayColumnHeader{
	text-align:right;
	border-bottom:solid thin #0668CA;
	border-width:0 0 1 0;
	color:#000000;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate{
	text-align:right;
	text-decoration:none;
}

.cpOtherMonthDate a{
	color:gray;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate{
	color:#0668CA;
	font-weight:bold;
}
.cpCurrentDate{
	color: #ffffff;
	font-weight:bold;
}
.cpOtherMonthDate{
	color:#808080;
}
TD.cpCurrentDate{
	color:#ffffff;
	/* background-color: lightgrey; */
	background-image:url('../graphics/orange_circle.png');
	background-repeat:no-repeat;
	/* border-width:1; */
	/* border:solid thin #000000; */
}
TD.cpCurrentDateDisabled{
	border-width:1;
	border:solid thin #FFAAAA;
}

.cpBorder{
	border:solid thin #0668CA;
}

/* 
TD.cpTodayText,
TD.cpTodayTextDisabled{
	border-top:solid thin #0668CA;
	border-width:1 0 0 0;
}
A.cpTodayText,
SPAN.cpTodayTextDisabled{
	height:20px;
}
A.cpTodayText{
	color:#0668CA;
	font-weight:bold;
}
SPAN.cpTodayTextDisabled{
	color:#D0D0D0;
}

*/