#searchForm {
	float: left;
	display: inline;
	width: 250px;
	margin: 0px 10px 0px 25px;
}

#searchForm P {
	width: 220px;
}

DIV.searchStep {
	width: 240px;
	background: url('../images/searchTitleBG.gif') top left no-repeat #ffffff;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 0px 5px 12px;
}

SELECT.standardBox {
	width: 100px;
	margin: 8px 0px 8px 20px;
}

#searchMap {
	float: left;
	display: inline;
	width: 290px;
	height: 450px;
	margin-left: 5px;
	border: solid 2px #FF3399;
}

#mapContainer {
	float: left;
	display: inline;
	width: 100px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#mapContainer A {
	display: block;
	margin: 2px 0px 2px 0px;
	color: #727272;
	font-weight: bold;
	text-decoration: none;
}

#mapContainer #tblMapControls {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

INPUT.searchBtn {
	float: left;
	display: inline;
	font-size: 0.8em;
	margin: 0px 0px 0px 3px;
}

/* ********* searchList.inc.php ******************* */

#searchNoCourses {
	float: left;
	display: inline;
	width: 515px;
	height: 160px;
	margin: 20px 0px 0px 90px;
	background: url('../images/registerBG.gif') top center no-repeat #ffffff;
}

#content #searchNoCourses P {
	width: 480px;
	height: 160px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	margin: 60px 0px 0px 20px;
}

#searchResults {
	float: left;
	display: inline;
	width: 500px;
	margin-left: 30px;
}

IMG.bottomIMG {
	float: left;
}

DIV.englishCourseContainer {
	float: left;
	width: 490px;
	margin: 0px 0px 10px 0px;
	background: url('../images/englishSearchBG.gif') top left repeat-y #ffffff;
}

DIV.universityCourseContainer {
	float: left;
	width: 490px;
	margin: 0px 0px 10px 0px;
	background: url('../images/universitySearchBG.gif') top left repeat-y #ffffff;
}

DIV.businessCourseContainer {
	float: left;
	width: 490px;
	margin: 0px 0px 10px 0px;
	background: url('../images/businessSearchBG.gif') top left repeat-y #ffffff;
}

DIV.englishCourseText {
	float: left;
	width: 477px;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	border-left: solid 3px #0099FF;
	border-right: solid 3px #0099FF;
}

A.englishBtn {
	display: block;
	width: 110px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	background: url('../images/englishBtn.gif') top center no-repeat #ffffff;
}

DIV.businessCourseText {
	float: left;
	width: 477px;
	margin: -10px 0px 0px 0px;
	border-left: solid 3px #33CC66;
	border-right: solid 3px #33CC66;
}

A.businessBtn {
	display: block;
	width: 110px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	background: url('../images/businessBtn.gif') top center no-repeat #ffffff;
}

DIV.universityCourseText {
	float: left;
	width: 477px;
	margin: -10px 0px 0px 0px;
	border-left: solid 3px #FFFF00;
	border-right: solid 3px #FFFF00;
}

A.universityBtn {
	display: block;
	width: 110px;
	height: 23px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #727272;
	padding-top: 4px;
	background: url('../images/universityBtn.gif') top center no-repeat #ffffff;
}

#searchKey {
	float: left;
	width: 160px;
	height: 200px;
	background: url('../images/searchkeyBG.gif') top center no-repeat #ffffff;
}

#content #searchKey P.title {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#content #searchKey TABLE {
	margin: 0px 0px 0px 10px;
}

TABLE.courseTable {
	width: 450px;
}

TD.courseTitle {
	width: 450px;
	font-weight: bold;
}

SPAN.selectedPage {
	font-weight: bold;
}

A.pagination {
	text-decoration: none;
	color: #727272;
}

#pagingBox {
	float: left;
	clear: both;
	width: 400px;
	color: #727272;
}
