@charset "utf-8";
/* CSS Document */

/* FROM SB.COM */

/* Styles for course information tabs on 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;
}

/* 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(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(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;
}
}
