body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.calendar {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000;}

.calendar .header{ background:#272727 url(../images/header_bg.gif) repeat-x; padding:3px; color:#FFF; font-size:16px; font-weight:bold; }
.calendar .month{ font-size:16px; font-weight:bold; color:#fff; float:left;}
.calendar .subheader{background-color:#303030; color:#fff; font-weight:bold;}
.calendar .inactive{ background-color:#EEEEEE; color:#999999;}
.today{ background-color:#9F9F9F; font-weight:bold;}
.eventDate{background-color:#C3286B; color:#fff; text-align:center; cursor:hand; cursor:pointer;}

.calendar .btn_prev{ background:url(../images/btn_prev.gif) no-repeat left; width:13px; height:30px; border-style:none; border-width:0;}
.calendar .btn_prev:hover{ background-position:-13px 0px;}
.calendar .btn_next{ background:url(../images/btn_next.gif) no-repeat left; width:13px; height:30px; border-style:none; border-width:0;}
.calendar .btn_next:hover{ background-position:-13px 0px;}

.calendar table.main {border-right: 1px solid #000;border-top: 1px solid #000;}
.calendar .subtable td, th {border-left: 1px solid #000;border-bottom: 1px solid #000;}

.eventsPop {width:143px;top:10px;left:-100px; color:#fff; font-size:11px; }
.eventsPop .bg{ background:url(../images/tables/calendar_02.png) repeat-y; behavior:url(scripts/iepngfix.htc);padding:0px 5px 0px 5px;}
.tdClass {
border-left: 1px solid #000;
border-bottom: 1px solid #000;

	text-align: center;
	width: 30px;
}

th {
	background: #666;
	color: #fff;
}

.other-month {
	background: #eee;
	color:#999999;
}
.events {
	
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	width: 200px;
	list-style: none;
	color: #444444;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
