#login {
	display: none;
}

/* qtip adjustment styles (make one corner square when qtip must be adjusted for screen) */

div.qtip-tip[rel='bottomLeft'] + div.qtip-wrapper {
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

div.qtip-tip[rel='bottomRight'] + div.qtip-wrapper {
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

div.qtip-tip[rel='topLeft'] + div.qtip-wrapper {
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

div.qtip-tip[rel='topRight'] + div.qtip-wrapper {
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

/********************************
*			search box			*
********************************/

#search-box {
	background: #ececec;
}

/* jquery ui autocomplete */

ul.ui-autocomplete {
	width: 524px;
	max-height: 280px;
	overflow-y: scroll;
}

ul.ui-autocomplete span.search-string {
	font-weight: bold;
}

input.ui-autocomplete-loading {
	background-image: url(../images/ajax-loader.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

/* search box sections */

#advanced-options-section {
	border-top: 1px solid #ddd;
}

/********************************
*	basic options section		*
********************************/

#section-id-input {
	width: 68px;
}

#term-id-group > div {
	white-space: nowrap;
}

#search-button {
	margin-top: -2px;
	height: 27px;
	padding: 0 10px;
}

#code-input {
	width: 70px;
}

#open-sections-only-checkbox {
	margin-left: 0;
	margin-right: 6px;
}

#course-level-group > div {
	float: right;
	white-space: nowrap;
}

#course-level-group legend {
	float: left;
	margin: 1px 4px 0 0;
}

#course-level-group input[type='radio'] {
	margin-left: 6px;
	margin-right: 4px;
}

#course-level-group #all-levels-radio-button {
	margin-left: 3px;
}

/********************************
*	advanced options section	*
********************************/

#start-time-input {
	width: 59px;
	margin: 2px;
}

#selected-days-checkboxes {
	margin-left: 5px;
}

#selected-days-checkboxes > span {
	margin-left: 4px;
}

#selected-days-checkboxes > span:first-child {
	margin-left: 0px;
}

#selected-days-checkboxes input[type='checkbox'] {
	margin-right: 4px;
}

#teaching-center-group > div {
	white-space: nowrap;
}

#teaching-center-label {
	margin-left: -5px;
}

#teaching-center-input {
	width: 243px;
}

/********************************
*	advanced options toggle		*
********************************/

#advanced-options-toggle {
	width: 201px;
	margin: 0 15px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: none;
	line-height: 22px;
	text-align: center;
	font-size: 90%;
	padding: 0;
}

#advanced-options-toggle-left-arrows, #advanced-options-toggle-right-arrows {
	height: 22px;
	width: 17px;
	background-image: url(../images/show-options-arrows.png);
	background-repeat: no-repeat;
}

.advanced-options-section-displayed #advanced-options-toggle-left-arrows, .advanced-options-section-displayed #advanced-options-toggle-right-arrows {
	background-image: url(../images/hide-options-arrows.png);
	background-repeat: no-repeat;
}

#advanced-options-toggle-left-arrows {
	float: left;
	background-position: center right;
}

#advanced-options-toggle-right-arrows {
	float: right;
	background-position: center left;
}

/********************************
*	course prefixes page		*
********************************/
#course-prefixes-page {}

#course-prefixes-page .course-prefix {}

#course-prefixes-page #left-course-prefix-column .course-prefix {}
#course-prefixes-page #right-course-prefix-column .course-prefix {}

#course-prefixes-page .course-prefix a {
	display: block;
}

#course-prefixes-page .course-prefix a:hover {
	background: #F2F2F2;
	text-decoration: none;
}

#course-prefixes-page .prefix-abbrev {
	text-align: right;
}

#course-prefixes-page .prefix-name {
	color: #000;
}

/* core/gen-ed categories */

.category {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}

.category.alpha {
	clear: left;
}

.category .category-name {
	background: #000;
	color: #FFCF00;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.category .subcategories {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#gen-ed-categories .subcategories {
	min-height: 107px;
}

#core-categories .subcategories {
	min-height: 65px;
}

/********************************
*			courses				*
********************************/
#courses-page {}

