.transCal {
	filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity: 0.80;opacity: 0.80;
}

.cssCalendarTable
{
	font-family:arial, tahoma;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity: 0.80;opacity: 0.80;
}

.cssCalendarNoDayCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#494542;
	height:30px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity: 0.80;opacity: 0.80;
}


.cssCalendarDisabledCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#323332;
	height:30px;
	cursor:pointer;
	border-top:1px solid #000;
	border-right:1px solid #000;
	filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity: 0.80;opacity: 0.80;
}

.cssCalendarTodaysDate
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#bf0000;
	color:#fff;
	cursor:pointer;
	height:30px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	font-weight:bold;
}

.cssCalendarDayCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#4b4844;
	cursor:pointer;
	height:30px;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

.cssCalendarDayHoverCell
{
	font-family:arial, tahoma;
	font-size:12px;
	background:#ff0000;
	color:#fff;
	cursor:pointer;
	height:30px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	font-weight:bold;
}

.cssCalendarEventDay
{
	font-family:arial, tahoma;
	font-size:12px;
	font-weight:bold;
	background:#ff0000;
	cursor:pointer;
	height:30px;
	color:#ffffff;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

.cssCalendarEventDayHover
{
	font-family:arial, tahoma;
	font-size:12px;
	font-weight:bold;
	background:#badaff;
	cursor:pointer;
	height:30px;
	color:#ffffff;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

.cssCalendarFloatBullet
{
	color:#ff0000;
}

.cssCalendarFloatTitle
{
	font-family:arial, tahoma;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
}

.cssCalendarFloatMainFont
{
	font-family:arial, tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000;
}

.cssCalendarFloatSubFont
{
	font-family:arial, tahoma;
	font-size:12px;
	font-weight:normal;
	color:#600000;
}
