/* style.css */

/*
Author: Jeff Lien
Date: June 13, 2008
Description: Additional styles not included from Brick.

Updates:
Author: Jeff Lien
Date: September 23, 2008
Description: Appended module_search_results id for Program Finder search results.

Author: Yi Zhang
Date: September 29, 2008
Description: Slider styles.
*/ 



/* Contact List */

.module_contact { /* ie6.css */
	border: none;
	padding-top: 0;
	float: left;
	width: 700px;
}

	.module_contact h2 {
		border-bottom-color: #E5E5E5;
	}
	
	.module_contact .module_contact_results {
		border: 1px solid #CCCCCC;
		border-top: none;
		clear: both;
		padding: 10px;
	}
	
		.module_contact #module_contact_results h2 {
			background: none;
			border: none;
			color: #333333;
			padding: 0 0 1em 0;
		}
		
		.module_contact dl {
			margin-bottom: 1em;
		}

		.module_contact dl dt {
			font: bold 13px/1.4em Arial, Sans-serif;
		}



/* Directory */
.module_directory .vcard {
	height: 17em;
}



/* Request Info Form Validation Error */

.error {
	color: #821F1E;
	}



/* Slider */

#programfinder_keywordsautosuggest {
		z-index:3;
}

#slider-bg {
	        position: relative;
	        background: url(../img/slider/bg-fader.gif) 5px 0 no-repeat;
	        height:28px;
	        width:228px;
}

#slider-thumb {
	        cursor:default;
	        position: absolute;
	        top: 4px;
}




/* Program Finder Tabs and Results */
/* Tabs */
 
.module table {
		display: block;
		margin-bottom: .03em;
	}
	
		.module table td {
			padding: 5px 0px 1px 5px;
		}

/* Results */

.module_programs #module_search_results {
	border: 1px solid #CCCCCC;
	border-top: none;
	clear: both;
	padding-bottom: 0px;
}

	.module_programs #module_search_results h2 {
		background: none;
		border: none;
		color: #333333;
		padding: 10px 0px 10px 10px;
	}
	
		.module_programs #module_search_results h2 .reset {
			color: #821F1E;
			font-size: 11px;
			font-style: italic;
			font-weight: normal;
			text-decoration: underline;
		}
		
	.module_programs #module_search_results ul {
		line-height: 1.25em;
		margin: -.5em 0 0 0;
		padding: 0;
	}
	
		.module_programs #module_search_results ul ul {
			margin-top: 0;
			padding: 0 0 0 20px;
		}
		
			.module_programs #module_search_results ul ul ul {
				margin-bottom: 0;
			}
	
	.module_programs #module_search_results li {
		margin: 0;
		padding: .75em 0 .25em 0;
	}
	.module_programs #module_search_results li .division {
		font-size: 16px;
		padding: 10px;
	}
	.module_programs #module_search_results li .department {
		font-weight: bold;
	}

      
/* Colors for school page subheads. */

#col {
	background-color: #874917;
	border-color: #e7c63d;
	color: #fff;
}
	#col a {
		color: #fff;
	}
	#col h1 {
		color: #e7c63d;
	}

#cops {
	background-color: #bd8228;
	border-color: #00285e;
}
	#gspp h1 {
		color: #00285e;
	}

#cous {
	background-color: #720039;
	border-color: #e7c63d;
	color: #e7c63d;
}
	#sela a {
		color: #fff;
	}
	#sela h1 {
		color: #e7c63d;
	}
	
/*#sobm {
	background-color: #405a62;
	border-color: #e7c63d;
	color: #e7c63d;
}
	#somb a {
		color: #fff;
	}
	#somb h1 {
		color: #e7c63d;
	}*/

/*#shs {
	background-color: #cfd840;
	border-color: #00285e;
}
	#shs h1 {
		color: #00285e;
	}*/
	
/* Printer Icon */

.print a {
	background: transparent url(../img/print.gif) no-repeat scroll 0% 0%;
	float: right;
	margin-left: 5px;
	padding-left: 14px;
	text-decoration: none;
}