/** Divs/classes that don't need to be displayed **/

* {
   font-family: Arial, Helvetica, sans-serif !important;
   color: #000 !important;
}

#printViewDisable {
   display: block;
}

#printViewEnable {
   display: none;
}

html {
   background: #fff;
}

body {
   margin: 0;
   padding: 0;
   background: #fff;
   width: 100%;
}

h1, h2
{
   margin: 0 !important;
   font-size: 16pt !important;
}

h4
{
	margin: 0;
	font-size: 14pt !important;
}

#header #logo, #header #headerPhoto, #subheader, .contextMenu, #logger, .yui-pg-container, #bookNowIndicator, .subjectFooter, .niftycorners, 
.leftLandingZone, .topLandingZone, #enrollmentDatesDiv, #holds_div, #grades_div, #footer
{
   display: none !important;
}

#header, .carouselPanelHeader 
{
   margin: 0;
   padding: 0;
   width: 100%;
   height: auto !important;
}

.label
{
   font-weight: bold;
}

#content 
{
   width: 100%;
}

#content, #contentWrapper
{
   background: none;
   margin: 0;
   padding: 0;
}

#content, #content .carouselPanelBody, #content #searchClassesResult, .yui-carousel-element>li 
{
	height: auto !important;
	overflow: visible !important;
	vertical-align: top;
}

#content .rightLandingZone #schedule_div .bd {
   max-height: none !important;
   overflow: visible !important;
}