/* ====================================================================================== *\
   Global Elements - General Layout
\* ====================================================================================== */
/*
* {
	border: medium none;
	font-family: "Trebuchet MS", "Tahoma", "Arial", Sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px auto;
	outline-style: none;		
}
*/
html {
	overflow-y: scroll;
}

table, tr, td {
	border-collapse: collapse;
	margin: 0;
}

a {
	text-decoration: none;
	color: #3a5fcd;
	font-size: inherit;
}


a:hover {
	text-decoration: underline; 
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ralign {
	text-align: right;
}

.large {
	font-size: 16px;	
}

.larger {
	font-size: 20px;
	font-weight: bold;
}

.largest {
	font-size: 24px;
	font-weight: bold;
}

.noDisplay {
	display: none;
}

.fullWidth {
	width: 100%;
}

#footerStripe {
	width: 720px;
	border-top: 1px solid #dddddd;
	clear: both;	
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	color: #666666;
	margin-top: 30px;
}

#footerStripe a {
	color: #666666;;	
}

#headerStripe {
	background-image: url(images/page_header.9f55cc389cba5c7d.png);
	background-repeat: repeat-x;
}

#header {
	margin: 0px auto;
	width: 720px;
	overflow: hidden;
}

#header #logo {
	float: left;
}

#header #topNav {
	float: right;
	text-align: right;
	margin-top: 12px;
	font-size: 11px;
	color: #ffffff;
}

#header #topNav #adminNav {
	font-size: 11px;
	padding-bottom: 38px;
}

#header #topNav #adminNav a {
	color: #dd9999;
}

#header #topNav #adminNav a:hover {
	color: #ffffff;
}

#header #topNav #adminNav .bold {
	font-weight: bold;
	font-size: 11px;
}

#header #topNav a {
	color: #ffdddd;
}

#header #topNav a:hover {
	color: #ffffff;
}

#container {
}

/* ====================================================================================== *\
   Search Page - Top Controls
\* ====================================================================================== */

#topRow {
	margin: 20px 0px;
	display:none;
}

#topRow table {
	margin: 0px;
	border-spacing: 0px;
}

#years {
	vertical-align: bottom;
	padding: 0px;
}

#years td {
	
	white-space: nowrap;
}

#years a {
	font-size: 10px;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

#years td.selected {
	background-image: url(images/year_tab.d2fa6997c1675cf9.png);
	width: 80px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: right;
}

#years td.selected a {
	padding-left: 16px;
	font-size: 11px;
	font-weight: bold;
}

#topControls td.left {
	background-image: url(images/rounded_corners_left.5770c131a100cb62.png);
	height: 57px;
	width: 8px; /*was 10 */
}

#topControls td.right {
	background-image: url(images/rounded_corners_right.4da35e6a7729230c.png);
	height: 57px;
	width: 8px; /* was 10 */
}

#topControls td.contentHeader {
	padding-left: 20px;
	background-color: #f8f3e5;
	padding: 0px;
	text-align: right;
	width: 145px;
}

#topControls td.contentSpacer {
	background-color: #f8f3e5;
}

#topControls td.printContent {
	background-color: #f8f3e5;
	padding: 0px;
	width: 720px;
}

#topControls td.content {
	background-color: #f8f3e5;
	padding: 0px;	
}

#topControls td.spacer {
	width: 10px;
}

#topControls #searchbox .inputBox {
	padding: 2px;
	border: 1px solid #b7b7b7;
	width: 360px;
	height: 18px;
}

#topControls #searchbox #submit {
	font-weight: bold;
	background-color: #F8F3E5;
}

#search_courses_input {
	color:#333333;
	float:left;
	font-size:100%;
	height:1.2em;
	line-height:1.2em;
	margin:0 5px 0 2px;
	padding:0.5em;
	width:300px;
}

#topControls #bubbles {
	height: 46px;
	width: 49px;
	background-image: url(images/bubbles.2a61ebea718e455f.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#topControls .content a {
	color: #595959;	
}

#topControls .content a:hover {
	color: #595959;	
	text-decoration: none;
}

#topControls #browseBySchedule {
	width: 70px;
}

#resultsHeader {
	width: 100%;
	height: 25px;
	background-color: #F3F4E6;
	border-top: 2px solid #B3B393;
	border-bottom: 1px solid #E4E4C9;
	overflow: hidden;
}

#resultsHeader .resultsSummary {
	width: 100%;
	padding-left: 5px;
	float: left;
}

#resultsHeader .printButton {
	padding-top: 3px;
	padding-right: 8px;
	float: right;	
}

#resultsHeader .searchTerm {
	font-size: 12px;
	font-weight: bold;
}

#resultsHeader #excelPanel {
	padding: 10px 10px 15px 20px;
	position: absolute;
	width: 231px;
	background-color: #F8F3E5;
	border: 2px solid #B6AC92;
	z-index: 1;
	line-height: 20px;
}

