﻿/*
* 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 #900021; 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 #900021;}
table.bottomborder {border-bottom: 2px solid #900021;}
table.trHead {background-color: #444;}
.smallHeading {margin-top: 10px;}
.report {border: 2px solid #900021; color: #444; border-collapse: collapse; background-color: #FFF;}
.reportHeader { background-color: #FFF;}
.reportBody {color: #444;}

.classPanelInfo, .classPanelSearch {border: 2px solid #900021; background: #FFF; padding: 5px; }
.classPanelInfo { width: 480px; }
.classPanelSearch { width: 550px; }

.pageHeading {color: #900021; font-size: 140%; font-weight: bold;}
.pageTitle {color:#900021; font-size: 120%;}
.subheading {color: #900021; text-transform: capitalize;}
.attn {color: #FF0000;}
.success, .bluetext{color: #900021;}
.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 #900021; width: 100%; background-color: #EEE; padding: 5px;}
.extinfo a {background: left center url(../img/bullet_blue.png) no-repeat; padding-left: 12px; color: #900021; 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 #900021; 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 #900021;}
.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 #900021; border-top: 0;}
.cartTable .rowemptycart {text-align: center; font-style: italic; border: 2px solid #900021; padding: 10px; border-top: 0;}
.cartTable .cartcell {font-weight: normal; background: 0; border: 2px solid #900021; 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 #900021;}
.cartmenulink {text-decoration: underline; cursor: default;}
#cartExtras {background: #EEE; padding: 10px; margin-top: 35px; border: 2px solid #900021; 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 #900021; width: 450px;}
#billsummary .title {margin-bottom: 10px; margin-right: 15px;}
#billsummary .contactdiv {padding: 10px; float: left; width: 190px; border-right: 2px solid #900021;}
#billsummary .purchasediv {padding: 10px; float: right; width: 190px;}

/* Shopping cart steps control styles */
.ucCOSteps_body {border: 2px solid #900021; 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 #900021; 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: #900021 !important;
	font-weight: bold !important;
	text-transform: none;
}

div.pageTitle, div.whitebody div.pageTitle p {
	font-size: 22px !important;
	line-height: 1.2em;
	margin-bottom: .5em;	
	color: #900021 !important;
	font-weight: bold !important;
	text-transform: none;
}

div.pageHeading {
	font-size: 22px !important;
	line-height: 1.2em;
	margin-bottom: .5em;	
	color: #900021 !important;
	font-weight: bold !important;
	text-transform: none;
}

table tr td span.pageTitle {
	font-size: 22px !important;
	line-height: 1.2em;
	margin-bottom: .5em;	
	color: #900021 !important;
	font-weight: bold !important;
	text-transform: none;
}

table.extinfo a {
	font-size: 14px !important;
	background: none !important;
	padding-left: 0px !important;
	line-height: 14px !important;
	color: #900021 !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: #414042 !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: #900021;
	font-weight: bold !important;
	text-transform: capitalize;
}

td.courseCell a.courseItem:hover {
	color: #900021;
}

span.courseItem {
	color: #414042 !important;
	font-weight: bold !important;
	margin-left: 0px;
}

span.categoryDesc {
	display: block;
	width: 325px !important;
	color: #414042;
	font-weight: normal !important;
	font-style: italic;
	margin-left: 10px;
}

a.moreLink {
	margin-left: 10px;

}

span.categoryDesc img {
	margin-bottom: 5px;
}

td.defaultCategory {
	width: 325px !important;
}

td.defaultCategory a.courseItem {
	font-weight: bold !important;
	color: #900021;
	text-transform: capitalize !important;
}

td.defaultCategory a.courseItem:hover {
	color: #900021;
}

td.selectedCategory {
	background: #900021 !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: none;
	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#umSection {
	border: 1px solid #444 !important;
	width: 850px;
}

div#ctl00_ContentPlaceHolder1_pnlClass div.classPanelInfo table.class tr td table#umSection tr td {
	padding: 5px 10px 5px 10px;
	color: #900021;
}

/*** 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: #900021;
	font-weight: bold;
	text-transform: none;
}

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: #900021 !important;
	font-weight: bold !important;
	text-transform: none !important;
}

div.forgotPassword p a, div.forgotUsername p a {
	font-weight: normal !important;
	font-style: normal !important;
}

/*** BUTTONS ***/

button {
	background: #900021;
	border: none;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
}

button:hover {
	background: #900021;
	color: #FFF;
	border: none;
}

input[type=submit] {
	background: #900021;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	border: none;
}

input[type=submit]:hover {
	background: #900021;
	color: #FFF;
	border: none;
}

/*** FORMS ***/

input[type=text], input[type=password], textarea {
	border: 1px solid #26282B;
	color: #414042;
	background: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #FFF;
	border: 1px solid #26282B;
}

#umSearch input[type=text], #umSearch input[type=text]:focus {
	background: #FFF;
	color: #900021;
	border: none;
	height: 22px;
	width: 175px;
}

