/*######## search ########*/

.searchResultsBox{
	float:left;
	width:954px;
  background-color:#ffffff;
	border:10px solid #9AD6F1;
}
.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 #9AD6F1;
}
.teacher .searchResultsBox ul li{
	width:919px;
	padding:24px 15px 17px 30px;
	color:#000000;
	border-bottom:5px solid #D8EEF7;
}

.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;
}
.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;
}

.searchFormBox{
	float:left;
	width:954px;
  background-color:#ffffff;
	border:10px solid #9AD6F1;
}
.teacher .searchFormBox{
	width:964px;
	border:5px solid #D8EEF7;
}

#searchNavigator{
	float:left;
	width:954px;
	padding:2px 10px 9px 10px;
	text-align:right;
	background-color:#9AD6F1;
}
.teacher #searchNavigator{
	padding:7px 10px 9px 10px;
	background-color:#D8EEF7;
}

#searchNavigator a{
	font-weight:bold;
	font-style:italic;
	color:#005873;
}
.teacher #searchNavigator a{
	color:#000000;
}

#searchNavigator .searchResultNav0,
#searchNavigator a.searchResultNav1{
	padding:0 7px 0 7px;
}
#searchNavigator .searchResultNav0,
#searchNavigator a.searchResultNav1:hover{
	background-color:#ffffff;
}

#searchNavigator a.searchResultNext{
	margin-left:15px;
	padding:0 0 0 25px;
	/*background-image:page*/
	background-repeat:no-repeat;
}
#searchNavigator a.searchResultNext:hover{
	color:#014256;
	/*background-image:page*/
}
.teacher #searchNavigator a.searchResultNext,
.teacher #searchNavigator a.searchResultNext:hover{
	margin-left:25px;
	padding:0 0 0 12px;
	color:#000000;
	/*background-image:page*/
	background-position:0 2px;
	background-repeat:no-repeat;
}

#searchNavigator a.searchResultPrev{
	margin-right:15px;
	padding:0 0 0 25px;
	/*background-image:page*/
	background-repeat:no-repeat;
}
#searchNavigator a.searchResultPrev:hover{
	color:#014256;
	/*background-image:page*/
}
.teacher #searchNavigator a.searchResultPrev,
.teacher #searchNavigator a.searchResultPrev:hover{
	margin-right:25px;
	padding:0 0 0 12px;
	color:#000000;
	/*background-image:page*/
	background-position:0 2px;
}


/*#### searchHiddenBox ####*/
#searchHiddenBoxWrap{
	position:relative;
	margin:0 auto;
	width:974px;
}
#searchHiddenBox{
	display:none;
	position:absolute;
	top:3px;
	right:0;
	background-color:#ffffff;
	border:3px solid #66C4EC;
	z-index:100;
}
#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:270px;
	border:none;
}
/*.teacher #searchHiddenBoxClose{
	margin-top:12px;
}*/
