div#quickCalender {
	background: #transparent;
	height: 180px;
} 
table.calendar {
	/** configure the width **/
	width: 290px;
	border: 10px solid #ffffff;
	font-size: 90%;
	margin-left: 5px;
	*width: 300px;
	*margin-left: 0;
}
table.calendar th {
	background: #ffffff;
	font-weight: bold;
	color: #501f75;
	padding: 5px 0;
	text-align: center;
}
table.calendar td {
	text-align: center;
	padding: 3px;
	background: #eae6f0 !important;
	border: 3px solid #ffffff;
	color: #501f75;
}
table.calendar .today {
	margin: 0 !important;
	padding: 3px !important;
	margin: -3px !important;
	font-weight: bold !important;
	border: 1px solid #7d5794;
	background: #eae6f0 !important;
}

table.calendar .link {
	margin: 0 !important;
	padding: 3px !important;
	background: #7d5794 !important;
	color: #ffffff;
	margin: -3px !important;
}

table.calendar th a {
	font-weight: bold;
	text-decoration: none;
	color: #501f75;
}
table.calendar th a:hover {
	text-decoration: underline;
}
table.calendar td div.link a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
table.calendar td div.link a:hover {
	text-decoration: underline;
}