.monthly-calendar {
	text-align:center;
}
#monthly-calendar-wrapper {
	min-height:225px;
	position:relative;
	background-color:#f5f5f5;
	text-align:left;
}
* html #monthly-calendar-wrapper {
	height:225px;
}
#ajaxloader {
	position:absolute;
	text-align:center;
	top:190px;
	width:100%;
}
#eventContainer {
	position:relative;
	text-align:left;
}
table.monthday {
	width:100%;
}
table.monthday th {
	text-align:center;
	background-color:#333;
	color:#fff;
	font-size:10pt;
	width:14%;
	padding:5px 0;
	text-transform:uppercase;
}
table.monthday td {
	background-color:#fff;
	text-align:center;
	line-height:25px;
}
table.monthday td a, table.monthday td span {
	display:block;
	background-color:#fff;
}
table.monthday td.currentday a, table.monthday td.currentday span {
	background:#6699CC;
	color:#fff;
}
table.monthday td a:hover {
	background-color:#ddd;
	text-decoration:none;
	color:#000;
}
table.monthday td a:active, table.monthday a:focus {
	outline:none;
	background-color:#6699CC;
	color:#fff;
	font-weight:bold;
}
div.event, div.dayevents {
	padding:10px;
}
div.event h5, div.dayevents h5 {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:dashed 1px #ccc;
}
#calendar h3 {
	text-align:center;
	font-weight:normal;
}
table.dayeventlist td.time {
	width:60px;
}
table.dayeventlist td {
	padding:5px;
	border-top:dashed 1px #ccc;
}
table.dayeventlist {
	width:100%;
}

