/*special overrides to accomotade javascript autosuggestion box*/

a {
	text-decoration: none;
}

a:hover {
	

}

.suggestion_list {
	margin-top: 2px;
	background: white;
	border: 1px solid #4a525a;
}

.suggestion_list a:hover {
	background: none;
}

#school_search {
	font-size: medium;
}

.suggestion_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


.suggestion_list ul li {
	padding-left: 5px;
	padding-right: 5px;
}

.suggestion_list a {
	text-decoration: none;
	font-size: 9pt;
}

.suggestion_list .selected {
	background: #3e3e5c;
	color: white;
}

.suggestion_list .selected a {
	color: white;
}

#autosuggest {
	display: none;
}

#pageWrapper {
	min-width: 800px;
}

#leftColumn, #middleColumn, * html #SOWrap {
	position: static;
}

#middleColumn {
	overflow: visible;
}