#umSearch input[type=image] {
	position: relative;
	top: 4px;
	left: 0px;
}

/*** 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: 13px;
	font-family: ;
	background-color: #EBE8EA;
	font-family: Trebuchet, 'Open Sans', sans-serif;
	color: #414042;
}

a, a:visited {
    color: #900021;
    text-decoration: underline;
}

a:hover {
    color: #414042;
    text-decoration: underline;
}

a.dotted, a.dotted:visited {
	border-bottom: 1px dotted #900021;
	text-decoration: none;
}

a.dotted:hover {
	border-bottom: 1px solid #414042;
	text-decoration: none;
}

a img {
    border: none;
}

.clearfix 
{ 
	display: block; 
	vertical-align:top;
} 

.clearfix:after
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/*red: #7A0019
bright red: #900021
yellow: #FFB828
bright yellow: #FFCC33
background: #EBE8EA
sidebar top: #414042333
menu bg: #ECECEC*/

#umHeadSpan {
	width: 100%;
	height: 22px;
	background-color: #FFB828;
}
#umHead {
	width: 1200px;
	height: 22px;
	margin: 0 auto 0 auto;
	position: relative;
}

#umBannerSpan {
	width: 100%;
	height: 128px;
	background-color: #7A0019;
	background: url('../img/bannerbg.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
#umBanner {
	width: 1200px;
	height: 128px;
	margin: 0 auto 0 auto;
	position: relative;
}
#umLogo {
	width: 600px;
	text-align: left;
	height: 62px;
	/*background: url('../img/logo.png');
	background-repeat: no-repeat;*/
	float: left;
	padding-top: 5px;
}
#umSearch {
	width: 250px;
	text-align: right;
	height: 32px;
	float: right;
	margin-top: 15px;
	background-color: #FFB828;
	border-radius: 5px;
	position: relative;
}

#umSearch a, #umSearch br {
	display: none;
}

#umImage {
	width: 1200px;
	height: 200px;
	margin: 0 auto 0 auto;
	position: relative;
	background: url('../img/Olli_Home_1200x200.jpg');
}

#umMain {
	width: 1200px;
	min-height: 600px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}
#umSidebar {
	width: 273px;
	min-height: 300px;
	float: left;
	margin: 10px;
}
#umSideMenu {
	background-color: #ECECEC;
}

#umSideTitle {
	height: 30px;
	background-color: #414042;
	color: #ECECEC;
	padding-left: 10px;
	padding-top: 10px;
}

#umSideMenu ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#umSideMenu ul li {
	list-style: none;
	margin: 0;
	padding: 12px 0 15px 10px;
	min-height: 13px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

#umSideMenu ul li:hover {
	background-color: #F5F5F5;
}

#umSideMenu ul li a {
	color: #414042;
	text-decoration: none;
}

#umSideMenu ul li a span {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

#umGiveOne, #umGiveTwo {
	width: 273px;
	height: 26px;
	background-color: #414042;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
	color: #ECECEC;
	padding-top: 6px;
}

#umGiveOne a, #umGiveTwo a, #umGiveTwo a:visited, #umGiveOne a:visited {
	color: #ECECEC;
	text-decoration: none;
}

#umGiveOne:hover, #umGiveTwo:hover {
	background-color: #ECECEC;
	color: #414042;
}

#umGiveOne:hover a, #umGiveTwo:hover a {
	color: #414042;
	text-decoration: none;
}

#umDates {
	margin-top: 20px;
	margin-bottom: 20px;
}

#umDates h3 {
	color: #900021;
	font-weight: normal;
	font-size: 16px;
}

#umDates ul {
	margin: 0;
	margin-left: -15px;
}

#umCancellation {
	margin-top: 20px;
	font-size: 16px;
}

#umContent {
	float: right;
	width: 900px;
	min-height: 300px;
}

#umUtility {
	width: 880px;
	height: 22px;
	margin: 0 auto 0 auto;
	color: #FFB828;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

#umUtility #top .left {
	color: #EDAA00;
}

#umUtility a, #umUtility a:visited {
	border-bottom: 1px dotted #900021;
	text-decoration: none;
}

#umUtility a:hover {
	border-bottom: 1px solid #414042;
	text-decoration: none;

}

#umCatalog {}

#umFooter {
	width: 1180px;
	min-height: 50px;
	background-color: #FFF;
	margin: 0 auto 10px auto;
	padding: 40px 10px 10px 10px;
	font-size: 11px;
}
#umFooterLeft {
	width: 500px;
	text-align: left;
	float: left;
}

#umFooterRight {
	width: 500px;
	text-align: right;
	float: right;
}

p.umAnnounce {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}

p.umAnnounceRed {
	font-size: 14px;
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}

p.umSubtitle {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 14px;
}

#umHeader, #umClick {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 16px;
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#umClick {
	cursor: pointer;
}

#umSpecial {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 12px;
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}

#umList14 li {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 13px;
}

#umList14 li {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 14px;
}

div.toggle1, div.toggle2, div.toggle3, div.toggle4, div.toggle5 {
	display: none;
}