@charset "utf-8";
/* CSS Document */
body{
	margin-bottom: 20px;
}

#course_layout_page_content{
	width:600px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:8px;
	color: #000;
}
#selectTopic{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:120px;
}
#other_courses{
	font-size:14px;
	text-align:center;	
}
#other_courses a, #other_courses a:visited{
	text-decoration:none;
	font-weight:bold;
	/*color:#FD7D0B;*/
	color: #055789;
}
#other_courses a:hover, #other_courses a:active{
	text-decoration:none;
	/*color:#045789;*/
	color: #5B0346;
}

.other_courses a{
	color: #055789 !important;
}

.other_courses a:hover{
	color: #5B0346 !important;
}

#inform_p{
	text-align:center;
	margin-bottom:2px;
	margin-top:0px;
}
#how_to a{
	
}
#course_layout{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	border-collapse:collapse;
	padding:0px;
	margin:0px;	
}
#course_layout td{
	vertical-align:middle;
	border:thin;
	border-style:solid;
	border-color:#2A72A2;
}
.courseTable_header{
	background-color:#055789;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	padding-top:1px;
	padding-bottom: 1px;
	margin-top:0px;
	margin-bottom:0px;
}
.course_header{
	background-color:#E5E5E5;
	color:#000000;
	text-align:center;
	padding:4px;
	margin:0px;
	border:none;
}
.course_td{
	padding:0px;
	margin:0px;
}
.course{
	width:100%;
	height:100%;
	display:table;
	margin:0px;
	padding:0px;
}
.course a, .course a:visited{
	text-decoration:none;
	color:#000000;
	width:100%;
	height:100%;
}
.course a:hover, .course a:active{
	text-decoration:underline;
	color:#5B0346;
}
.course_img_lt{
	display:table-cell;
	vertical-align:middle;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#2A72A2;
	border-bottom:none;
	border-left:none;
	border-top:none;
	padding:0px;
	margin:0px;
}
.course_img_lt img{
	padding:2px;
}
.course_name{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	font-size:13px;
	padding-left:6px;
	padding-right:4px;
	font-weight:bold;
}
#course_layout .course_header a, #course_layout .course_header a:visited{
	color:#000000;
	display:inline;
	
}
#course_layout .course_header a:hover, #course_layout .course_header a:active{
	color:#5B0346;
	text-decoration:underline;
}
#course_layout .anchor_tag{
	display:inline;
}
#course_layout .approvals, #course_layout .approvals:visited{
	font-size:8px;	
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	
}
#course_layout .approvals:hover, #course_layout .approvals:active{
	font-size:8px;
	color:#095C8D;
	text-decoration:underline;
}
.lower_page_text{
	padding-bottom:0px;
	margin-bottom:0px;
}
.approved_table{
	border:thin;
	border-style:solid;
	border-color:#d19eb2;
}
body .newcontentsadded-inner{
	font-size: 16px;
}
