@charset "utf-8";
/* FROM SB.COM */


/* -----------------NEW TAB STYLES 12/08--------------- */

#jquerytabs { width:768px; margin-left:16px; margin-bottom:15px; }



/* Styles for main curriculum pages - Apex, Oracle etc. */
.main h3 { 		
		margin:5px 0 0;
		padding:0;
		font-size:14px;
		font-weight:normal;
		color:#00426a;
}

/* Class and Webinar Calendar tab */
.main #details { padding-left:2%; }
table.classcalendar { width:98%; margin-top:10px; border:1px solid #ccc; border-collapse:collapse; }
.classcalendar th { background-color:#ca7025; font-weight:bold; color:#fff; }
.classcalendar th, 
.classcalendar td { font-size:11px; }
.classcalendar td { font-weight:normal; padding:3px 0; border:1px solid #ccc; }
.classcalendar th.left,
.classcalendar td.left { text-align:left; padding-left:5px; }

div#videofeature { margin-top:20px; padding-bottom:20px; }
div.videofeature { display:block; float:left; padding:10px 0 0 90px; }

.main #cancel { padding-top:5px; }
.main #instructors { width:160px; }

/* All Classes tab */
.main #country2 { padding-left:2%; padding-bottom:15px; }
.main #country2 p { margin-top:6px; width:60%; }

table.allclasses { width:98%; margin:10px 0 0; border:1px solid #ccc; border-collapse:collapse; }
.allclasses th { background-color:#ca7025; font-weight:bold; color:#fff; }
.allclasses th, 
.allclasses td { font-size:11px; }
.allclasses td { font-weight:normal; padding:3px 0; border:1px solid #ccc; }
.allclasses th.left,
.allclasses td.left { text-align:left; padding-left:5px; }

/* Recorded Classes and Webinars */
.main #country3 { padding-left:2%; padding-bottom:15px; }
table.recordings { width:98%; margin-top:10px; border:1px solid #ccc; border-collapse:collapse; }
.recordings th { background-color:#ca7025; font-weight:bold; color:#fff; }
.recordings th, 
.recordings td { font-size:11px; }
.recordings td { font-weight:normal; padding:3px 0; border:1px solid #ccc; }
.recordings th.left,
.recordings td.left { text-align:left; padding-left:5px; }

/* Tutorials tab */
.main #country4,
.consulting #country4 { padding-bottom:20px; }
	.main #country4 h3 { 
		margin:20px 0 0 50px;
		width:500px;
	}
	.main #country4 p {
		margin:10px 0 0 50px;
		width:500px;
	}
	.main #country4 p a { color:#ca7025; font-weight:bold; }
	 
/* -------------End Main Curriculum Page Styles ---------------*/


/* --------Styles for tabs on individual course pages--------- */
#course-content {
	display:block;
	width:699px;
	margin-bottom:20px;
	border:1px solid #ca7025;
	}
	#course-content h2 {
		margin:3px 0 0;
		padding:0;
		font-size:14px;
		font-weight:normal;
		color:#000;
	}
	#course-content h3 {
		margin:20px 0 0;
		padding:0;
		font-size:14px;
		font-weight:normal;
		color:#00426a;
}

/* Two-column layout -------------------------- */

#details { 
	padding-bottom:10px; 
	}
	#details div.left {
		display:block;
		float:left;
		width:437px;
		padding:15px 0 10px 25px;
	}
	#details div.right {
		display:block;
		float:right;
		width:200px;
		padding:20px 25px 10px 0;
}

.apexfund #details div.left { width:537px; }
.apexfund #details div.right { width:100px; }

/* Offer if eligible ---------------------------- */

#offer {
	display:block;
	width:310px;
	margin:8px 0 8px 0;
	padding-top:0;
	line-height:1.3em;
}
#offer .boldorange { font-size:14px; }

#instr-cost table {
	font-size:14px;
	}
	
	/* --Styles for discounted tuition table-- */
	#instr-cost table.cost { width:300px; }
	#instr-cost .cost .left { width:50%; text-align:left; margin:0; padding:3px 0; }
	#instr-cost .cost .right { width:50%; text-align:right; margin:0; padding:3px 0; }
	#discount td { }
	#total td { border-top:1px solid #999; font-weight:bold; color:#ca7025; }


/* ----------Class schedule table------------- */

#schedule table { 
	margin:5px 0 0 -5px; 
	border-collapse:collapse;
	border:none;
	}
	#schedule th, #schedule td {
		text-align:left;
		padding:1px 0 1px 5px;
		vertical-align:middle;
		font-size:12px;
	}
	#schedule td {
		border:1px solid #999;
	}
	#schedule td a:link { color:#ca7025; font-weight:bold; text-decoration:none; }
	#schedule td a:visited { color:#ca7025; font-weight:bold; text-decoration:none; }
	#schedule td a:hover { color:#333; font-weight:bold; text-decoration:underline; }
	#schedule td a:active { color:#ca7025; font-weight:bold; text-decoration:none; }

/* Class includes section-------------------- */

#includes {
	line-height:130%;
	}
	#includes ul { 
		list-style-type:disc;
		list-style-position:outside;
		margin-top:2px;
	}
	#includes li { 
		margin-left:14px;
}

/* Instructor video intro------------------- */

#intro-movie { 
	display:block;
	margin-top:10px;
	width:200px;
	text-align:center;
	vertical-align:middle;
}
.bestofplsql #intro-movie {
	margin-top:0;
}

/* Cancelation policy ---------------------- */