#resultsHeader #excelPanel #excelPanelTitle {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

#resultsHeader #excelPanel label {
	padding-left: 3px;
}

#resultsHeader #excelPanel button {
	margin-top: 10px;
	padding: 2px 5px;
	background-color: #F8F3E5;
	border: 1px solid #B6AC92;
	cursor: pointer;
}

/* ====================================================================================== *\
   Search Page - Main Content
\* ====================================================================================== */

#browseContent {


}

/* ====================================================================================== *\
   Search Page - Departments Browser
\* ====================================================================================== */

#browseContent .departmentsContainer {
	padding: 5px 10px 10px;	
	margin: 0px;
}

#browseContent .departmentsContainer ul {
	width: 45%;
	float: left;
}

#browseContent .departmentsContainer li {
	font-size: 13px;
	list-style: none;
}

#browseContent .departmentsContainer .schoolName {
	clear: left;
	padding: 12px 0px 1px;
	font-size: 15px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 4px;
	font-weight: bold;
}

/* ====================================================================================== *\
   Search Page - Search Results
\* ====================================================================================== */

#searchResults {
	/*width: 500px;*/
	width: 100%;
	float: left;
	min-height:300px;
}

#searchResults .searchResult {
	margin: 0;	
	padding-top: 10px;
	padding-bottom: 15px;	
	padding-left: 5px;
	border-bottom: 1px solid #dddddd;
}

#searchResults .searchResult-noBorder {
	margin: 0;	
	padding-top: 10px;
	padding-bottom: 15px;	
	padding-left: 5px;
}

#searchResults .courseInfo {
	margin: 0;
	/*width: 500px;*/	
	display: block;	
}


#searchResults .courseNumber {
	font-size: 12px;
	font-weight: bold;
}

#searchResults .courseTitle {
	font-size: 12px;
}

#searchResults .courseDescription {
	padding-left: 10px;
	padding-top: 3px;
	font-size: 12px;
}

#searchResults .courseAttributes {
	padding-left: 10px;
	/*padding-top: 3px;*/
	font-size: 12px;
	/*font-weight: bold;*/
	color: #616150;
}

#searchResults .relatedLinks {	
	padding-left: 10px;
	/*padding-top: 5px;*/
}


/* ====================================================================================== *\
   Search Page - Search Results (Time Schedule View)
\* ====================================================================================== */

#searchResults .sectionInfo {
	padding-left: 5px;	
	padding-top: 10px;
}

#searchResults .sectionContainer {
	background-color: #f8f3e5;
	padding: 7px;
}

#searchResults .sectionContainerTerm {
	font-size: 12px;
	font-weight: bold;
	margin:1px;
	padding:0;
}
#searchResults .sectionContainer ul {
	padding-left:0;
}

#searchResults .sectionDetails {
	background-color: #ffffff;
	/*font-weight: normal;
	font-size: 12px;*/
	padding: 5px;
	/*line-height: 20px;
	margin-bottom: 7px;*/
	list-style: none;
}

#searchResults .boldText {
	font-weight: bold;	
}


#searchResults .sectionTable .tableHeader {
	text-align: left;
	font-weight: bold;
	background-color: #f8f3e5;
	border-bottom: 1px solid #7a0000;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#searchResults .sectionTable .tableCellBorderless {	
	padding-left: 5px;	
	padding-right: 10px;
	padding-top: 7px;
	vertical-align: top;	
}

#searchResults .sectionTable .tableCell {
	border-left: 1px solid #dddddd;
	padding-left: 5px;	
	padding-right: 10px;
	padding-top: 7px;
	vertical-align: top;
}



/* ====================================================================================== *\
   Search Page - Search Filters
\* ====================================================================================== */

#searchFilters {	
	width: 200px;
	float: right;
	padding-top: 15px;
	display:none;
}

#searchFilters .filtesTitle {
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 5px;	
}

#searchFilters #filtersContainer {	
	background-color: #f8f3e5;
	padding-bottom: 6px;
}

#searchFilters #filtersContainer .relative {
	position: relative;
}

#searchFilters #filtersContainer .filterHeader {
	display: block;
	color: #000000;
	font-size: 14px;
	height: 24px;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-top: 3px;
	background-image: url(../../reader_explorecourses%20copy/images/filter_header.1b1f99147c3f236c.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #b6ac92;
}

#searchFilters   a {
	text-decoration: none; !important
	color: #3a5fcd;
	font-size: inherit;
}

#searchFilters  a:hover {
	text-decoration: underline; 
}

#searchFilters #filtersContainer .filterOptions {
	background-color: #ffffff;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

#searchFilters #filtersContainer .filterOptions .wrapper {
	padding: 10px;
}

#searchFilters #filtersContainer .filterUpdate {
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 0px;
}