#courses-page .course-prefix-container {}

#courses-page .course-prefix-info {
	margin:	10px 0 20px;
	padding-bottom: 0;
	border-bottom: 3px solid #A81919;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}

#courses-page .course-prefix-abbr {}
#courses-page .course-prefix-name {}

#courses-page .course-prefix-link {
	margin-left: 20px;
}

#courses-page .course-prefix-link a {
	font-size: 14px;
	line-height: 14px;
}

#show-all-sections-button-wrapper {
	float: right !important;
	line-height: 21px;
}

#print-link {
	padding-left: 50px;
}

#show-all-sections-button {
	height: 25px;
	padding: 4px 10px 8px;
}

.prefacing-course-text {
	padding: 15px 0;
	font-style: italic;
	border-top: 3px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.initial-prefacing-course-text {
	border-top: none;
	padding-top: 0;
}

.course {
	padding: 15px 0 12px;
	border-top: 1px solid #ddd;
}

.course:first-child {
	padding-top: 0;
	border-top: none;
}

.course-id {
	font-weight: bold;
}

.perm-req-message {
	font-size: 12px;
	font-style: italic;
	white-space: nowrap;
}

.course-title {
	font-weight: bold;
}

.course-subcategory {
	white-space: nowrap;
}

.subcategory-qtip .qtip-wrapper {
	background: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.subcategory-qtip .qtip-contentWrapper, .subcategory-qtip .qtip-content {
	background: transparent !important;
	color: #fff !important;
}

.course-action-links-container {
	height: 21px;
}

.course-credits-group {
	white-space: nowrap;
}

.approved-course-text:first-child {
	margin-top: 10px;
}

.course-text:first-child {
	margin-top: 10px;
}

.sections-info-container {
	margin-top: 10px;
}

.course-text {
	font-style: italic;
}

.individual-instruction-message {
	font-weight: bold;
	margin-top: 8px;
}

/********************************
*		sections fieldset		*
********************************/

.toggle-sections-link-container {
	margin-top: 8px;
}

fieldset.sections-fieldset {
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

fieldset.sections-fieldset.sections-displayed {
	border: 1px solid #ddd;
}

fieldset.sections-fieldset legend {
	background: white;
	padding: 0 5px 0 0;
}

fieldset.sections-fieldset legend.loading {
	background-image: url(../images/ajax-loader.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 22px;
}

.toggle-sections-arrow {
	display: inline-block;
	position: relative;
	top: 3px;
	cursor: pointer;
}

/********************************
*			sections			*
/********************************/

.sections {
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.section {
	position: relative;
	padding: 5px 11px;
}

.section:nth-child(odd) {
	background: #eee;
}

.section-instructor {
	white-space: nowrap;
}

.footnote-marker {
	color: #A81919;
}

.et-al-instructors-list {
	display: none;
	color: #fff;
	line-height: 18px;
}

.et-al-instructors-qtip .qtip-wrapper {
	background: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.et-al-instructors-qtip .qtip-contentWrapper, .et-al-instructors-qtip .qtip-content {
	background: transparent !important;
}

.seats-info-group {
	white-space: nowrap;
}

.has-open-seats .seats-info-label, .has-open-seats .open-seats-count {
	font-weight: bold;
}

.has-waitlist .seats-info-label, .has-waitlist .waitlist-count {
	font-weight: bold;
}

.section-action-links-container {
	height: 21px;
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -11px;
}

.section-action-links-container .bookstore-link {
	float: right; 
}

.section-action-links-container .saved-course-section-toggle-link {
	float: right;
	margin: 6px 0 0 5px;
}

.non-standard-dates-message {
	font-weight: bold;
}

.section-text {
	font-style: italic;
	margin-top: 10px;
}

.footnote-container {
	background: #999;
	color: #000;
	margin-top: -1px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.footnote {
	padding: 5px 0 5px 11px;
}

/********************************
*		building info			*
********************************/

.building-qtip .qtip-contentWrapper, .building-qtip .qtip-content {
	background: transparent !important;
}

.building-info-container {
	color: white;
}

.building-info-container a {
	color: #FFCF00;
}

.building-name a {
	font-size: 20px;
	font-weight: bold;
}

/********************************
*		my saved list			*
********************************/

#my-saved-list-view #search-box-wrapper {
	display: none !important;
}

ul#saved-list-terms {
	list-style: none;
}

ul#saved-list-terms li {
	float: left;
	margin: 0 10px 0 0;
}

ul#saved-list-terms li a {
	display: block;
	overflow: hidden;
	background: #000;
	color: #FFCF00;
	text-align: center;
	padding: 5px 10px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

ul#saved-list-terms li.selected-term-tab a {
	background: #A81919;
}

ul#saved-list-terms li a:hover {}

#saved-courses-container {
	border: 1px solid #ddd;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	overflow: hidden;
}

.saved-course {
	padding: 13px 10px 10px;
}

.saved-course:nth-child(odd) {
	background: #eee;
}

.saved-course-remove-container {
	float: right;
	line-height: 10px;
	margin-top: -2px;
}

.my-saved-list-message {
	margin-top: 15px;
}

.no-saved-courses-message {
	background: #eee;
	padding: 13px 10px 10px;
}

/* Final Exams */

#exam-view #search-box.advanced-options-section-displayed {
	height: 55px;
}

.exams-container {
	margin-top: 8px;
}

fieldset.exams-fieldset {
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.exams-table {
	width: 100%;
	border: 1px;
}

table.exams-table th {
	text-align: center;
	background-color: #A81919;
	color: #fff;
}

table.exams-table th:first-child {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}

table.exams-table th:last-child {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

table.exams-table tr:nth-child(even) {
	background: #ccc;
}

table.exams-table tr:nth-child(odd) {
	background: #fff;
}

table.exams-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

table.exams-table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

table.exams-table td {
	width: 20%;
	text-align: center;
}

table.exams-table td.course-id, table.exams-table td.section-id {
	width: 10%;
}

table.exams-table td.no-scheduled-exam-message {
	font-style: italic;
}

@media handheld, only screen and (max-device-width: 768px) {
	
	/********************************
	*			pageslide			*
	********************************/
	
	#pageslide {
		/* These styles MUST be included. Do not change. */
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		height: 120%;
		min-height: 100%;
		z-index: 999999;
		
		/* Specify the width of your pageslide here */
		width: 200px;
		padding: 20px;
		
		/* These styles are optional, and describe how the pageslide will look */
		background-color: #333;
		color: #FFF;
		-webkit-box-shadow: inset 0 0 5px 5px #222;
		-moz-shadow: inset 0 0 5px 5px #222;
		box-shadow: inset 0 0 5px 5px #222;
	}
	
	body.overlay-applied {
		overflow: hidden;
	}
	
	#page-overlay {
		display: none;
		
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 5000;
		
		background-color: #000;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	
	body.overlay-applied #page-overlay {
		display: block;
	}
	
	/********************************
	*		nav menu				*
	********************************/
	
	#pageslide #site-menu li {
		width: 100%;
		float: left;
		clear: left;
		border-bottom: 1px solid #666;
	}
	
	#pageslide #site-menu a {
		display: block;
		color: #fff;
		padding: 10px 0 10px 5px;
	}
	
	#pageslide #site-menu a:hover {
		text-decoration: underline;
	}
	
	/********************************
	*		search box				*
	********************************/
	
	#course-search-form {
		display: none;
	}
	
	#pageslide #search-box {
		background: none;
	}
	
	/********************************
	*	basic options section		*
	********************************/
	
	#pageslide #search-box {
		position: relative;
		height: 200px;
		margin-top: 10px;
	}
	
	#pageslide #course-id-group, #pageslide #section-id-group, #pageslide #term-id-group, #pageslide #search-button-container, #pageslide #clear-button-container {
		position: absolute;
		width: 100%;
		margin: 0;
	}
	
	#pageslide #course-id-group {
		top: 32px;
		margin-left: 2px;
	}
	
	#pageslide #section-id-group {
		top: 66px;
	}
	
	#pageslide #term-id-group {
		top: 0px;
		margin-left: 15px;
	}
	
	#pageslide #search-button-container {
		bottom: 0px;
		margin-left: 10px;
	}
	
	#pageslide #clear-button-container {
		bottom: 0px;
		margin-left: 100px;
	}
	
	#pageslide #code-input-group {
		margin: 100px 0 -90px 13px;
	}
	
	#open-sections-only-group, #course-level-group, #advanced-options-toggle-container, #second-advance-options-row, #third-advance-options-row {
		display: none;
	}
	
	#pageslide #advanced-options-section {
		border-top: none; 
	}	
		
	#pageslide #first-advanced-options-row {
		display: none;	
	}
	
	#pageslide #instructor-id-group {
		display:none;
	}
	
	#pageslide #teaching-center-group {
		margin: 98px 0 0 1px;
	}
	
	#pageslide #teaching-center-input {
		width: 140px;
	}
	
	/********************************
	*			page desc			*
	********************************/
	
	#page-desc-wrapper {
		
		background: #424242; /* Old browsers */
		background: -moz-linear-gradient(top,  #424242 0%, #000000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#000000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #424242 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #424242 0%,#000000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #424242 0%,#000000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #424242 0%,#000000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		
		padding: 8px 0px;
	}
	
	#page-desc-bar {
		overflow: hidden;
		padding: 0 7px;
	}
	
	#page-desc {
		float: left;
		padding-top: 5px;
		cursor: default;
		color: #eee;
		font-family: Serif72;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	#page-desc-bar #left-parallelogram, #page-desc-bar #right-parallelogram {
		display: none;
	}
	
	div#site-menu-container {
		display: block;
		float: right;
		line-height: 12px;
	}
	
	#site-menu-button {
		
		cursor: pointer;
		display: inline-block;
		height: 25px;
		width: 25px;
		border: 1px solid #bebebe;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		
		background: #f7f6f7; /* Old browsers */
		background: -moz-linear-gradient(top,  #f7f6f7 0%, #e6e7e7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f7), color-stop(100%,#e6e7e7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f7f6f7 0%,#e6e7e7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f7f6f7 0%,#e6e7e7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f7f6f7 0%,#e6e7e7 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f7f6f7 0%,#e6e7e7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f7', endColorstr='#e6e7e7',GradientType=0 ); /* IE6-9 */
		
	}
	
	#site-menu-button a {
		display: block;
	}
	
	/********************************
	*	course prefixes page		*
	********************************/
	
	#course-prefixes-page .course-prefix {
		border-top: 1px solid #eee;
	}
	
	#course-prefixes-page .course-prefix:first-child {
		border-top: none;
	}
	
	#course-prefixes-page .course-prefix a {
		padding: 7px;
	}
	
	#course-prefixes-page .prefix-abbrev {
		float: left;
		font-weight: bold;
	}
	
	#course-prefixes-page .prefix-name {
		display: block;
		margin-left: 60px;
	}
	
	/************************************
	*	gen-ed/core categories page		*
	************************************/
	
	#gen-ed-categories, #core-categories {
		width: 100%;
		margin: 15px 0;
	}
	
	#gen-ed-categories .category, #core-categories .category {
		width: 45% !important;
		margin: 0 0 15px 0;
	}
	
	#core-categories .category.alpha {
		clear: none;
	}
	
	#gen-ed-categories .category:nth-child(odd), #core-categories .category:nth-child(odd) {
		float: left;
		clear: both;
		margin-left: 20px;
	}
	
	#gen-ed-categories .category:nth-child(even), #core-categories .category:nth-child(even) {
		float: right;
		margin-right: 20px;
	}
	
	/****************************
	*		courses page		*
	****************************/
	
	#courses-page .course-prefix-info {
		margin-left: 7px;
		margin-right: 7px;
		padding-bottom: 5px;
	}
	
	#courses-page .course-prefix-abbr-container {
		float: left;
	}
	
	#courses-page .course-prefix-name {
		display: block;
		margin-left: 83px;
	}
	
	#courses-page .course-prefix-link, #courses-page #show-all-sections-button-wrapper {
		display: none;
	}
	
	#courses-page .course {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	#courses-page .course-id-container {
		float: left;
	}
	
	#courses-page .course-title {
		display: block;
		margin: 0 33px 0 83px;
	}
	
	#courses-page .course-action-links-container {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#courses-page .course-stats-container {
		margin: 10px 0 5px;
	}
	
	#courses-page .course-credits-group, #courses-page .core-codes-group {
		float: left;
		clear: both;
	}
	
	#courses-page .grading-method-group, #courses-page .gen-ed-codes-group {
		float: right;
	} 
	
	#courses-page fieldset.sections-fieldset > legend {
		text-align: center;
	}
	
	fieldset.sections-fieldset legend.loading {
		padding: 0 25px;
	}
	
	.sections-container {
		margin: 0 8px 10px;
	}
	
	/****************************
	*	sections container		*
	****************************/
	
	.section-id-container, .section-instructors-container, .seats-info-group, .section-day-time-group, .section-class-building-group {
		float: left !important;
	}
	
	.section-action-links-container {
		float: right !important;
	}
	
	.seats-info-group {
		clear: left !important;
	}
	
	.section-instructors-container, .section-class-building-group {
		margin-left: 10px !important;
	}
	
	.section-day-time-group {
		width: 165px !important;
	}
	
	.class-type {
		margin-left: 20px;
	}
	
	/********************************
	*		building info			*
	********************************/
	
	.building-qtip .qtip-wrapper {
		background: url(../images/mobile-building-tooltip-bg.png) no-repeat;
		background-size: 100% 100%;
	}
	
	.building-qtip, .building-qtip .qtip-wrapper, .building-qtip .qtip-contentWrapper, .building-qtip .qtip-content {
		width: 230px !important;
	}
	
	.building-info-container {
		margin: 7px 5px 22px;
	}
	
	.building-name, .building-codes, .map-links {
		margin-bottom: 10px;
	}
	
	.building-picture {
		line-height: 0;
	}
	
	.building-picture img {
		width: 200px;
		height: 150px;
		overflow: hidden;
	}
	
}