#cancel {
	display:block;
	margin:0;
	padding:0;
}
#cancel h3 {
	margin:12px 0 0 10px;
	font-size:12px;
	display:block;
	text-indent:-10px;
	}
	#cancel a {
		text-decoration:none;
}

/* Technical requirements------------------- */

#tech-reqs {
	display:block;
	margin:0;
	padding:0;
}
#tech-reqs h3 {
	margin:5px 0 0 10px;
	font-size:12px;
	display:block;
	text-indent:-10px;
	}
	#tech-reqs a {
		text-decoration:none;
}	



/* Topic Outline tab----------------------- */

.bestofplsql #topics { 
	padding-top:15px;
}
#topics p {
	margin:0 50px 10px 30px;
}
.bestofplsql #topics ul {
	margin:0 50px 20px 30px;
}
.bestofplsql #topics li {
	margin-top:4px;
}

#topics ol, #topics ul, #topics li {
	line-height:1.3em;
	}
	#topics ol {
		margin:20px 0 10px 50px;
		}
		#topics ol li {
			margin-top:4px;
			font-weight:bold;
			}
			#topics ol li ul {
				margin:0 0 4px 20px;
				list-style:disc outside;
			}
			#topics ol li ul li {
				font-weight:normal;
			}
	#topics ul { 
		list-style:none;
		margin:20px 0 10px 50px;
		}		
		#topics ul li {
			margin-top:0px;
			font-weight:bold;		
			}
			#topics ul li ul {
				margin:0 0 4px 20px;
				list-style:disc outside;
				}
				#topics ul li ul li {
					font-weight:normal;
				}


/* Prerequisites tab----------------------- */

#prereqs {}
	#prereqs h3 { 
		margin:20px 0 0 50px;
	}
	#prereqs p {
		margin:10px 0 20px 50px;
		width:500px;
} 

/* Student Reviews tab-------------------- */

#reviews { 
	width:475px;
	float:left;
	padding:0 0 20px 0;
	}
	#reviews h3 {
		margin-left:30px;
		font-size:11px;
	}
	#reviews h4 {
		margin:20px 0 0 30px;
		font-size:12px;
		font-weight:normal;
	}
	p.citation {
		margin:2px 0 0 80px;
		font-size:11px;
		font-style:italic;
}
#ratings { 
	width:150px;
	float:left;
	margin:20px 0 0 50px;
	padding:0 0 0 10px;
	text-align:center;
	}
	#ratings img {
		display:block;
		width:95px;
		margin:0;
		padding:5px 0 0 0;
	}
	#ratings h4 {
		margin:0;
		padding:0;
		width:95px;
		font-size:12px;
		font-weight:bold;
	}
	#ratings p { 
		width:95px;
		font-size:11px;
}

/* --------------Tab structure------------ */

.shadetabs {
	display:block;
	padding:0;
	margin:0;
	height:25px;
	font:bold 12px Arial; /* tab labels */
	list-style-type:none;
	text-align:center; /* align tab labels */
}

ul.shadetabs {
	width:700px;
	display:block;
	margin-left:1px;
	}
	.shadetabs li {
		display:block;
		float:left;
		width:172px;
		margin:0 3px 0 0;
		padding:0;
		height:25px;
	}
	.shadetabs li a {
		position:relative;
		display:inline-block;
		width:172px;
		height:25px;
		text-align:center;
		z-index:1;
		padding:4px 0 0;
		margin:0;
		color:#fff;
		text-decoration:none;
		border:none;
		background-image:url(/images/new/gray-tab-172.png);
		background-repeat:no-repeat;
	}
		.shadetabs li a:visited {
			color:#fff;
			display:inline-block;
		}
		.shadetabs li a:hover {
			text-decoration:underline;
			display:inline-block;
			color:#2d2b2b;
		}
		.shadetabs li a.selected { /*selected main tab style */
			display:inline-block;
			background-image:url(/images/new/tab-orange-172.png);
			background-repeat:no-repeat;
		}
		.shadetabs li a.selected:hover { /*selected main tab style */
			text-decoration:none;
			display:inline-block;
}

.customtabs { 
	border:1px solid #ca7025;
	display:inline-block;
}

.tabcontent {
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* -----------------Video Launch Pages--------------- */

.video #details { 
	padding-bottom:10px; 
	}
	.video #details div.left {
		display:block;
		float:left;
		width:200px;
		padding:15px 0 10px 0;
		margin:0 0 0 20px;
	}
	.video #details div.right {
		display:block;
		float:right;
		width:440px;
		padding:20px 0 10px 0;
		margin:0 20px 0 0;
}
#videoinfo { 
	display:block;
	width:200px;
}
#videoinfo p {
	font-size:11px;
	width:200px;
}

#videoheader.medium { width:400px; margin:30px 0 0 20px; }
#videoheader p { font-size:11px; }
#videoplayer.medium { width:400px; margin:10px 0 0 20px; border:1px solid #ccc; }
#videoplayer.wide { width:660px; margin:10px 0 0 25px; padding-bottom:15px; }
#videoplayer ul { margin:15px 0 0 25px; list-style:none; }
#videoplayer h3 { color:#ca7025; font-weight:bold; }
#videoplayer li { font-size:14px; margin-top:6px; }
#videoplayer li:first-child { margin-top:0; }
#videoplayer li a { color:#00426a; }
#videocaption.wide { width:698px; padding:8px 0 0; }
#videocaption.medium { width:400px; margin:12px 0 0 20px; }
#videocaption p { font-size:11px; }