/* Entire CSS for Catalog Page */
/*******************************************************************
CATALOG CSS
********************************************************************/

#searchTab {
	float: right;
}

#alertTab {
	background-color: #ffffcc;
}

#collegetitle,
#coursetitle{
	display:block;
	font-size:12px;
}

#topSearch input[type=text] {
	width:100%;
}

#courseResults{
	text-align:left;
	margin-top: 10px;
	height: inherit;
}

#college_name{
	text-size:40px;
	text-style:bold;
}

#topSearch #selectCollege,
#topSearch #selectCourse,
#topSearch #courseNumber,
#topSearch #courseSearch,
#topSearch select{
	color: #555;
	width: 90%;
	padding: 3px 3px 3px 8px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}

#collegeDIV {
	float: left;
}

#subjectDIV {
	float: right;
}

#collegeDIV,
#subjectDIV {
	width: 45%;
	display: block;
}

#catalogDIV {
	width: 45%;
	float: left;
}

#searchDIV {
	width: 45%;
	float: right;
}

#catalogDIV,
#courseNumber,
#searchDIV {
	display: block;
}

select#selectEQ {
	display: inline-block;
	width: 18%;
}

#topSearch input#courseNumber {
	display: inline-block;
	width: 64%;
}

#topSearch #courseSearch {
	width:90%;
}

@media screen and (max-width: 480px){

	#collegeDIV,
	#subjectDIV,
	#catalogDIV,
	#courseNumber,
	#searchDIV {
		width: 100%;
		clear: both;
		text-align: center;

	}
}

li.showResult,
ul.course-list {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

a.AtoZlink{
	font-size:0.85em;
	cursor:pointer;
}
`
#enterSearch {
	clear:both;
}

#clickSearch{
	height:20px;
	width:120px;
	border:1px solid #002147;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: linear-gradient(to bottom, #233B6E, #002147);
	color: white;
	font-weight: bold;
	-webkit-transition: background-image .5s;
	text-align: center;
	vertical-align: middle;
}

#clickSearch:focus {
	box-shadow: 0px 0px 5px 2px #27b5ce;
}

#clickSearch:hover{
	background-image: linear-gradient(to bottom, #FFDC61, #D0A627);
	box-shadow: inset 1px 1px 1px black;
	cursor:pointer;
}

#clickSearch:active{
	box-shadow: inset 1px 1px 5px black;
}

#AtoZ
#AtoZFAC {
	height:auto;
	text-align:left;
	display:inline-block;
	margin-bottom:5px;
	float:left;
}

#browseBar{
	height:auto;
	width:inherit;
	margin-top:10px;
	margin-bottom:10px;
}

#topSearch #search{
	position:relative;
	display:block;
	padding: 2%;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding:15px;
	box-shadow:rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
	-webkit-box-shadow:rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
	color: #666;
	width: 95%;
}

.resultCount{
	margin-bottom:10px;
}

div.AtoZnav {
	margin-top: 3.5px;
	display: inline-block;
	margin: 0em .5em;
}

#topSearch label {
	display: block;
	margin: 0px 0px 5px;
}

#topSearch label>span {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #969696;
}

#middleResultsbar{
	width:100%;
	position:relative;
	display:inline-block;
	float:left;
}

.showResult{
    height:auto;
    width:700;
    margin-bottom:10px;
}
.showTitle{
    font-size:14px;
    text-decoration: none;
    outline: none;
    color: #003366;
    border-bottom: 1px dashed #CCCCCC;
}

.showTitle a {
    cursor: pointer;
}

.showDescription{
	font-style:Times New Roman;
	font-size:12px;
}

#topSearch input[type=text] {
	width:50%;
	display: inline;
}

@media screen and (max-width: 480px){

 	#clickSearch{
 		width: 100%;
 		margin: 10px 0 10px 0;
 	}

 	#browseBar {
 		text-align: center;
 	}
}
