table.elearning{
	width:100%;
	
	
	border-collapse:collapse;
	
}
table.elearning td{
	padding:6px;
	margin:0px;
	border-bottom:#eee dotted 1px;
	border-right:#eee dotted 1px;
}
table.elearning .right{
text-align:right;
}
table.elearning th{
	text-align:left;
	color:#fff;
	padding:8px;
	font-weight:bold;
	background-color:#333;
	border-color:#333;
}
table.elearning tr:nth-child(even) {background: #D4D4D4}
table.elearning tr:nth-child(odd) {background: #FFF}

.courseform{
}

.tabs
{
	width:100%;
	
}
.tabs td{
padding:10px;
	text-align:center;
	border-bottom:1px #09F solid;
	border-top:1px #09F solid;
	margin:0;
}
.tabs td a{
	font-weight:bold;
	text-decoration:none;
	color:#06F;
}
.tabs td a:hover{
 	text-decoration:underline;
}
.tabs td a.active{
	color:#03F;
	text-decoration:underline;
}
.searchform{
}

.courselist{
	
}
.courselist td.inactive{
color:#999;
}

	
	.sectionlist li{
	margin-bottom:0.5em;
	}
	
/* styles defined after 8/2015*/

.elearningcontentdiv{
	width:100%;
	}

.courselist-left{
	
}
div.categoryheader{
width:100%;
clear:both;
float:left;
margin-top:20px;
	}
	.categoryheader h2{
		width:100%;
		font-size:16px;
	}	
span.coursecount{
font-size: 14px; text-align:right;
float:right;
	}
div.courseitem{
	clear:both;
}
div.courseitemcoverpicture{
	margin-right:15px;
	width:190px;
	overflow:hidden;
	}
	
div.courseitemcoverpicture,
div.courseiteminfo
{
	float:left;
	clear:none;
}
.courseiteminfo h2{
	font-size:14px;
	}