﻿/*
* There are two style sheets, but they are identical. When you make changes to one, simply select all, copy, and paste into the other stylesheet.
* The first section contains styles for the CampusCE controls and the second section contains styles for the outer shell/template/site design.
* To make changes specific to IE7 use +* in front of the style - see 'For IE7' examples in code
/*

/******************************************************************/
/*********************** CAMPUSCE CONTROLS ************************/
/******************************************************************/

/* Page layout */
#container {width: 760px; text-align: left;}
#container #top {height: 22px; width: 760px; padding-top: 20px;}
#container #top a {color: #444; text-decoration: none;}
.left {float: left;}
.right{float: right;}

.whitebody {
	background-color: #FFF;
	padding: 0 20px 20px 20px;
}

/* end page layout */

/* Sign in page styles */
.signinpane {width: 580px; margin-top: 10px; height: 250px;} /* height: hack for Netscape & Mozilla */
.signinpane .leftpane {float: left; width: 250px;}
.signinpane .rightpane {float: right; width: 310px; padding-left: 10px; border-left: 2px #444 solid;}

/* Top Nav Styles */
.onButton {text-align: center; background-color: #FFF;}
.onButtonLink {color: #8EC702;  line-height: normal; text-decoration: none;}
.offButton {text-align: center; background-color: #444;}
.offButtonLink {color: #FFF; text-decoration: none;}
.loginButton {text-align: center; background-color: #EEE; color: black; text-decoration: none;}
.cartButton {color: #FFF; background: #EEE; text-indent: 7px;}
.cartButtonFlash {color: #444;background: orange;text-indent: 7px;}
/* end top nav styles */

/* Left Nav Styles */
.leftNavHeading {margin-left: 3px;}
.leftNavBack {margin: 0;}
.leftNavHighlight {background-color: #FFF; color: #FFF;  margin-left: 3px;}
.leftNavLink {color: #FFF; text-decoration: none; margin-left: 3px;}
.leftNavSearch {color: #444; width: 88px;float: left; margin: 4px 0;}
.leftNavSearchButton {color: #FFF; background-color: #EEE;}
.searchPane {border-width: 1px; border-color: #444;}
.image {height: 1px; border: 0; margin-left: -3px;}
.smallLink {text-decoration: none;color: #444;}
#divLeftNav {float: left; width: 147px; background-color: #FFF; }
/* end left Nav Styles */

/* Category List Styles */
.catBack {border: 2px solid #444;}
.rightCatBack {border: 2px solid #444;}
.selectedCategory {color: #FFF; background-color: #444; line-height: 2em; padding-left: 10px;}
.defaultCategory {color: #444; line-height: 2em; border: none;}
.blankCategory {color: #444; line-height: 5em; border: none;}
.courseItem {color: #444; text-decoration: none;}
.courseList {color: #444; border: 2px solid #444;}
.courseSectHead {color: #444; text-decoration: underline; margin-left: 3px; vertical-align: top; height: 18px;}
.courseCell {padding-left: 12px; height: 14px; padding-bottom:3px; padding-top:3px;}
/* End Category List Styles */

/* Common */
table.menu {border-collapse: collapse;}
table.common, table.commonleft {border: solid 2px #383838; border-collapse: collapse; color: #444;}
table.common {text-align: right;}
table.search, table.class, table.accountinfo, table.payment {border-collapse: collapse; color: #444;}
table.event {border: 2px solid #383838;}
table.bottomborder {border-bottom: 2px solid #383838;}
table.trHead {background-color: #444;}
.smallHeading {margin-top: 10px;}
.report {border: 2px solid #383838; color: #444; border-collapse: collapse; background-color: #FFF;}
.reportHeader { background-color: #FFF;}
.reportBody {color: #444;}

.classPanelInfo, .classPanelSearch {border: 2px solid #383838; background: #FFF; padding: 5px; }
.classPanelInfo { width: 480px; }
.classPanelSearch { width: 550px; }

.pageHeading {color: #383838; font-size: 140%; font-weight: bold;}
.pageTitle {color:#383838; font-size: 120%;}
.subheading {color: #383838; text-transform: capitalize;}
.attn {color: #FF0000;}
.success, .bluetext{color: #383838;}
.space {height: 5em;}
.bigspace {height: 15em;}
.panel {border: solid 2px #FFF;background: #FFF; padding: 5px;}
.dropdown {width: 325px;}
.dropdown1 {width: 150px;}
.crossout {text-decoration: line-through; color: #FFF;}
.asterisk {color: #FF0000; width: 1em;}
.extinfo {border: 2px solid #383838; width: 100%; background-color: #EEE; padding: 5px;}
.extinfo a {background: left center url(../img/bullet_blue.png) no-repeat; padding-left: 12px; color: #383838; line-height: 17px; text-decoration: none;}
/* end Common */

/* Search Results */
.searchHeader {background-color: #EEE; border: solid 2px #444;}
.searchHeader a {text-decoration: none; color: #444;}
.searchHeaderText {color: #444;}
.searchBody {color: #444;}
.searchBody a {text-decoration: none; color: #444;}
.searchAltBody {background:#EEE; color: #444;}
.searchAltBody a{text-decoration: none; color: #444;}
/* end Search Results */

.featureInfo { border: 2px solid #444; width: 100%; background: #EEE; padding: 5px;}
.rightBack{background-color: #EEE;}

/* Account Info */
.content {color: #444;width: 600px;}
.content .contentTitle {height: 45px;}
.content .body {color: #444; border: 2px solid #383838; background: #EEE; padding-left: 3px;}
.content .body .title {float: none; display: block;}
.content .body .asterisk {color: #FF0000; width: 1em;}
.summary {float: none; display: block;}
.areacode, .phoneprefix, .ssn {width: 30px;}
.phonesuffix, .phoneext, .ssn4{width: 40px;}

/* Cookie crumb styles */
.ccrumb { color: #444;}
.ccrumb a { color: #444;}

/* Shopping cart table styles */
.cartTable {table-layout: fixed; width: 560px;}
.cartTable .hdr {background: #EEE; color: #444;}
.cartTable .hdrcell {border: 2px solid #383838;}
.cartTable #ucCartTable_tdCourse {width: 65%;}
.cartTable #ucCartTable_tdPrice {width: 15%;}
.cartTable #ucCartTable_tdStudent {width: 20%;}
.cartTable #ucCartTable_tdTotal, #ucCartTable_tdTax, #ucCartTable_tdSubTotal {text-align: right; margin-right: 10px;}
.cartTable #ucCartTable_tdTotalPrice, #ucCartTable_tdSubTotalPrice, #ucCartTable_tdTaxPrice {border: 2px solid #383838; border-top: 0;}
.cartTable .rowemptycart {text-align: center; font-style: italic; border: 2px solid #383838; padding: 10px; border-top: 0;}
.cartTable .cartcell {font-weight: normal; background: 0; border: 2px solid #383838; border-top: 0; padding: 5px;}
.cartTable .cartuserlink {text-decoration: underline; cursor: hand;}
#cartTableStudentMenu {position: absolute; width: 130px; padding: 10px; color: #444; background: #EEE; visibility: hidden; border: 2px solid #383838;}
.cartmenulink {text-decoration: underline; cursor: default;}
#cartExtras {background: #EEE; padding: 10px; margin-top: 35px; border: 2px solid #383838; width: 70%;}
#cartExtras .title {display: block; margin-bottom: 10px;}
#cartExtras button {margin-top: 15px; margin-left: 260px;}

#billsummary {background: #EEE; padding: 10px; margin-top: 35px; border: 2px solid #383838; width: 450px;}
#billsummary .title {margin-bottom: 10px; margin-right: 15px;}
#billsummary .contactdiv {padding: 10px; float: left; width: 190px; border-right: 2px solid #383838;}
#billsummary .purchasediv {padding: 10px; float: right; width: 190px;}

/* Shopping cart steps control styles */
.ucCOSteps_body {border: 2px solid #383838; width: 100%; background: #EEE; padding: 5px; color: #444;}
.ucCOSteps_body .curitem {background: left center url(../img/bullet_red.png) no-repeat; padding-left: 12px; line-height: 1.5em;}
.ucCOSteps_body .previtem {padding-left: 12px; line-height: 1.5em; cursor: hand; background: url(../img/bullet_blue.png) no-repeat left center; text-decoration: underline;}
.ucCOSteps_body .nextitem {padding-left: 12px; line-height: 1.5em; color: #EEE; background: url(../img/bullet_gray.png) no-repeat left center;}

/* Order receipt header styles */
.ordernumberhdr {padding: 10px; border: 2px solid #383838; background: #EEE; margin-bottom: 15px;}
.ordernumberitem {width: 100px;}
.mainTable {margin:0; vertical-align:top; text-align:left; width:605px;}
.leftNavCell {padding: 0; margin: 0; vertical-align:text-top; background-color: #FFF; width:147px;}
.error {color:#FF0000;}
.pageHeading p {margin-top:-2px;}
.TopNav {height:25px; width:596px; margin: 0;}

/******************************************************************/
/********************** CONFLICTING STYLES ************************/
/******************************************************************/

#menu, .menu {height: 22px;}
#main {padding: 10px 10px 10px 10px;}
#rightnav, .rightnav {float: right; width: 180px; margin: 30px 20px 20px 20px;}

/* START CCE OVERRIDES */

.clearfix 
{ 
	display: block; 
	vertical-align:top;
} 

.clearfix:after
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

div.pageHeading p span span {
	font-size: 22px !important;
	line-height: 1.2em;
	margin-bottom: .5em;	
	color: #444 !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

div.pageTitle, div.whitebody div.pageTitle p {
	font-size: 22px !important;
	line-height: 1.2em;
	margin-bottom: .5em;	
	color: #444 !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

div.pageHeading {
	font-size: 22px !important;
	line-height: 1.2em;
	margin-bottom: .5em;	
	color: #444 !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

table tr td span.pageTitle {
	font-size: 22px !important;
	line-height: 1.2em;
	margin-bottom: .5em;	
	color: #444 !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

table.extinfo a {
	font-size: 11px !important;
	background: none !important;
	padding-left: 0px !important;
	line-height: 11px !important;
	color: #383838 !important;
	text-decoration: none !important;
}

table.extinfo a:hover {
	text-decoration: underline !important;
}

table.extinfo tr td {
	padding-bottom: 5px !important;
	height: 20px;
	text-transform: capitalize;
}

table.extinfo {
	border: none !important;
}

td.courseList {
	width: 375px !important;
	border: none !important;
	color: #444;
}

span.courseSectHead {
	margin-left: 10px !important;
	text-decoration: none !important;
	font-weight: bold;
	color: #444 !important;
	*+margin-left: 0px !important;
	text-decoration: none !important;
	text-transform: capitalize;
}

td.courseCell a.courseItem {
	margin-left: 0px !important;
	*+margin-left: 10px !important;
	color: #383838;
	font-weight: bold !important;
	text-transform: capitalize;
}

span.courseItem {
	color: #383838 !important;
	font-weight: bold !important;
	margin-left: 10px;
}

span.categoryDesc {
	display: block;
	width: 325px !important;
	color: #6B7B86;
	font-weight: normal !important;
	font-style: italic;
}

span.categoryDesc img {
	margin-bottom: 5px;
}

td.defaultCategory {
	width: 325px !important;
}

td.defaultCategory a.courseItem {
	font-weight: bold !important;
	color: #383838;
	text-transform: capitalize !important;
}

td.selectedCategory {
	background: #383838 !important;
	text-align: center !important;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 0 !important;
}

div#billsummary {
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 20px;
}

div#rightnav p {
  display: none;
}

div#rightnav {
  font-size: 12px;
}

table {
	border: none !important;
}

div.attn {
	text-transform: uppercase;
	color: #E12F3C;
	font-weight: bold;
}

/* END CCE SPECIAL OVERRIDES */

.cceLogo {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-bottom: 25px;
	color: #EEE;
}

/*** SECTION TEMPLATE ****/

div#ctl00_ContentPlaceHolder1_pnlClass {
	border: none !important;

}

div#ctl00_ContentPlaceHolder1_pnlClass div.classPanelInfo {
	border: none !important;
	width: 850px;
}

div#ctl00_ContentPlaceHolder1_pnlClass div.classPanelInfo table.class {
	border: none !important;
	width: 850px;
}

div.classPanelInfo table.class tr td {
	border: none !important;
}

div#ctl00_ContentPlaceHolder1_pnlClass div.classPanelInfo table.class tr td table#ceSection {
	border: 1px solid #444 !important;
	width: 850px;
}

div#ctl00_ContentPlaceHolder1_pnlClass div.classPanelInfo table.class tr td table#ceSection tr td {
	padding: 5px 10px 5px 10px;
	color: #383838;
}

/*** SIGN IN PAGE ***/

div.signinpane {
	width: 650px;
}

div.signinpane table {
	width: 310px;
	border: none;
	padding: 20px 0 30px 0 !important;
	margin: 0 !important;

}

div.signinpane table tr td {
	text-align: left;
	padding: 5px 0 5px 0; 
}

div.signinpane div.leftpane {
	width: 310px;
	height: 275px;
	border: none;
}

div.signinpane div.rightpane {
	width: 310px;
	height: 275px;
	border: none;
}

div.signinpane {
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
}

div.signinpane a {
	font-weight: normal;
	text-transform: capitalize;
}

div.signinpane button {
	position: relative;
	left: -10px;
}

div.signinpane input[type=submit] {
	position: relative;
	left: -50px;
}

div.signinpane div.pageTitle {
	font-size: 18px !important;
}

/*** RECOVER USERNAME/PASSWORD ***/

table.common tr td {
	color: #383838 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

div.forgotPassword p a, div.forgotUsername p a {
	font-weight: normal !important;
	font-style: normal !important;
}

/*** BUTTONS ***/

button {
	background: #444;
	border: none;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
}

button:hover {
	background: #383838;
	color: #FFF;
	border: none;
}

input[type=submit] {
	background: #444;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	border: none;
}

input[type=submit]:hover {
	background: #383838;
	color: #FFF;
	border: none;
}

/*** FORMS ***/

input[type=text], input[type=password], textarea {
	border: 1px solid #26282B;
	color: #333;
	background: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #FFF;
	border: 1px solid #26282B;
}

#evSearch input[type=text], #ncSearch input[type=text]:focus {
	background: #FFF;
	color: #383838;
	border: none;
	height: 21px;
	width: 175px;
}

#evSearch input[type=image] {
	position: relative;
	top: 4px;
	left: 3px;
}

/*** CREATE NEW ACCOUNT ***/

div.content div.body span.title {
	display: none !important;
}

table.accountinfo {
	border: none !important;
}

div.content {
	width: 650px !important;
}

input.areacode, input.phoneprefix {
	width: 25px !important;
}

input.phonesuffix, input.phoneext {
	width: 37px !important;
}

input.phonesuffix, input.phoneext {
	margin-left: 0 !important;
}

/********************* SCHOOL SPECIFIC ***************************/

body {
	padding: 0px; 
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFF;
	color: #444;
}

a, a:visited {
    color: #990000;
    text-decoration: none;
}

a:hover {
    color: #FF4400;
    text-decoration: underline;
}

a img {
    border: none;
}

.clearfix 
{ 
	display: block; 
	vertical-align:top;
} 

.clearfix:after
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#evHeadSpan {
	width: 100%;
	height: 100px;
	background: #BB0000;
	border-bottom: 1px solid #CC0000;
}
#evHead {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
}
#evLeft {
	float: left;
	display: block;
	position: relative;
	width: 350px;
}
#evLogo {
	width: 300px;
	height: 75px;
	position: relative;
	display: block;
	top: 20px;
}

#evRight {
	float: right;
	display: block;
	position: relative;
	width: 610px;
}

#evLinks {
	position: relative;
	display: block;
	top: 20px;
	float: right;
}

#evLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
	position: relative;
}

#evLinks ul li {
	display: inline;
	font-size: 11px;
	padding: 5px 7px;
	margin-left: -3px;
}

#evLinks ul li:hover {
	background: #990000;
}

#evLinks ul li:last-child {
	padding-right: none;
}

#evLinks ul li a, #evLinks ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#evLinks ul li a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#evSearch {
	width: 275px;
	text-align: right;
	position: relative;
	display: block;
	float: right;
	top: 50px;
	left: 225px;
}

#evSearch a, #evSearch br {
	display: none;
}

#evMenuSpan {
	width: 100%;
	height: 40px;
	background: #A90000;
	border-bottom: 1px solid #770000;
}
#evMenu {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
}

#evMenu ul {
	padding: 0;
	list-style: none;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 940px;
	margin: 0 auto 0 auto;
}

#evMenu ul li {
	display: inline;
	font-size: 14px;
	padding: 10px 25px;
	border-right: 1px solid #770000;
	position: relative;
	top: 13px;
	margin-left: -5px !important;
}

#evMenu ul li:hover {
	background: #770000;
}

#evMenu ul li:last-child {
	border-right: none;
}

#evMenu ul li a, #evMenu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#evMenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

#evMain {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 600px;
}
#evUtility {
	display: block;
	position: relative;
	width: 960px;
	margin: 10px auto 0 auto;
	height: 25px;
	color: #FFF;
	font-weight: bold;
}

#evUtility #top .left {
	color: #444;
}

#evUtility a:link, #evUtility a:visited {
	text-decoration: none;
	color: #990000;
	padding: 0px 0px 0px 0px;
}

#evUtility a:hover {
	color: #FF4400;
	text-decoration: underline;
}

#evCatalog {}

#evFootSpan {
	width: 100%;
	height: 400px;
	background: #444444;
}
#evFoot {
	display: block;
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
}
#evFootBlock1 {display: none;}
#evFootBlock2 {display: none;}
#evFootBlock3 {display: none;}

#evCopyrightMain {display: none;}

#evCopyright {
	text-align: center;
	width: 500px;
	margin: 0 auto 0 auto;
	position: relative;
	font-size: 11px;
	color: #FFF;
	padding-top: 50px;
}

/****** FOR CATALOG STYLE *******/


@media only screen {.categoryColumn {width: 31%;} /* 3 Column ***/}
.categoryColumn {/*font-size: 120%;*/ margin-bottom: 1%;}
.categoryColumn ul li ul li {display: none;}
.categoryColumn ul, .categoryColumn ul li {display: none;}
.categoryColumn ul li a, .categoryColumn ul li a:visited {display:none;}
.categoryColumn ul li a:hover {display:none;}

.categoryColumn img {
	height: 129px;
}

img#ctl00_ContentPlaceHolder1_imgCat {
	visibility: hidden;
}

#ctl00_ContentPlaceHolder1_ucBC_lnkCatalog, #ctl00_ContentPlaceHolder1_ucBC_Label1, #ctl00_ContentPlaceHolder1_ucBC_lnkPCat, #ctl00_ContentPlaceHolder1_ucBC_Label2, #ctl00_ContentPlaceHolder1_ucBC_lnkMCat, #ctl00_ContentPlaceHolder1_CookieCrumb_cookieCrumbDiv, #ctl00_ContentPlaceHolder1_Uccookiecrumb_cookieCrumbDiv, .ccrumb {
	display: none;
}

tr.reportBody td:nth-of-type(4) a, a[aria-disabled="true"], 
tr.reportBody td:nth-of-type(4) a:visited, a[aria-disabled="true"]:visited {
	color: currentColor;
  	cursor: not-allowed;
  	text-decoration: none;
  	pointer-events: none;
}