/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ilearning .tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ilearning .tabs-nav {
		display: none;
	}
	.ilearning-content {
		display:block !important;
	}
}

/* Skin */

.ilearning-menu {
	margin: 0 0 -20px 0;
	padding: 0 !important;
	list-style: none;
	height: 25px;
}

.ilearning-menu .tabs-nav {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 0px !important;
}
.ilearning-menu .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ilearning-menu .tabs-nav li {
	float: left;
	margin: -20px 0 0 -1px !important;
	min-width: 64px; /* be nice to Opera */
	list-style:none;
}
.ilearning-menu .tabs-nav a, .ilearning-menu .tabs-nav a span {
	display: block;
	padding: 0 10px !important;
	background: url(tab.png) no-repeat;
}
.ilearning-menu .tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0 !important;
	color: #004F69 !important;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap; /* required in IE 6 */
}
.ilearning-menu .tabs-nav a.tabs-selected {
	color: #000;
}
.ilearning-menu .tabs-nav a.tabs-selected, .ilearning-menu /*.tabs-nav a:hover*/, .ilearning-menu .tabs-nav a:focus, .ilearning-menu .tabs-nav a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}
.ilearning-menu .tabs-nav a,.ilearning-menu .tabs-nav /*.tabs-disabled a:hover*/, .ilearning-menu .tabs-nav .tabs-disabled a:focus, .ilearning-menu .tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px;
}
.ilearning-menu .tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px !important;
	padding-right: 0 !important;
}
*>.ilearning-menu .tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.ilearning-menu .tabs-nav a.tabs-selected span {
	padding-top: 7px !important;
}
.ilearning-menu .tabs-nav a.tabs-selected span, .ilearning-menu /*.tabs-nav a:hover span*/, .ilearning-menu .tabs-nav a:focus span, .ilearning-menu .tabs-nav a:active span {
	background-position: 0 -50px;
}
.ilearning-menu .tabs-nav a span, .ilearning-menu .tabs-nav /*.tabs-disabled a:hover span*/, .ilearning-menu .tabs-nav .tabs-disabled a:focus span, .ilearning-menu .tabs-nav .tabs-disabled a:active span {
	background-position: 0 0;
}

/*
.ilearning-menu .tabs-nav a.tabs-selected:link, .ilearning-menu .tabs-nav a.tabs-selected:visited, .ilearning-menu .tabs-nav a.tabs-disabled:link, .ilearning-menu .tabs-nav a.tabs-disabled:visited {
	cursor: text;
}
 */

.ilearning-menu .tabs-nav a:hover, .ilearning-menu .tabs-nav a:focus, .ilearning-menu .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

/*
.ilearning-menu .tabs-nav a.tabs-disabled {
	opacity: .4;
}
*/

.ilearning-content {
	display:none;
	padding:0;
}

.ilearning-block{

}

.ilearning-blocktitle{
	margin-top: 0px;
}

.ilearning-blockcontent{
	margin: -8px 3px 3px 3px;
	margin: 2px 4px 4px 4px \9;
	text-align: justify;
}
.noCorner .ilearning-blockcontent{
	margin: -8px 3px 3px 3px;
	margin: 2px 4px 4px 4px \9;
	text-align: justify;
}
.ilearning-loading em {
	padding: 0 0 0 20px !important;
	background: url(../images/loading.gif) no-repeat 0 50%;
}

