﻿.TESTcpYearNavigation,
.TESTcpMonthNavigation
{
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#005C86;
	font-weight:bold;
	padding-top:5px;
}
.TESTcpMonthNavigation a
{
	color:#000;
}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
	font-family:'Trebuchet MS', Lucida, Verdana, Arial, sans-serif;
	font-size:85%;
}
TD.TESTcpDayColumnHeader
{
	text-align:center;
}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:center;
	padding:2px;
	text-decoration:none;
}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.TESTcpCurrentMonthDate a
{
	color:#999;
	font-weight:bold;
}
.TESTcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.TESTcpOtherMonthDate a
{
	display:none;
}
TD.TESTcpCurrentDate
{
	color:#FFFFFF;
	background-color: #999;
	border:1px solid #666;
}
TD.TESTcpCurrentDate a
{
	color:#FFF;
}
TD.TESTcpCurrentDateDisabled
{
	border-width:1px;
	border:solid thin #FFAAAA;
}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
	border:solid thin #6677DD;
	border-width:1px 0 0 0;
	display:none;
}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}
A.TESTcpTodayText
{
	color:#6677DD;
	font-weight:bold;
}
SPAN.TESTcpTodayTextDisabled
{
	color:#D0D0D0;
}
.TESTcpBorder
{
	width:170px;
	border:1px solid #999;
}

#JsCalendar
{
	position:relative;
	right:50px;
}