@charset "utf-8";
/*----------------------------- course listing tabs -------------------------------*/
	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height:34px; /*--Set height of tabs--*/
	width: 100%;
	border-bottom:6px solid #5C8CCB;
	clear:both;
}
ul.tabs li {
	float: left;
	margin: 0;
	height: 18px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 20px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;/*width:190px;*/
	width:auto;
	background:#C4DBF4;
	padding: 8px 20px;
	margin-right:1px;
	float: left;
	text-decoration: none;
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif;
	/*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
		-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;/*  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
		box-shadow: 0 2px 2px rgba(0,0,0,.4);	*/
}
ul.tabs li a {
	text-decoration: none;
	color:#fff;
	display: block;
	font-size: 12px;
	/* border: 1px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
	 outline: none;
	height:31px;
}
ul.tabs li a:hover {
	color:#1350a0;
}
html ul.tabs li.active {
	color:#fff !important;
	background: #5C8CCB;
}
html ul.tabs li.active a:hover {
	color:#fff
}
html ul.tabs li.last {
	padding: 8px 0px;
}
.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
	/*----------------------------- course listing tabs ends -------------------------------*/

ul.inner_tabs {
		margin: 0 0 10px 0;
		padding: 0;
		float: left;
		list-style: none;
		height:30px; /*--Set height of tabs--*/
		width: 940px;
		border-bottom:3px solid #C5DC03;
		clear:both;
	}
	ul.inner_tabs li {
		float: left;
		margin: 0;	
		height: 18px; /*--Subtract 1px from the height of the unordered list--*/
		line-height: 20px; /*--Vertically aligns the text within the tab--*/
		border-left: none;
		margin-bottom: -1px; /*--Pull the list item down 1px--*/
		overflow: hidden;
		width:auto;
		padding: 6px 30px;
		text-decoration: none;
		text-align:center;
		color: #06c;
		font-weight:bold;
		font-size:12px !important;
		font-family:Arial, Helvetica, sans-serif;
		border-right:1px solid #ccc;

	}
	ul.inner_tabs li:hover, ul.inner_tabs li.inactive { background:#ddd; cursor: pointer;}
	ul.inner_tabs li a {
		text-decoration: none;
		color:#06c;
		display: block;
		font-size: 12px;
		/* border: 1px solid #fff;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/
	 	outline: none;
		height:21px;

	}
	ul.inner_tabs li a:hover {color:#1350a0;}
	html ul.inner_tabs li.active{ color:#06c !important; background:#C5DC03; cursor: pointer;}
	html ul.inner_tabs li.active a:hover { color:#06c;}
	html ul.inner_tabs li.last{padding: 8px 0px;}