@media only screen and (min-device-width: 375px) and (max-device-width: 768px) {
	
	
	
}

@media only screen and (min-device-width: 769px) {
	
	/********************************
	*		nav menu				*
	********************************/
	
	#site-nav {
		width: 900px;
		margin: -20px auto 0;
	}
	
	#site-nav ul {
		margin-left: 29px;
		list-style: none;
	}
	
	/* remove margin-left for ie7 */
	.ie7 #site-nav ul {
		margin-left: 0px;
	}
	
	#site-nav li {
		
		position: relative;
		background: #A81919;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
		
		-moz-box-shadow: -3px 2px 8px #888;
		-webkit-box-shadow: -3px 2px 8px #888;
		box-shadow: -3px 2px 8px #888;
		
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=235, Color='#888888')";
		
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=235, Color='#888888');
		
	}
	
	#site-nav li.hover-tab {
		margin-top: -2px;
		margin-left: 14px;
		margin-right: 6px;
		
		-moz-box-shadow: -6px 4px 10px #888;
		-webkit-box-shadow: -6px 4px 10px #888;
		box-shadow: -6px 4px 10px #888;
		
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=235, Color='#888888')";
		
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=235, Color='#888888');
	}
	
	#site-nav li a {
		display: block;
		overflow: hidden;
		text-decoration: none;
		font-weight: bold;
		padding: 5px 10px;
		color: #fff;
	}
	
	#site-nav li a:before {
		content: "";
		position: absolute;
		display: block;
		z-index: 100;
		top: 0;
		left: -7px;
		width: 0;
		height: 0;
		border-bottom: 5px solid darkRed;
		border-left: 7px solid transparent;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#site-nav li a {
		float: none;
	}
	/* End IE5-Mac hack */
	
	#site-nav li.selected-tab a {
		color: #fc3;
	}
	
	#site-nav li.hover-tab a {
		padding: 10px 10px;
	}
	
	#site-nav li.hover-tab a:before {
		left: -12px;
		border-bottom: 7px solid darkRed;
		border-left: 12px solid transparent;
	}
	
	/********************************
	*		search box				*
	********************************/
	
	#search-box-wrapper {
		width: 750px;
		margin: 15px auto 0;
	}
	
	#search-box {
		height: 88px;
		border: 1px solid #ccc;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		overflow: hidden;
	}
	
	#search-box.advanced-options-section-displayed {
		/** TMODSOC-60 **/
		height: 208px;
		/** height: 148px; **/
		
	}
	
	/********************************
	*	basic options section		*
	********************************/
	
	#basic-options-section {
		margin-bottom: 12px;
	}
	
	#basic-options-section > .row, #advanced-options-section > .row {
		margin-top: 15px;
	}
	
	#term-id-group > div {
		float: right;
		margin-right: 42px;
	}
	
	#code-input-group > div {
		margin-left: 13px;
	}
	
	#search-button {
		float: right;
		margin-right: 1px;
	}
	
	/********************************
	*	advanced options section	*
	********************************/
	
	#teaching-center-group > div {
		float: right;
		margin-right: 1px;
	}
	
	/********************************
	*	advanced options toggle		*
	********************************/
	
	
	
	/********************************
	*			page desc			*
	********************************/
	
	#page-desc-wrapper {
		background: #A81919;
		margin: 15px 0;
		padding: 9px 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	#page-desc-bar {
		background: #fff;
		height: 28px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		overflow: hidden;
	}
	
	#page-desc {
		float: left;
		background: #A81919;
		color: #fff;
		font-family: serif;
		font-size: 30px;
		line-height: 30px;
		font-style: italic;
		text-transform: uppercase;
		padding: 0 9px 0 6px;
	}
	
	#page-desc-bar #left-parallelogram {
		float: left;
		background: url(../images/left-parallelogram.png) no-repeat center right;
		height: 28px;
		width: 90px;
	}
	
	#page-desc-bar #right-parallelogram {
		float: left;
		background: url(../images/right-parallelogram.png) no-repeat center left;
		height: 28px;
		width: 57px;
	}
	
	#site-menu-container {
		display: none;
	}
	
	/********************************
	*	course prefixes page		*
	********************************/
	
	/********************************
	*		core/gen-ed page		*
	********************************/
	
	/********************************
	*		my-saved-list page		*
	********************************/
	
	/********************************
	*		courses page			*
	********************************/
	
	.grading-method-group > div {
		white-space: nowrap;
	}
	
	.core-codes-group > div {
		margin-left: 30px;
		white-space: nowrap;
	}
	
	.gen-ed-codes-group > div {
		margin-left: 40px;
		cursor: text;
	}
	
	.grading-method-group > div {
		cursor: text;
	}
	
	.subcategory-qtip .qtip-contentWrapper, .subcategory-qtip .qtip-content {
		white-space: nowrap;
	}
	
	/********************************
	*		sections fieldset		*
	********************************/
	
	.sections-fieldset-container {
		max-width: 835px;
	}
	
	fieldset.sections-fieldset {
		margin-left: -15px;
		padding: 0 14px 0 9px;
	}
	
	.sections-container {
		margin: 3px 0 13px 5px;
	}
	
	/********************************
	*		building info			*
	********************************/
	
	.building-qtip .qtip-wrapper {
		background: url(../images/building-tooltip-bg.png) no-repeat;
		background-size: 100% 100%;
	}
	
	.building-qtip, .building-qtip .qtip-wrapper, .building-qtip .qtip-contentWrapper, .building-qtip .qtip-content {
		width: auto !important;
	}
	
	.building-info-container {
		margin: 18px 10px 26px;
	}
	
	.building-info {
		float: left;
	}
	
	.building-picture {
		float: right;
		line-height: 0;
		margin-left: 10px;
	}
	
	.building-name, .building-codes {
		margin-bottom: 15px;
	}
	
	.building-picture img {
		width: 150px;
		height: 113px;
		overflow: hidden;
	}
	
}

@media only screen and (min-width: 1015px) {
	
	.grading-method-group abbr:before, .gen-ed-codes-group abbr:before {
		content: attr(title);
	}
	
	.grading-method-group abbr span, .gen-ed-codes-group abbr span {
		display: none;
	}
	
}
