html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
}
strong {
	font-weight:bold;
}
em {
	font-style: italic;
}
ol, ul {
	list-style: none;
	font-size:1.0em;
	margin-left:1.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
ul {
	list-style:square;
}
ol {
	list-style:decimal;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


a:link, a:visited {
	color:#FFFF88;
	text-decoration:none;
}

a:hover, a:active {
	color:#3399FF;
	text-decoration:none;
}

a img {
	border:0px;
}
p {
	margin-top:1em;
	margin-bottom:1em;
	font-size:1em;
}
p:first-child {
	margin-top:0px;
}

h1 {
	font-size:2.0em;
	font-weight:bold;
	padding:0.25em 0em;
	margin-bottom:0.2em;
	line-height:1.2;
	color:#FFCC00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:0.5em;
	line-height:1.1;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:0em;
	margin-bottom:0.5em;
}
h4 {
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:0.5em;
}
h5 {
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:0.5em;
}


/* form elements */
form {
	margin:0px;
	padding:0px;
}
object {
	background-color:#000;
}
fieldset {
	padding:10px;
	border:1px solid #333333;
	margin-bottom:1em;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999999;
}
input.text ,select.text, textarea.text {
	padding:2px;
	border: 1px solid #333333;
}
input.button {
	border: medium none ;
	border-collapse: collapse;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
textarea {
	font:1.0em Arial, Helvetica, sans-serif;
	padding:3px;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dotted;
}

blockquote {
	margin:0.5em 0em;
	padding:1em;
	padding-left:5em;
	background-color:#666;
	color:#FFF;
	font-size:0.9em;
	font-family:"Times New Roman", Times, serif;
}
/****** End CSS reset ******/

/****** Start Overall Layout ******/
html, body {
	height: 100%;
}
body {
	text-align:center;
	font-size:0.85em;
}

#body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -105px;
	background:url('../images/body-bg.gif') top left repeat-x #4d4d4d;
}


#header_wrapper {
	text-align:left;
	margin:0px auto;
	width:974px;
	position:relative;
}
#header {
	margin:0px;
	text-align:center;
	height:92px;
	position:relative;
	padding-top:15px;
	background-color:#FFF;
	/* background:url('../images/logo.jpg') top left no-repeat #FFF; */
}
#header-user-panel {
	margin:0em;
	padding:0em;
	padding-top:0.5em;
	font-size:0.9em;
	position:absolute;
	width:50%;
	top:5px;
	right:5px;
	text-align:right;
	color:#333333;
}
#header-user-panel a {
	color:#0066CC;
}
#header-user-panel input[type=text],#header-user-panel input[type=password] {
	width:7em;
	font-size:0.9em;
}
#header-user-panel ul {
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
	font-size:12px;
}

#header-user-panel li {
	margin:0px;
	margin-left:1em;
	padding:0px;
	display:inline;
}
#header-user-panel li a:link, #header-user-panel li a:visited {
	color:#0066CC;
}
#header-user-panel li a:hover, #header-user-panel li a:active {
	color:#6CBEE6;
}
#header-search {
	position:absolute;
	width:50%;
	top:40px;
	right:5px;
	text-align:right;
}

#app {
	width:1024px;
	margin:0px auto;
}
#wrapper {
	text-align:left;
	clear:both;
	padding:0.5em 20px;
	line-height:1.25em;
	color:#FFF;
	position:relative;
}
#print {
	position:absolute;
	top:0.8em;
	right:20px;
}
#breadcrumb {
	font-size:0.85em;
	padding-bottom:0.75em;
}
/*#wrapper .full-page {
	width:974px;
}*/
#content {
	width:600px;
	float:left;
	padding-bottom:1em;
	color:#FFF;
	margin:0px;
	padding:0px;
}
#content-1col {
	padding-bottom:1em;
	color:#FFF;
}
.col3-1 {
	width:328px;
	float:left;
}
.col3-2 {
	width:328px;
	float:left;
}
.col3-3 {
	width:328px;
	margin-left:656px;
}
.clear {
	clear:both;
	font-size:1px;
	height:0px;
}
#sidebar {
	width:360px;
	margin-left:624px;
}
#footer, #push {
	clear:both;
	height: 105px; /* .push must be the same height as .footer */
}
#footer {
	background-color:#000;

	text-align:center;
	position:relative;
}
#footer-wrapper {
	margin:0px auto;
	width:974px;
	text-align:left;
	color:#fff;
	padding:5px;
	font-size:0.8em;
}
/****** End Overall Layout *****/

