.endofweek td {
	border-bottom:2px solid #333 !important;
}

.day {
background:none repeat scroll 0 0 #333 !important;
color:white;
font-size:14px;
font-weight:bold;
margin-right:10px;
text-align:center;
padding:1px !important;
}

#calendar thead {
	display:none;
}




.today td {
	background:#ff6600 !important;
	color:white !important;

}
.today a {
	color:white !important;
}

.hidden-event td, .hidden-event td a {
	color:#bbb !important;
}

.today.hidden-event td {
	color:white !important;
}