/* 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... */
	.tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	#tabsHead {
		display: none;
	}
}

/* Skin */
#tabsHead {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}
#tabsHead:after { /* clearing without presentational markup, IE gets extra treatment */
	clear: both;
	content: " ";
	display: block;
}
#tabsHead li {
	float: left;
	margin: 0 0 0 2px;
	min-width: 64px; /* be nice to Opera */
}
#tabsHead a, #tabsHead a span {
	background: url(/img/tab.png) no-repeat;
	display: block;
	padding: 0 10px;
}
#tabsHead a {
	color: #005e9e;
	font-size: 12px;
	line-height: 1.2;
	padding-left: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 1px;
	white-space: nowrap; /* required in IE 6 */
}
#tabsHead a:hover {
	color: #ff8b1f;
}
#tabsHead .tabs-selected a, .tabs-selected a:hover {
	color: #005e9e;
}
#tabsHead .tabs-selected a, #tabsHead a:hover, #tabsHead a:focus, #tabsHead a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}
#tabsHead a:hover {
	background-position: 100% -100px;
	outline: 0; /* prevent dotted border in Firefox */
}
#tabsHead .tabs-selected a:hover {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}
#tabsHead a, #tabsHead .tabs-disabled a:hover, #tabsHead .tabs-disabled a:focus, #tabsHead .tabs-disabled a:active {
	background-position: 100% -100px;
}
#tabsHead a span {
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	min-width: 40px;
	padding-right: 0;
	padding-top: 6px;
	width: 40px; /* IE 6 treats width as min-width */
}
*>#tabsHead a span { /* hide from IE 6 */
	height: auto;
	width: auto;
}
#tabsHead .tabs-selected a span {
	padding-top: 7px;
}
#tabsHead .tabs-selected a span, #tabsHead a:hover span, #tabsHead a:focus span, #tabsHead a:active span {
	background-position: 0 -50px;
}
#tabsHead a:hover span {
	background-position: 0 0;
}
#tabsHead .tabs-selected a:hover span {
	background-position: 0 -50px;
}
#tabsHead a span, #tabsHead .tabs-disabled a:hover span, #tabsHead .tabs-disabled a:focus span, #tabsHead .tabs-disabled a:active span {
	background-position: 0 0;
}
#tabsHead .tabs-selected a:link, #tabsHead .tabs-selected a:visited, #tabsHead .tabs-disabled a:link, #tabsHead .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
#tabsHead a:hover, #tabsHead a:focus, #tabsHead a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
#tabsHead .tabs-disabled {
	opacity: .4;
}
.tabs-container {
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	border: 1px solid #ababab;
	padding: 15px;
}
#content .tabs-container {
	width: 432px;
}
#exccontent .tabs-container {
	width: 520px;
}
#spgcontent .tabs-container {
	width: 555px;
}
#sttcontent .tabs-container {
	width: 630px;
}
.tabs-loading em {
	background: url(/img/loading.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
