#calendarTable {
  font-size:10px;
  font-family:verdana;
  line-height:20px;
  height:145px;
  width:21em;
  border:1px outset #eee;
  background-color:#fff;
}
#calendarTable, #calendarTable table {
	border-collapse:separate !important;
}
#calendarTable th, #calendarTable td {
	text-align:center;
	border-top:0;
	padding:0;
}
.calimg {
	display:inline !important;
	vertical-align:text-bottom;
	padding-left:2px;

}
.TScpYearNavigation,
.TScpMonthNavigation
{
	background-color:#F6F5EC;
	font-family: verdana;
	font-size: 11px;
	color: #888888;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	height:17px;
	border:0 none;
}
.TScpCurrentMonthDate,
.TScpCurrentMonthDateDisabled,
.TScpOtherMonthDate,
.TScpOtherMonthDateDisabled,
.TScpCurrentDate,
.TScpCurrentDateDisabled,
.TScpTodayText,
.TScpTodayTextDisabled,
.TScpText{
	font-family: verdana;
	font-size: 10px;
	color: #888888;
	text-decoration:none;
}
.TScpDayColumnHeader
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #82A61F; 
	font-weight: bold;
	font-size: 10px;
	cursor:pointer;
}
TD.TScpDayColumnHeader{
	border-bottom:1px solid #82A61F;
}
.TScpCurrentMonthDate,
.TScpOtherMonthDate,
.TScpCurrentDate{
	text-align:center;
	text-decoration:none;
}
.TScpCurrentMonthDateDisabled,
.TScpOtherMonthDateDisabled,
.TScpCurrentDateDisabled
{
	color: #d2d2d2;
	text-align:center;
}
.TScpCurrentMonthDate
{
	color: #888888;
	padding:2px;
}
.TScpCurrentDate
{
	color: #ffffff;
	font-weight:bold;
}
.TScpOtherMonthDate
{
	color:#808080;
}
TD.TScpCurrentDate
{
	color:#FFFFFF;
	background-color: #82A61F;
	border-width:1px;
}
TD.TScpCurrentDateDisabled
			{
			border-width:1px;
			border:solid thin #FFAAAA;
			}
	TD.TScpTodayText,
	TD.TScpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1px 0 0 0;
			}
	A.TScpTodayText,
	SPAN.TScpTodayTextDisabled
			{
			height:20px;
			}
	A.TScpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.TScpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.TScpBorder
			{
			 border:  1px solid #555555;
			}

