/* Top of Fold */
.tofContainer {
	height:190px;
	}
.tofDepartmentContainer {
	background:url(../img/cpdTitle.gif) top left #fff no-repeat;
	}
.loginBg {
	background-color:#F2F2D9;
	float:right;
	font-size:.75em;
	padding:5px 10px 5px 20px;
	height:42px;
	width:220px;
	}
.loginBg label {
	display:block;
	float:left;
	margin:0px 0px 2px 0px;
	width:95px;
	}
.loginInput {
	display:block;
	height:15px;
	float:left;
	margin:0px 5px 2px 0px;
	width:85px;
	}
.logInButton {
	float:right;
	margin:2px 0px 0px 0px;
	height:17px;
	width:17px;
	}
.loginHelp {
	position:absolute;
	top:80px;
	}
.welcome {
	padding:3px 0px 0px 0px;
	text-align:right;
	}
.fontSize75 {
	font-size:.75em;
	}
.padding15 {
	padding:15px;
	}
.italic {
	font-style:italic;
	}
.noWrap {
	white-space:nowrap;
	}
a.tofMore:link, a.tofMore:hover, a.tofMore:visited, 
a.tofClose:link, a.tofClose:hover, a.tofClose:visited {
	margin:170px 0px 0px 10px;
	}

/* Fold */
div.foldInnerBorders {
	border-right-width:0px;
	}
/* End Fold */	
	

	
/* Bottom of Fold */
.bof {
    background:url(/element/img/leftBorder.gif) repeat-y top left;
	}
.bofMiddleColumn {
	background-image:none;
	font-size:.7em;
	line-height:1.5em;
	padding:15px;
	}
.bofMiddleColumn a:link, .bofMiddleColumn a:hover, .bofMiddleColumn a:visited {
	font-weight:700;
	}
.bofMiddleColumnRow {
	margin:0px 0px 5px 0px;
	}
.bofMiddleColumnRow a:link, .bofMiddleColumnRow a:hover, .bofMiddleColumnRow a:visited {
	text-decoration:none;
	font-weight:500;
	}
.bofMiddleColumnRow a:hover {
	text-decoration:underline;
	}
.middleColumnAd {
	display:block;
	float:left;
	margin:3px 10px 0px 0px;
	}
/* End Bottom of Fold */



/* Course Schedule */
#courseSchedule, #courseScheduleWide {
	float:left;
	margin:15px 0px 15px 8px;
	width:570px;
	}
#courseScheduleWide {
	width:770px;
	}
#courseSchedule td, #courseScheduleWide td {
	padding:2px 5px;
	}
#courseSchedule td, #courseScheduleWide td {
	font-size:.75em;
	}
.courseScheduleHeader {
	float:left;
	background-color:#540115;
	font-size:.8em;
	color:#fff;
	width:795px;
	}
.courseInfoHeader {
	float:left;
	padding:2px 15px;
	width:300px;
	}
.courseDepartmentRow {
	background-color:#ccc;
	font-weight:700;
	}
.courseTitleRow {
	background-color:#eeefcc;
	font-weight:700;
	padding:8px 0px 3px 0px;
	}
.courseDivider {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#cc6;
	height:1px;
	overflow:hidden;
	margin:10px -5px;
	}
.dateColumn, .locationColumn, .timeColumn, .feeColumn, .scButtonColumn {
	font-style:italic;
	border-bottom:1px solid #ccc;
	}
.dateColumn {
	width:125px;
	}
.locationColumn {
	width:132px;
	}
.timeColumn {
	width:133px;
	}
.feeColumn {
	width:80px;
	}
.scButtonColumn {
	width:100px;
	}
.shoppingCart {
	 background-color:#edefc8;
	 float:right;
	 font-size:.7em;
	 overflow:hidden;
	 padding:5px;
	 width:185px;
	 }
.shoppingCartHeader {
	width:195px;
	float:right;
	border-left:1px solid #cc6;
	padding:2px 0px;
	text-align:center;
	}
.shoppingCartCourse {
	padding:5px 0px;
	font-weight:700;
	}
a.remove:link, a.remove:hover, a.remove:visited {
	display:block;
	background:url(../img/remove.gif) top left no-repeat;
	height:13px;
	float:right;
	width:25px;
	}
a.remove:hover {
	background:url(../img/removeOver.gif) top left no-repeat;
	}
a.beginReg:link, a.beginReg:hover, a.beginReg:visited {
	display:block;
	background:url(../img/beginReg.gif) top left no-repeat;
	height:19px;
	width:131px;
	margin:30px auto 5px auto;
	}
a.beginRegLarge:link, a.beginRegLarge:hover, a.beginRegLarge:visited {
	background:url(../img/beginRegLarge.gif) top left no-repeat;
	display:block;
	height:31px;
	margin:20px auto;
	width:211px;
	}
a.beginReg:hover {
	background:url(../img/beginRegOver.gif) top left no-repeat;
	}	
a.beginRegLarge:hover {
	background:url(../img/beginRegLargeOver.gif) top left no-repeat;
	}		
a.addToCart:link, a.addToCart:hover, a.addToCart:visited,
a.notifyMe:link, a.notifyMe:hover, a.notifyMe:visited {
	display:block;
	background:url(../img/addToCart.gif) top left no-repeat;
	float:right;
	height:19px;
	width:91px;
	}
a.addToCart:hover {
	background:url(../img/addToCartOver.gif) top left no-repeat;
	}
a.notifyMe:link, a.notifyMe:hover, a.notifyMe:visited {
	background:url(../img/notifyMe.gif) top left no-repeat;
	}
a.notifyMe:hover {
	background:url(../img/notifyMeOver.gif) top left no-repeat;
	}
/* End Course Schedule */


/* Debug Box for charlie */
div.debugBox {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 200px;
	height:200px;
	overflow:scroll;
	border: 1px solid black;
	background-color: white;
	font-size: 7pt;
	}
/* End Debug Box for charlie */
