div.autocomplete {
  z-index:100;
  font-family:arial;
  font-size:8pt;
  position:absolute;
  height:200px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  overflow-y:auto;
  white-space:nowrap;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
  overflow:hidden;
  font-weight:bold;
  white-space:nowrap;
}
.even {
  background-color:#fff;
}
.odd {
  background-color:#eee;
}
.informal {
  font-weight:normal;
}
.schoolid {
  display:none;
}
.header {
	height:77px;
	background-color:#eee;
	border-bottom:2px solid #444;
	position:relative;
}
.content {
	padding:10px;
}
.custom-advice {
	margin-right:10px;
	z-index:1000;
	color:#ff0000;
	font-size:8pt;
	white-space: nowrap;
}
.adviceimage {
	position:relative;
	top:4px;
	margin-right:3px;
}
.goodwrapper {
	height:25px;
	float:left;
}
.required {
	/*position:relative;*/
	/*z-index:2;*/
}
.validation-failed {
	background-color : #FFCCCC;
}
