#quickCalender { z-index: 500; width: 700px; text-align: left; }

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 0 0 20px;
	padding:0;
	z-index: 500;
}
.calendar td.months {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 25px;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
	/* if we have have months 3-10 add these lines 
	   otherwise comment out these three lines, 
	   and uncomment the border-top of tr#days th
	*/
	position:relative;
	left: -35px;
	border-bottom: 8px solid #641683;
}
.calendar td.months img {
	margin: 0;
	padding: 0;
}
.calendar tr#days th {
	height: 30px;
	text-align: center;
	/* border-top: 8px solid #641683; */
}
.calendar #days th img { height: 13px; }
.calendar .header {
	font-weight: bold;
	height: 24px;
	color: #333;
}
.calendar .cfooter {
	height: 35px;
	font-weight: bold;
	font-size:0.8em;
	width:100%;
	text-align: center;
}

.calendar td {
	height: 85px;
	font-size:0.9em;
	padding: 2px;
	border: 1px solid #888;
	padding: 5px;
}
.calendar .today {
	width: 65px;
	height: 85px;
	padding: 2px;
}

.calendar .cell {
	width: 65px;
	height: 85px;
	padding: 2px;
}

.calendar .link {
	width: 65px;
	height: 85px;
	padding: 2px;
}

.calendar .desc {
	font-weight: bold;
	color: green;
}

.calendar a, .calendar a:link, .calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	color: #333;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	color: red;
	text-decoration: none;
	font-size: 15px;
}