/****** Start Formatting Classes ******/
.bigger {
	font-size:1.3em;
}
.small {
	font-size:0.9em;
}
.smaller {
	font-size:0.85em;
}
.center {
	text-align:center;
}
.no-border {
	border:none;
}
fieldset.no-border {
	padding:0;
	margin:0;
}
/****** End Formatting Classes ******/

/****** Course Information *****/
.relpos {
	position:relative;
}
.class-a {
	background:#FFF;
	padding:1em;
	color:#333333;
}
.class-a a:link, .class-a a:visited {
	color:#0066CC;
	text-decoration:none;
}

.class-a h1 {
	color:#000;
	font-size:1.5em;
	padding:0;
}
.class-b {
	background:#CCC;
	padding:1em;
	color:#333333;
}
.class-c {
	background:#999;
	padding:1em;
	color:#EEE;
}
.class-d {
	background:#666;
	padding:1em;
	color:#CCC;
}
.class-e, .class-normal {
	background:#4d4d4d;
	color:#FFF;
}
.class-normal-padded {
	padding:1em;
	background:#4d4d4d;
	color:#FFF;
}
.aframe {
	background:#4d4d4d;
	padding:13px;
}
.aframe-content {
	padding:0.5em 66px;
}
.class-f {
	background:#000;
	padding:1em;
	color:#CCC;
}
.space-after {
	margin-bottom:0.5em;
}
.space-before {
	margin-top:0.5em;
}


/*************************/
.course-frame h2 {
	margin:0em;
	padding-right:4em;
}

.course-frame h2 a:link .course-title, 
.course-frame h2 a:visited .course-title
{
	color:#FFFFFF;
}

.course-frame h2 a:hover .course-title, 
.course-frame h2 a:active .course-title
{
	color:#6699FF;
}

.course-frame h2 a:link .course-code, 
.course-frame h2 a:visited .course-code
{
	
}

.course-frame h2 a:hover .course-code, 
.course-frame h2 a:active .course-code
{
	
}

.course-description p {
	margin:0;
	padding:0;
}

.course-frame .course-description p {
	margin-top:0.5em;
}


.requisites h3 {
	margin-top:0em;
	margin-bottom:0.5em;
}
.requisites p {
	margin-top:0em;
	margin-bottom:1.75em;
	line-height:1.75;
	color:#eee;
}
.requisites .course-link {
	font-weight:bold;
	background:#484848;
	padding:1px 4px;
}

.course-offered-terms {
	position:absolute;
	top:5px;
	right:5px;
	list-style:none;
	padding:0px;
	margin:0px;
}
.course-offered-terms li {
	/* border:1px solid #CCC; */
	display:inline;
	font-size:9px;
	padding:0px;
	margin:0px;
	cursor:help;
}

.section-tab-container {
	position:relative;
}

.section-tab-container .dijitTabContainerTop-tabs{
	border:none;
	margin:0px;
}

.section-tab-container .dijitTab {
	background:#555;
	font-size:0.9em;
}
.section-tab-container .dijitTabChecked {
	background:#333;
	color:#FFF;
	font-size:1.15em;
	border-bottom:1px solid #333;
}
.section-tab-container .dijitTabInnerDiv {
	padding:0.25em 1em;
	border-bottom:1px solid #333;
}
.section-tab-container .dijitTabPaneWrapper {
	border:1px solid #333;
	border-top:10px solid #333;
	border-bottom:10px solid #333;
	background:#333;
}

.section-list {
	list-style:none;
	margin:0em 1em;
	padding:0;
}
.section-class {
	margin:0.75em 0em;
	margin-top:0em;
	background-color:#CCC;
	color:#333;
}
.section-group {
	background-color:#444;
	color:#FFF;
	padding:0.3em;
	font-size:1.0em;
	font-weight:bold;
}
.section-type {
	background-color:#666;
	color:#FFF;
	padding:0.1em;
	padding-left:0.3em;
	font-size:0.8em;
	font-weight:bold;
}
.section-topic {
	padding:0em 0.3em;
	font-size:0.8em;
}
.section-number {
	background-color:#888;
	position:absolute;
	top:0px;
	left:0px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	display:block;
	width:40px;
	height:16px;
	background-color:#888;
	color:#FFF;
	margin-right:0.5em;
}

