#calendar {
	border: 1px solid black;
	padding: 10px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #330066;
}

#calendar tr td {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	background-color: white;
}

#calendar tr:first-child td {
	font-size: 16px;
	text-align: center;
	color: white;
	background-color: #330066;
	padding: 0px 0px 10px;
}

#calendar tr:last-child td {
	border: 0px;
}

#calendar tr td:first-child {
	font-weight: bold;
	padding-left: 25px;
}

#calendar tr.home td {
	background-color:#E9E3F5 !important;
	color: #492A94;
}