/* CSS for tabs */

.tab-set ul.tab-headers {
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
	float: left;
	width: 100%;
	border-left: solid 1px #9cf;
	z-index: 100;
}
.tab-headers li {
	font-size: 1.0em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;		
	float: left;
	margin: 0;
	margin-bottom: -1px;
	border-style: solid;
	border-color: #9cf;
	border-width: 1px 1px 0 0;
	padding: 0.1em 0.4em 0.2em 0.4em;
	background-color: #def;
}
.tab-headers li.selected {
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
.tab-headers li a {
	color: #000;
	border: none;
}
.tab-set {
	float: left;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
}
.tab  {
	border: solid 1px #9cf;
	clear: both;
}
.tab ol {
	padding-left: 3em !important;
}
.tab ol li {
	margin-bottom: 0.4em;
}


