#education_calendar, .calendar {
	postition: relative;
	z-index: 5;
	width: 13em;
	float: right;
	margin: 0 0 0 1em;
}

#education_calendar table.calendar, .calendar table.calendar {
	font-size: 90%;
	width: 100%;
	margin: 5px 0 0;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
}

#education_calendar table.calendar td, .calendar table.calendar td {
	text-align: right;
	vertical-align: top;
	color: #aaa;
	margin: 0;
	padding: 0;
	width: 2em;
	height: 2em;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#education_calendar table.calendar td.active, .calendar table.calendar td.active {
	background: #ff9;
	font-weight: bold;
	color: #000;
}

#education_calendar table.calendar td a, .calendar table.calendar td a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	font-weight: bold;
	background: #def;
}

#education_calendar table.calendar td.blank, .calendar table.calendar td.blank {
	background: #eee;
}

#education_calendar table.calendar td a:hover, .calendar table.calendar td a:hover {
	text-decoration: none;
}

#education_calendar h4 img, .calendar h4 img {
	vertical-align: middle;
}

#education_calendar h4, .calendar h4 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #000;
	text-align: center;
}

#education_calendar h4 a.back_link, .calendar h4 a.back_link {
	float: left;
	margin: -2px .5em 0 0;
}

#education_calendar h4 a.next_link, .calendar h4 a.next_link {
	float: right;
	margin: -2px 0 0 .5em;
}

.search_result {
	margin-left: 1em !important;
}

.search_result a {
	display: block;
	background-position: left 2px !important;
	margin-left: -12px;
	padding-left: 12px;
}

#calendar_search {
	font-size: 90%;
	margin: 0;
	padding: 0 .5em;
}

#calendar_search label {
	float: left;
	clear: left;
	width: 12em;
	font-weight: bold;
}

#calendar_search p {
	margin: 0 0 1px;
}

#calendar_search button {
	margin-left: 12em;
	display: inline;
}

#education_calendar a.supplemental {
	padding: 2px;
	font-size: 90%;
	margin: 0;
	display: block;
	text-align: right;
}

#education_calendar a.supplemental img {
	border: none;
	vertical-align: middle;
}

#site-content div.auto_complete {
	background: #fff;
	position:relative;
	border:1px solid #ddd;
	border-bottom: 2px groove #ddd;
	border-top: none;
	width: 40em;
	height: 15.75em;
	overflow:hidden;
	font-size: 90%;
	padding-bottom: 1px;
	z-index: 4 !important;
	width: 24em !important;
	opacity: .9;
 	filter: alpha(opacity:90);
}

#site-content div.auto_complete ul {
	border: 1px solid #777;
	margin: 0;
	padding: 0 0 .5em;
	list-style: none;
	display: block;
	height: 15.75em;
	overflow: hidden;
}

#site-content div.auto_complete ul li {
	margin:0;
	padding: 0 .5em 0 1.7em;
	background-image: none;
	list-style: none;
	display: block;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	text-indent: -1.2em;
}

#site-content div.auto_complete ul li.selected {
	background-color: #ffb;
}

div.auto_complete ul strong.highlight {
	color: #800; 
	margin:0;
	padding:0;
}

