/* style have been hacked for IE: clickable images in tabs 
normal span has been assigned class=default
images are preceded with an empty span with class=image
containing li has also a class=image
*/

ul.tabs {
	height: 21px;
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
	border-bottom:1px solid #005a9c;
}

ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
}

ul.tabs a {
	background: #fff url("../images/tab.gif");
	color: #24618E;
	display:inline-block;
	float: left;
	height: 21px;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

ul.tabs span.default {
	background: url("../images/tab.gif") 100% 0;
	cursor: pointer;
	float: left;
	line-height: 21px;
	padding-right: 10px;
}

ul.tabs a:hover {
	background-color: #fff;
	background-position: 0 -60px;
}
ul.tabs a:hover span {
	color:#fff;
	background-position: 100% -60px;
}
ul.tabs li a.active {
	background-color: #fff;
	background-position: 0 -60px;
	color: #fff;
}
ul.tabs li a.active span {
	background-position: 100% -60px;
}

.tabsContainer div.tabContent {
	clear: left;
	margin: 0;
	margin-left: .5em;
	padding-top: 2em;
}
.tabsContainer div.tabContent p:first-child {
	margin-top: 0;
}

/* IE hack for images */
ul.tabs li.image {
	float: left;
	margin: 0 13px 0 0;
}
ul.tabs span.image {
	position: absolute;
	background: url("../images/tab.gif") 100% 0;
	cursor: pointer;
	float: left;
	height: 21px;
	padding-left: 27px;
	z-index: -999;
}

ul.tabs a img { 
	margin: 4px 0 0 0;
	border: 1px solid #d9e6f0;
	z-index: 999;
}