#searchFilters #filtersContainer .filterCell {
	cursor: pointer;
}

#searchFilters #filtersContainer #filterSubmit {
	font-weight: bold;
	background-color: #F8F3E5;
	padding: 3px;
	border: 1px solid #CFBE90;
	margin: 4px;
}

/* ====================================================================================== *\
   Search Page - Pagination Controls
\* ====================================================================================== */

#pagination {
	width: 100%;
	background-color: #F3F4E6;
	border-bottom: 2px solid #B3B393;
	border-top: 1px solid #E4E4C9;
	clear: both;
	text-align: center;	
	padding-bottom: 3px;
}

#pagination a {
	/*color: #7a0000;*/
	font-size: 12px;
	padding: 3px 5px;
}

#pagination .currentPage {
	font-size: 16px;
	padding: 3px 5px;
}


/* ====================================================================================== *\
   Print Page
\* ====================================================================================== */

#printTopControls {
	margin-top: 20px;
}

#printTopControls td {
	background-color: #f8f3e5;
}

#printTopControls td.left {
	background-image: url(../../reader_explorecourses%20copy/images/rounded_corners_left.5770c131a100cb62.png);
	height: 57px;
	width: 10px;
}

#printTopControls td.right {
	background-image: url(../../reader_explorecourses%20copy/images/rounded_corners_right.4da35e6a7729230c.png);
	height: 57px;
	width: 10px;
}

#printTopControls td.contentHeader {
	padding-left: 20px;
	padding: 0px;
	text-align: right;
	width: 145px;
}

#printTopControls td.printInput {
	padding-left: 20px;
	width: 20px;
}

#printTopControls td.printContent {
	width: 80px;
	cursor: pointer;
}

#printTopControls td.spacer {
	width: 570px;
}

#printTopControls .vertBar {
	background-color: #cfbe90;
	width: 3px;
	height: 40px;
	margin: 0px 10px;
}

#printTopControls #filterSubmit {
	font-weight: bold;
	background-color: #F8F3E5;
	padding: 3px;
	border: 1px solid #CFBE90;
}

#previewContainer {
	margin-top: 20px;
	width: 720px;
	background-image: url(../../reader_explorecourses%20copy/images/preview_tile.c25abd1a70c1d48f.png);
	background-repeat: repeat;
	padding-bottom: 20px;
}

#pagePreview {
	background-color: #ffffff;
	border: 1px solid #cccccc;	
	width: 725px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#pagePreview #pageHeader {
	font-size: 13px;
	color: #666666;
	padding-top: 16px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #dddddd;
}

#pagePreview #pageHeader #numResults {
	text-align: right;
}

#pagePreview #printSearchResults .searchResult {
	margin: 0px 15px;	
	padding-top: 10px;
	padding-bottom: 15px;	
	padding-left: 5px;
	border-bottom: 1px solid #dddddd;
}

#pagePreview #printSearchResults .courseInfo {
	margin: 0px 5px;
}

#pagePreview #printSearchResults .courseNumber {
	font-size: 18px;
	font-weight: bold;
}

#pagePreview #printSearchResults .courseTitle {
	font-size: 16px;
}

#pagePreview #printSearchResults .courseDescription {
	padding-top: 3px;
	font-size: 12px;
}

#pagePreview #printSearchResults .courseAttributes {
	padding-left: 5px;
	padding-top: 3px;
}

#printSearchResults .sectionInfo {
	padding-left: 5px;	
	padding-top: 10px;
}

#printSearchResults .sectionContainer {
	background-color: #f8f3e5;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
}

#printSearchResults .sectionContainerTerm {
	font-size: 14px;
	font-weight: bold;
}

#printSearchResults .sectionDetails {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	line-height: 20px;
	margin-bottom: 7px;
	list-style: none;
}

#printSearchResults .boldText {
	font-weight: bold;	
}

#pagePreview #pageFooter {
	padding-top: 75px;
	color: #666666;
	text-align: center;
}

/* ====================================================================================== *\
   About Page
\* ====================================================================================== */

#aboutpage #mainContent {
	width: 950px;
}

#aboutpage #title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
}

#aboutpage .sectionHeader {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

#aboutpage .sectionContent {
	font-size: 13px;
	padding-bottom: 8px;
}

/* ====================================================================================== *\
   @ media print
\* ====================================================================================== */

@media print {
  * { text-align: left; margin: 0; }
  #footerStripe { display: none; }
  #headerStripe { display: none; }
  #topControls { display: none; }
  #printTopControls { display: none; }
  #pagePreview { border: none; padding: 0; width: 930px; }
  #previewContainer { background: none; }
  #pagePreview #printSearchResults .searchResult { padding: 5px 0; }
  #printSearchResults .sectionInfo { padding: 0 0 0 20px; }
  #printSearchResults .sectionDetails { padding: 5px 0 0; margin-bottom: 0; }
}