.section-offered {
	position:relative;
	border-top:1px solid #AAA;
}
.section-basic {
	font-size:0.9em;
	padding-left:45px;
}
.section-enrollment {
	position:absolute;
	text-align:right;
	display:block;
	top:0em;
	right:45px;
	font-weight:bold;
	width:75px;
}
.section-full {
	color:#CC0000;
}
.section-open {

}
.section-cart-add {
	position:absolute;
	text-align:right;
	display:block;
	top:-2px;
	right:0.25em;
}
.section-detail {
	font-size:0.85em;
	padding-left: 45px;
	display:none;
}

.course-comment {
	padding:0.5em;
	font-size:0.9em;
}

#my-courses .section-detail {
	display:block;
}
.section-t {
	position:relative;
}
.section-t-d {position:absolute;left:6em;}
.section-t-dow {position:absolute;left:13em;}
.section-t-loc {position:absolute;left:20em;}
/* .offer-winter {background-color:#0066FF;color:#FFF;}
.offer-spring {background-color:#009900;color:#FFF;}
.offer-fall {background-color:#CC9900;color:#FFF;} */
/**********************/
.subject-catalogue {
	list-style:none;
	margin:0;
	padding:0;
	height:12.6em;
}
.subject-catalogue li {
	display:block;
	width:79px;
	height:1.2em;
	margin-bottom:0.2em;
}

/**********************/
#ttable thead th {
	vertical-align:bottom;
	padding-bottom:5px;
	text-align:center;
	font-size:1.1em;
	border-bottom:2px solid #DDD;
	font-weight:bold;
}
#ttable .ttable-entry {
	position:absolute;
	top:0px;
	z-index:999;
}
#ttable .ttable-entry-content {
	border:1px solid #0066CC;
	margin:0px 2px;
	background:#FFF;
	font-size:0.9em;
	line-height:0.90em;
	padding:2px;
}

/**********************/
.book-information th {
	padding:0px;
	font-weight:bold;
	border-right:1em solid #FFF;
}
.book-information td {
	padding:0px;
}
.book-price thead th {
	background-color:#333;
	color:#CCC;
	padding:0.25em;
	text-align:center;
}
.book-price tbody th {
	height:3.4em;
	color:#FFF;
	vertical-align:middle;
	padding:0.25em;
	border-bottom:1px solid #555;
}
.book-price tbody td {
	padding:0.25em;
	border-bottom:1px solid #555;
}
.book-price tbody td.book-price-b {text-align:center;vertical-align:middle;}
.book-price tbody td.book-price-c {font-size:0.85em;}

.textbook-market {
	margin:0em;
	padding:0em;
}
.textbook-market li {
	margin:0.5em 0px;
	background-color:#999;
	padding:0.5em;
	list-style:none;
	color:#EEEEEE;
}

/* ## SEARCH ## */
#search-popular {
	height:20px;
	margin-top:0.5em;
}
a.popular:link, a.popular:visited {
	color:#FFFFFF;
	text-decoration:none;
	background:#0066CC url('/courselect/images/b/b.png') repeat-x top left;
	border-top:1px solid #459ff8;
	border-right:1px solid #1872cc;
	border-bottom:1px solid #2368ae;
	border-left:1px solid #85bff8;
	padding:2px 5px;
	font-size:0.9em;
}

a.popular:hover, a.popular:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#003366;
	height:14px;
}

/* ## REGISTRATION FORM ## */
#registration-form fieldset {
	line-height:2em;
}
#registration-form label {
	display:block;
	width:100px;
	float:left;
	text-align:right;
	padding-right:0.5em;
	clear:both;
}
#registration-form .error-text {
	color:#CC0033;
}
.reg-caption {
	display:block;
	width:200px;
	position:relative;
	top:-1em;
	left:100px;
	line-height:0.8em;
	font-size:0.8em;
	color:#666666;
	padding-left:0.5em;
	line-height:1.2;
}