.calendarContainer
{
 float:right;
 width:190px;
 height:170px;
}

.calendar
{
 border-collapse:collapse;
 margin:5px 0 0 0;
 -moz-opacity: 0.6;
 filter: Alpha(Opacity=60);
}

.calendar tr.header
{
 border-bottom:1px solid #ffffff;
}

.calendar tr.header a
{
 text-decoration:none;
 color:#ffffff;
}

.calendar td
{
 text-align:center;
 width:25px;
 height:18px;
 line-height:18px;
 border:0px solid #ffffff;
}

.activeCalItem
{
 width:25px;
 height:18px;
 padding:0px;
 margin:0px;
 display:block;
 color:#ffffff;
 background-image:url('../pics/activeCalItem.png');
	background-position:left top;
	background-repeat:no-repeat;
	_background:none;
	_border: 1px solid #eeeeee;
	/*
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/activeCalItem.png', sizingMethod='image');
	*/
}

.activeCalItem a
{
 color:#ffffff;
 margin:0px;
 padding:0px;
 font-weight:bold;
 text-decoration:none;
}
