div#quickCalender {
	background: transparent;
	height: 180px;
} 
table.calendar {
	/** configure the width **/
	width: 310px;
	font-size: 90%;
	*margin-left: -3px;
	*width: 310px;
}
table.calendar th {
	background: #84474c;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
}
table.calendar th.left {
	border-left: 3px solid #ffffff;
}
table.calendar th.right {
	border-right: 3px solid #ffffff;
}

table.calendar td {
	text-align: center;
	padding: 3px;
	background: #eee8e0 !important;
	border: 3px solid #ffffff;
	color: #404040;
}
table.calendar .today {
	margin: 0 !important;
	padding: 3px !important;
	margin: -3px !important;
	font-weight: bold !important;
	border: 1px solid #956166;
}

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

table.calendar th a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
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;
}
