.shadetabs{

padding: 3px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font:  13px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
z-index: 0;

}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 3px;
	bottom: 2px;
}


.shadetabs li a:visited{
width: 89px;
color: #fff;

}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
text-decoration: none;
position: relative;
z-index: 0;
padding: 5px;
padding-left: 8px;
padding-right: 8px;
margin-right: 3px;
color: #fff;
bottom: 2px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #fff;
font-weight: bold;
}

.tabcontent{
	

}

.tabcontent #course_content {
	float: left;
	width: 785px;
	padding: 10px;	
	padding-bottom: 20px;
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#course_content a {
	color: blue;
}

#course_content a:hover {
	color: blue;
	text-decoration: underline;
}

.tabcontent_normal #course_content #content_title {
	font-size: 13px;
	color: red;
}

#progressbar {
	font-size: 12px;
}