#callCal {width:223px;}
#cal  {width:223px;}
#calendar {width:223px;padding-left: 10px;}
.calHeader {
	width:223px;
	height:91px;
	background-image: url(../eventcal/img/calender-header.png);
	background-repeat: no-repeat;
}
.calHeader h2{padding-top:60px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif;}
.calBody {	
	width:223px;
	height:264px;
	background-image: url(../eventcal/img/calender-body.png);
	background-repeat: no-repeat;
	text-align:left;}
table {
	margin: 0px auto;
	font-size: 11px;
}
td, th {
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background: url(../eventcal/img/cells.png);
	color: #444;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 11px;
}
td:hover, th:hover {
	background-position: 0px -30px;
	color: #222;
}
td.date_has_event {
	background-position: 60px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 60px -30px;
}
td.padding {
	background: url(../eventcal/img/calpad.jpg);
}
td.today {
	background-position: 30px 0px;
	color: white;
}
td.today:hover {
	background-position: 30px -30px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../eventcal/img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 11px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
	margin-top:0px;
	height:130px;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
margin-bottom:10px;	
}

th a{
text-decoration:none;
font-size:11px;
font-weight:bold;
color: #000;
outline-width:0;

}
