.block-olc {
	margin-bottom: 10px;
	clear: both;
	overflow: auto; }
	
	.block-olc .block-header {
		border: 1px #CCCCCC solid;
		padding: 5px;
		font-weight: bold;
		background: #E1E1E1 url(../images/background-grey-white.gif) repeat-x bottom; }
	
	.block-olc .block-content {
		border: 1px #BBBBBB solid;
		background-color: #EFEFEF;
		padding: 8px;
		overflow: auto; }

.block-course-list-groups,
.block-course-list { 
	margin-bottom: 10px;
	clear: both; overflow: auto; }

	.block-course-list-groups .block-header,
	.block-course-list .block-header {
		font-family: Arial, sans-serif;
		font-weight: bold;
		border-bottom: 1px #000 solid;
		margin-bottom: 5px; }
	

	.block-course-list-groups .block-content ul,
	.block-course-list .block-content ul {
		margin-left: 0px;
		margin-bottom: 5px;
	}
	.block-course-list-groups .block-content ul > li,
	.block-course-list .block-content ul > li {
		list-style-type: none;
		background-color: #FFF;
		cursor: pointer;
		border: 1px #fff solid; }
	.block-course-list-groups .block-content ul > li {
		padding: 2px 2px 2px 30px; }
	.block-course-list .block-content ul > li {
		padding: 0px 2px 2px 17px; }
	
	.block-course-list-groups .block-content ul > li {
		background: url(../images/bullet_files.gif) no-repeat 2px 4px; }
	
	.block-course-list-groups .block-content ul > li:hover,
	.block-course-list-groups .block-content ul > li.highlight,
	.block-course-list .block-content ul > li:hover {
		background-color: #FFFFDD;
		border: 1px #FFFF00 solid; }

.table-course-list { width: 100%; border-collapse: collapse; }
	.table-course-list td { padding: 4px; border-bottom: 1px #CCCCCC solid; text-align: center; vertical-align: middle; }
	.table-course-list td a { text-decoration: none; }
	.table-course-list td a:hover { text-decoration: underline; }

	
.course-bullet, .course-bullet-passed { padding-left: 17px; }
	.course-bullet { background: url(../images/bullet_arrow.gif) no-repeat 5px 7px; }
	.course-bullet-passed { background: url(../../olc/assets/images/icon_green_check_sm.gif) no-repeat 3px 5px; }
	
	h4.course-bullet { background-position: 1px 5px; }
	h4.course-bullet-passed { background-position: 1px 3px; }

.course-section-bullet-quiz {
	padding-left: 35px;
	padding-top: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	min-height: 30px;
	background: url(../../olc/assets/images/bullet_quiz.gif) no-repeat 1px 0px; }

.course-section-bullet-green, .course-section-bullet-black { padding-left: 15px; margin-bottom: 10px; }
	.course-section-bullet-green { background: url(../images/bullet_green.gif) no-repeat 1px 7px; }
	.course-section-bullet-black { background: url(../images/bullet_black.gif) no-repeat 1px 7px; }

.olc-source { font-size: 90%;}
	.olc-source .olc-source-label { float: left; padding-right: 3px; color: #555555; font-family: Arial, sans-serif; font-weight: bold; }
	.olc-source .olc-source-content { overflow: auto; color: #555555; font-family: Arial, sans-serif; }

.block-olc-credit-list { font-family: arial, sans-serif; }
	.block-olc-credit-list p { margin: 0px; line-height: 16px; }
	.block-olc-credit-list table { width: 100%; border-collapse: collapse; }
	.block-olc-credit-list table td { padding: 3px; vertical-align: middle; }
	.block-olc-credit-list table td.list-header { border: 1px #CCCCCC solid !important;	background: #E1E1E1 url(../images/background-grey-white.gif) repeat-x bottom; }
	.block-olc-credit-list table td.list-body { border-top: 1px #CCCCCC solid; }


.clsCellHeaderGradient {
	border: 1px #CCCCCC solid !important;
	background: #E1E1E1 url(../images/background-grey-white.gif) repeat-x bottom;
	vertical-align: middle;
}

.clsCellHeaderGradientYellow {
	border-bottom: 1px #CCCCCC solid !important;
	background: #FFFF90 url(../images/background-yellow-white.gif) repeat-x bottom;
	vertical-align: middle;
}

.clsCellHeaderGradientLink {
	border: 1px #CCCCCC solid !important;
	cursor: pointer;
	background: #E1E1E1 url(../images/background-grey-white.gif) repeat-x bottom;
	text-align: left;
	vertical-align: middle;
}

.clsRowBorder {
	border-bottom: 1px #DDDDDD solid;
	border-top: 1px #DDDDDD solid;
	padding: 5px;
}

.ncope-course-link {
	display: block;
	background: #fff url(../../olc/assets/images/sponsor/ncope_logo_sm.gif) no-repeat 3px 3px;
	padding: 18px 0 0 85px;
	min-height: 63px;
	border: 1px #fff solid;
	margin-bottom: 10px; } 

.ncope-course-link:hover {
	background-color: #FFFFDD;
	border: 1px #FFFF00 solid; }

