#coursetabs {

	width: 100%;
	display: block;
}


#main_div_area {

	width: 99%;
	height: 100%;
	font-family: Arial, sans-serif;
	
}

#tabs_layer {

	width: 99%;
	
}

#tabs_layer_subbing {
	
	margin-top: 2px;
	
}
	

.content_layer {

	background: white;
	width: 98%;
	border: 1px solid #AAAAAA;

}

.content_text {

	padding-left: 1em;
	padding-right: .5em;
	padding-top: 1em;

	height: 250px;

	border-bottom: 1px dashed #CAD0E4;

}

.ct_container {

	height: 250px; 
	overflow: auto;

}

.ct_header {

	color: #666; 
	font-size: 10pt;

}

.ct_overview_text {

	width: 100%;
	margin-top: 70px;
	text-align: center;

}

#content_layer_overview {

}

#content_layer_grade_9 {

	display: block;

}

#content_layer_grade_10 {

	display: block;

}

#content_layer_grade_11 {

	display: block;

}

#content_layer_grade_12 {

	display: block;

}


a.tabs, a.tabs:visited {

	background-color: #f0f0f0;

	border: 1px solid #000000;

	border-bottom: 0px;

	padding: 2px .5em 2px 5px;

	position: relative;

	text-decoration: none;

	top: 0px;

	right: -10px;

	color: #333333;

}

a.tabs:hover {
	
	background-color: #204F9F;
	
	border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
	
	color: white;

}

#inner_menu { 

	float: left;

	width: 150px;

	height: 250px;

	background: #CFCFCF;

	border-right: 1px solid #999999;

	overflow: auto;

}

a.inner_menu, a.inner_menu:visited {

	font-family: "MS Serif", "New York", serif;
	text-decoration: none;
	color: #2E00AC;
	font-size: 10pt;
	
	display: block;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	
	padding: 2px;
	background: white;
	
	margin-bottom: 2px;
	

	
}

a.inner_menu:hover {

	color: white;
	background: #204F9F;
	
}

.h_courses {

	color: #333;
	text-align: center;

	font-size: 10pt;
	text-transform: capitalize;
	
}
