@charset "utf-8";
/* CSS Document */
.calWrapper {
	border:1px solid #e0e0e0;
	border-top:2px solid #a5356d;
	margin-top: 1px;
	width:223px;
}
#ctl00_EventCalendar {
	background: #fff;
	border-left: 1px solid #fff;
	color:#646464;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	height:225px;
	width:100%;
}

#ctl00_EventCalendar th,
#ctl00_EventCalendar td {
	background: #f6f6f6;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:center;
	width: 14%;
}
#ctl00_EventCalendar th {
	color:#3f3f3f;
	font-weight: normal;
}
#ctl00_EventCalendar td.dateNameHolder {
	background:#eaeaea;
	padding:0;
	width:100%;
}
#ctl00_EventCalendar td.calToday {
	background:#a5356d;
	color:#fff;
}
#ctl00_EventCalendar td.calToday a,
#ctl00_EventCalendar td.calToday a:hover {
	color:#fff;
}
#ctl00_EventCalendar td.calSelectable {
	background: #efe5ea;
}
#ctl00_EventCalendar td.calSelectable a {
	color:#646464;
	display:block;
}
#ctl00_EventCalendar td.calSelectable a:hover {
	color:#a5356d;
}
#ctl00_EventCalendar td.calOtherMonth {
	color:#b9b9b9;
}
#ctl00_EventCalendar table.dateName {
	border: none;
	color:#8c8c8c;
	font-size:16px;
	width:100%;
}
#ctl00_EventCalendar table.dateName td {
	border: none;
	padding: 0 7px;
	background:#eaeaea;
}
#ctl00_EventCalendar table.dateName td a {
	color:#a5356d;
	font-size:18px;
	font-weight:bold;
}
