/*######## search ########*/

.searchResultsBox {
	float: left;
	width: 954px;
	background-color: #eef5e2;
	border: 10px solid #ffffff;
}
.teacher .searchResultsBox {
	width: 964px;
	border: 5px solid #D8EEF7;
}
.searchResultsBox ul {
	float: left;
	width: 954px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.teacher .searchResultsBox ul {
	width: 964px;
}
.searchResultsBox ul li {
	float: left;
	width: 934px;
	padding: 17px 10px 17px 10px;
	font-weight: bold;
	color: #005873;
	border-bottom: 1px solid #ffffff;
}
.teacher .searchResultsBox ul li {
	width: 919px;
	padding: 24px 15px 17px 30px;
	color: #000000;
	border-bottom: 5px solid #D8EEF7;
}
.teenager .searchResultsBox ul li {
	font-size: 0.85em;
	line-height: 1.21;
	color: #0076bd;
}
.searchResultsBox ul li.noBorder {
	border: none;
}
.searchResultsBox ul li a {
	float: left;
	padding: 0 0 6px 35px;
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: bold;
	font-style: italic;
	color: #005873;
	/*background-image:page*/
	background-position: 0 2px;
	background-repeat: no-repeat;
}
.teenager .searchResultsBox ul li a {
	font-size: 1.71em;
	color: #0076bd;
}
.searchResultsBox ul li a:hover {
	color: #014256;
	/*background-image:page*/
}
.teacher .searchResultsBox ul li a, .teacher .searchResultsBox ul li a:hover {
	padding: 0 0 8px 20px;
	font-size: 1.5em;
	line-height: 1.25;
	/*background-image:page*/
	background-position: 0 8px;
}
.searchResultsBox .searchText {
	float: left;
	width: 664px;
	padding: 0 235px 0 35px;
}
.teacher .searchResultsBox .searchText {
	width: 689px;
	padding: 0 235px 0 20px;
}
.searchResultsBox .url {
	float: left;
	width: 899px;
	padding: 6px 0 0 35px;
	color: #404245;
}
.teacher .searchResultsBox .url {
	width: 924px;
	padding: 8px 0 0 20px;
	font-weight: normal;
}
.searchInfo {
	float: left;
	width: 974px;
	padding: 24px 0 24px 0;
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}
.teacher .searchInfo {
	color: #005873;
}
#searchHiddenBox{
	display:none;
}
.searchFormBox {
	float: left;
	width: 954px;
	background-color: #eef5e2;
	border: 10px solid #ffffff;
}
#headerWrap .searchFormBox{
	background-color: #ffffff;
}
.teacher .searchFormBox {
	width: 964px;
	border: 5px solid #D8EEF7;
}
#searchNavigator {
	float: left;
	width: 954px;
	padding: 2px 10px 9px 10px;
	text-align: right;
	background-color: #ffffff;
}
.teacher #searchNavigator {
	padding: 7px 10px 9px 10px;
	background-color: #D8EEF7;
}
#searchNavigator a {
	font-weight: bold;
	font-style: italic;
	color: #0076bd;
}
.teacher #searchNavigator a {
	color: #000000;
}
#searchNavigator .searchResultNav0, #searchNavigator a.searchResultNav1 {
	padding: 0 7px 0 7px;
}
#searchNavigator .searchResultNav0, #searchNavigator a.searchResultNav1:hover {
	background-color: #eef5e2;
	color: #0076bd;
	font-weight: bold;
	font-style: italic;
}
#searchNavigator a.searchResultNext {
	margin-left: 15px;
	padding: 0 0 0 25px;
	/*background-image:page*/
	background-repeat: no-repeat;
}
#searchNavigator a.searchResultNext:hover {
	background-color: #eef5e2;
	color: #0076bd;
	font-weight: bold;
	font-style: italic;
	/*background-image:page*/
}
.teenager #searchNavigator a.searchResultNext, .teenager #searchNavigator a.searchResultNext:hover {
	padding: 0 0 5px 30px;
	background-color: transparent;
}
#searchNavigator a.searchResultPrev {
	margin-right: 15px;
	padding: 0 0 0 25px;
	/*background-image:page*/
	background-repeat: no-repeat;
}
#searchNavigator a.searchResultPrev:hover {
	background-color: #eef5e2;
	color: #0076bd;
	font-weight: bold;
	font-style: italic;
}
.teenager #searchNavigator a.searchResultPrev, .teenager #searchNavigator a.searchResultPrev:hover {
	padding: 0 0 5px 30px;
	background-color: transparent;
}
/*#### searchHiddenBox ####*/
#searchHiddenBox {
	display: none;
	position: absolute;
	top: 3px;
	right: 0;
	background-color: #ffffff;
	border: 3px solid #66C4EC;
	z-index: 100;
}
.teenager #searchHiddenBox {
	border: 3px solid #7ab51e;
}
#searchHiddenBox .searchFormBox {
	padding: 0 10px 0 10px;
	width: 270px;
	border: none;
}
#searchHiddenBoxClose {
	float: right;
	margin-top: 12px;
	cursor: pointer;
}
.teacher #searchHiddenBox {
	display: none;
	position: absolute;
	top: 3px;
	right: 0;
	background-color: #ffffff;
	border: 1px solid #66C4EC;
	z-index: 100;
}
.teacher #searchHiddenBox .searchFormBox {
	padding: 0 12px 0 12px;
	width: 183px;
	border: none;
}
.teacher #searchHiddenBoxClose {
	margin-top: 8px;
}
