#calendar {
	width: 245px;
	padding: 0;
	margin: 0;
	color: #616B76;
	text-align: center;
	background-color:#f2f2f2;
}

#calendar select {
	background-color: #c46668;
}

#calendarContainer {
	width: 241px;
	position: relative;
}

caption {
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size:12px;
	text-align: center;
	background: #991213 url(../_img/redTopCorners.gif) no-repeat left top;
}

#calendarContainer span#bottomCorner {
	width: 10px;
	height: 10px;
	display: block;
	background-image: url(../_img/corners/calenderCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	right: -2px;
	bottom: -2px;
}

.nav, .nav a {	
	color: #fff;	
	text-align: center;
	text-decoration: none;
}

#prevMonth {
	position: absolute;
	left: 5px;
}

#nextMonth {
	position: absolute;
	right: 5px;
}
tr#dates th {
	font-size: 10pt;
	color:#fff;
	border-right: none;
	border-bottom: 1px solid #fff;
	background-color: #c46668;
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
}

tr#dates th.weekSpaceSelect {
	width: 15px;
}

td.weekSelect:hover {
	background-color: #991213;
}

td#weekActive {
	background-color: #991213;
}

td.weekSelectLast:hover {
	background-color: #991213;
	border-bottom-style: none;
}

td#weekActiveLast {
	background-color: #991213;
	border-bottom-style: none;
}

th {
	font-size:10pt;
	padding: 5px;
	color: #666;
	background: #c46668;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #fff;
	font-weight: bold;
	background: #c46668;
}

td {
	border-right: 1px solid #fff;
	border-bottom:1px solid #fff;
	text-align: center;
	font-size:10pt;
	color:#666;
}

td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px;
	color: #66;
}

td a:hover {	
	color: #ccc;
	background-color: #c46668;
	padding: 3px;
	text-decoration: none;
}

td a#active {	
	color: #666;
	background-color: #c46668;
	padding: 3px;
}