@charset "UTF-8";
/* CSS Document */

#centerCol { position: relative; }

/* Calendar legend styles */
#calendarLegend{
	width:476px;
	float: left;
	margin-right: 16px;
}
#calendarLegend ul{
	width: 150px;
	margin-bottom: 12px;
	float: left;
	margin-right: 8px;
}
#calendarLegend ul.first{
	width: 130px;
}
#calendarLegend ul.last{
	border-right: 1px solid #4b4b4b;
	padding-right: 20px;
}
#calendarLegend li{
	width: 150px;
	float: left;
	list-style-type: none;
	margin-bottom: 0 !important;
	margin-left: 12px !important;
}
#calendarLegend li:first-child span{
	margin-bottom: 4px;
}
#calendarLegend ul.first li{
	width: 130px;
}
#calendarLegend li a{
	font-size: 93%;
	display: block;
	float: left;
	padding-left: 8px;
	width: 120px;
}
#calendarLegend ul.first li a{
	width: 100px;
}
#calendarLegend li span{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border: 1px solid #4b4b4b;
}

#calendarMonthSelect{
	width: 180px;
	float: left;
}
#calendarMonthSelect span{
	clear: both;
	margin-bottom: 8px;
	padding-top: 3px;
	display: block;
}
#calendarMonthSelect select{
	float: left;
	width: 120px;
	margin-top: 2px;
	margin-right: 8px;
}


/* Calendar title bar */
#calHeader {
	width: 680px;
	min-height: 26px;
	float: left;
	color: #fff;
	float:left;	
	font-size: 1.7em;
	line-height: 26px !important;
	text-align: center;
	background: url(../images/eventHead.jpg) repeat-x;
}
#calHeader .monthNav {
	width: 240px;
	height: 26px;
	overflow: hidden;
	text-align: center;
	margin-left: 223px;
}
#calHeader span{
	width: 180px;
	min-height: 26px;
	line-height: 26px !important;
	display: block;
	text-align: center;
	float: left;
}
#calHeader a{
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em !important;
	display: block;
}

#calHeader a.next {
	float: left;
}
#calHeader a.prev {
	float: left;
}
#calHeader a.next:hover, h3#calHeader a.prev:hover {
	color: #ddd;
}

/* Calendar - event items */
#centerCol .calendarRow p {
	margin-bottom:0.2em;
	color: #333;
}

.calDayHead, .calDay {
	width:89px;
	padding:4px 0 0 7px;
	float:left;
	border:1px solid #d3cfcc;
	border-top: none;
	margin-right:-1px;
	margin-bottom:0;
}

.calDayHead, .calDayHead p {
	text-align:center;
	background-color: #fff;
}

#calendar {
	width: 680px;
	border: 1px solid #cacaca;
	padding: 1px;
}
.calendarRow {
	width: 690px;
}
.calDay {
	min-height:52px;
	background-color: #fff;
}

.calendarItem{
	width: 72px;
	padding: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #333;
	margin-bottom: 6px;
	float: left;
	background-color: #d1ebe7;
}
.calendarItem a, .calendarItem strong{
	line-height: inherit !important;
	color: #333;
}

.allSchoolEvents{
	background-color: #d1ebe7;
}
.admissionsEvents{
	background-color: #eee;
}
.athleticsEvents{
	background-color: #ebd1d1;
}
.middleSchoolEvents{
	background-color: #ebe0d1;
}
.seniorSchoolEvents{
	background-color: #d1d7eb;
	color: #333;
}
.juniorSchoolEvents{
	background-color: #e7ebd1;
}
.artsEvents{
	background-color: #ebd1eb;
}

/* Calendar - custom drop-downs */

#calendarCategorySelectWrapper {
	width:241px;
	margin:-60px 0 0 5px;
	padding-top:5px;
	overflow:hidden; background:url(/images/quickLinks.jpg) no-repeat top right;
	position: absolute;
	top: 60px;
	left: 20px;
	z-index:3000;
}

#calendarCategorySelect {
	padding:7px 15px 7px 15px;
	background:url(/images/quickLinks.jpg) no-repeat bottom right;
}

#calendarCategorySelect a { text-decoration:none; }

#calendarCategorySelect a.header {
	display:block;
	margin-bottom:5px;
	width:100%;
	height:15px;
	background:url(/images/eventsCategoryHeading.gif) no-repeat 25px 0;
	text-indent:-9999px;
}

#calendarCategorySelect a:hover.header { background-position: 25px -15px; }

#calendarCategorySelect ul li { list-style:none; margin:0; }

#calendarCategoryContent {
	display:none;
	line-height:18px;
	font-size:1.1em;
	text-align:left;
	position:relative;
	top:-5px;
	padding: 10px 20px 0 40px;
}



#calendarArchiveSelectWrapper { width:241px;  margin:-60px 0 0 5px; padding-top:5px; overflow:hidden; background:url(/images/quickLinks.jpg) no-repeat top right; position: absolute; top: 60px; right: 20px; z-index:3000; display: none; }

#calendarArchiveSelect { padding:7px 15px 7px 15px; background:url(/images/quickLinks.jpg) no-repeat bottom right; }

#calendarArchiveSelect a { text-decoration:none; }

#calendarArchiveSelect a.header {
	display:block;
	margin-bottom:5px;
	width:100%;
	height:15px;
	background:url(/images/eventsArchiveHeading.gif) no-repeat 20px 0;
	text-indent:-9999px;
}

#calendarArchiveSelect a:hover.header { background-position: 20px -15px; }

#calendarArchiveContent ul li { list-style:none; margin:0; }

#calendarArchiveContent {
	display:none;
	line-height:18px;
	font-size:1.1em;
	text-align:left;
	position:relative;
	top:-5px;
	padding: 10px 20px 0 40px;
}

/* Calendar callout */
#eCalMini .left{
	width: 120px;
}
#eCalMini .left p{
	color: #4f4f4f;
}
#eCalMini .calendarThumb{
	width: 70px;
	height: 65px;
	float: left;
	background: url(/images/ecal-mini.jpg) no-repeat 0 0;
	position: relative;
}
#eCalMini .calendarThumb a{
	position:relative;
	display: block;
	width: 70px;
	height: 65px;
}
#eCalMini .calendarThumb span{
	position: absolute;
	display: block;
}
#eCalMini .calendarThumb span.month{
	width: 30px;
	height: 14px;
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#eCalMini .calendarThumb span.day{
	width: 40px;
	height: 30px;
	position: absolute;
	top: 28px;
	left: 14px;
	font-size: 2.6em;
	font-weight: bold;
	color: #000;
}

/* ie6 styles */
* html .newCalendar #calendarLegend li{ width: 140px; margin-left: 4px !important; }
* html .newCalendar #calendarLegend li{ margin-left: 4px !important; }

* html .newCalendar #calendarLegend ul.first{
	width: 120px;
}
* html .newCalendar #calendarLegend ul.last{
	border-right: 1px solid #4b4b4b;
	padding-right: 10px;
}
* html .newCalendar #calendarLegend li:first-child span{
	margin-bottom: 4px;
}
* html .newCalendar #calendarLegend ul.first li{
	width: 120px;
}
* html .newCalendar #calendarLegend li a{
	width: 110px;
}
* html .newCalendar #calendarLegend ul.first li a{
	width: 90px;
}
* html .newCalendar .calendarItem{
	margin-right: 3px;
	margin-left: 3px;
}
* html .newCalendar #calHeader .monthNav {
	margin-left: 163px;
}