table.events {
	border-collapse: collapse;
	width:665px;
}

table.events tr th {
	font-family: verdana;
	font-size: 11px;
	text-align: center;
    background-color: #e7e3e7;
    padding: 5pt 0;
    line-height: 150%;
	border: 1px solid #ccc;
	
}

table.events tr td {
	font-family: verdana;
	font-size: 11px;
	text-align: left;
    vertical-align: top;
	width: 95px;
	height: 80px;
}

table.events tr td.today {
	background-color: #8CC041 !important;
	color:#ffffff;
}

table.events tr td.calCell {
	border: 1px solid #b5bece;
	padding: 3px;
}

table.events tr td.calCellEmpty {
	background-color: #f3f3f7;
}

table.events tr td.calCellBusy {
	background-color: #EBFFCF;
	border: 1px solid #8CC041;
	color:#8CC041;
}

table.events tr td div.dayNumber {
    text-align: right;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
}

table.events tr td.calCellBusy  div.dayNumber{
	color:#8CC041;
	font-weight:bold;
	background-color:#FFFFFF;
}

table.events tr td.today  div.dayNumber{
	color:#8CC041;
	font-weight:bold;
	background-color:#FFFFFF;
}

table.events tr td ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

table.events tr td ul li{
	list-style-type: none;
	padding:0;
	margin:0;
}

a.evtlink{
	font-size:9px;
	text-decoration:none;
}