#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;
	width:16px;
	height:16px;
}
#nbnight {
	color:white;
}
.TScpYearNavigation,
.TScpMonthNavigation
{
	background-color:#e9e9e9;
	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: #E671A3; 
	font-weight: bold;
	font-size: 10px;
	cursor:pointer;
}
TD.TScpDayColumnHeader{
	border-bottom:1px  solid #E671A3; 
}
.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: #E671A3;
	border-width:1px;
}
TD.TScpCurrentDateDisabled{}
TD.TScpTodayText,
TD.TScpTodayTextDisabled{}
A.TScpTodayText,
SPAN.TScpTodayTextDisabled{
	height:20px;
}
A.TScpTodayText{
	color:#6677DD;
	font-weight:bold;
}
SPAN.TScpTodayTextDisabled{
	color:#D0D0D0;
}
.TScpBorder{
	border:  1px solid #555555;
}
td.TScpCurrentMonthDate {
	border:1px solid #fff;
	border-top:1px solid #fff !important;
}
/*td.TScpCurrentMonthDate:hover {
	border:1px solid #E671A3;
	border-top:1px solid #E671A3 !important;
}*/