.month {
	border: 1px solid #CCCCCC;
}
.month td {
	vertical-align: top;
	}
.monthname {
	font-family: Georgia, "Times New Roman" Georgia Times serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
.monthnavigation {
	font-family: Georgia, "Times New Roman" Georgia Times serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;

}
.dayname {
	height: 20px;
	text-align: center;
	font-weight: bold;
	background: url(../images/bargrad.gif);
}
.datepicker {
	text-align: center;
	padding: 6px;
	border-top: 1px solid #999999;
	background: #EBEBEB;
	}

.nomonthday {
	height:20px;
}
.monthday {
	background-color: #F4F4F4;
	text-align:left;
	height:20px;
	width: 37px;
}
.today {
	background-color: #E6E6E6;
	height:20px;
}
.sunday {
	color: #667171;
	height:20px;
	width: 38px;
}

.saturday {
	color: #667171;
	height:20px;
	width: 38px;
}
.saturday a {
	color: #667171;
}
.event {
	height:20px;
	background-color: #F4F4F4;
}
.selectedevent {
	background-color: #E6E6E6;
	height:20px;
}
.todayevent {
	background-color: #E6E6E6;
	height:20px;
}

a.eventcontent {
	width: 113px;
	padding: 4px;
	margin: 3px 0px 0px 0px;
	background: #E4E4E4;
	color: #0D1F3B;
	display: block;
	border-left: solid 10px #CC6666;
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none
    cursor:help;
}

.activeday {
	width: 4px;
	height: 9px;
	background: #CCCCCC;
	margin-left: 2px;
	}