/* 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 {
    .tabs-nav {
        display: none;
    }
}

/* DYNAMIC TABS */
.tabs-nav {
	height: 30px;
	background-color: transparent;
	visibility: visible;
	list-style: none;
	margin-top: 15px;
	margin-left: 46px;
	display: block;
	clear: both;
	padding: 0px;
	margin-bottom: -5px;
}
*html .tabs-nav { /* IE6 Fix - keeps tabs from jumping up */
	position: relative;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	min-width: 84px; /* be nice to Opera */
	margin-right: 3px;
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	width:auto;
}
.tabs-nav a {
	position: relative;
	top: 1px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	background-color: #754200;
	padding-left: 11px;
	padding-right: 11px;
	z-index: 2;
}
*html .tabs-nav a:link, .tabs-nav a:visited, .tabs-nav a:hover { /* IE 6 specific style */
	color: #ffffff;
	text-decoration: none;
}
.tabs-nav .tabs-selected a {
	color: #754200;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #754200;
	border-right-color: #754200;
	border-left-color: #754200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 23px;
	white-space: nowrap; /* required in IE 6 */
}
*html .tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-selected a:hover, .tabs-nav .tabs-selected a:active  { /* IE 6 specific style */
	float: left;
	overflow: hidden;
	text-decoration: none;
	color: #754200;
}
*html .tabs-nav .tabs-selected a:hover { /* IE 6 specific style */
    text-decoration: none;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.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;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	padding: 1em 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
	padding: 0 0 0 20px;
	background-image: url(/images/scriptAssets/loader.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}



/*STATIC TABS COMMUNITY---------------------------------------------*/

.sttabs-nav {
	height: 32px;
	background-color: transparent;
	visibility: visible;
	list-style: none;
	clear: both;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.sttabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.sttabs-nav li {
	float: left;
	min-width: 84px; /* be nice to Opera */
}
.sttabs-nav a, .sttabs-nav a span {
	display: block;
	width:auto;
}
.sttabs-nav a {
	position: relative;
	z-index: 2;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	background-color: #3A7AAF;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	/*border-bottom-width: 3px;*/
	border-top-style: solid;
	border-right-style: solid;
	/*border-bottom-style: solid;*/
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	/*border-bottom-color: #FFFFFF;*/
}
.sttabs-nav a:link, .sttabs-nav a:visited, .sttabs-nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
.sttabs-nav .tabs-selected a:link, .sttabs-nav .tabs-selected a:visited, .sttabs-nav .tabs-selected a:hover {
	color: #754200;
	background-color:#FFFFFF;
	text-decoration: none;
}
.sttabs-nav .tabs-selected a, .sttabs-nav a:hover, .sttabs-nav a:focus, .sttabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.sttabs-nav a, .sttabs-nav .tabs-disabled a:hover, .sttabs-nav .tabs-disabled a:focus, .sttabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.sttabs-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;
    padding-right: 0;
}
*>.sttabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.sttabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.sttabs-nav .tabs-selected a span, .sttabs-nav a:hover span, .sttabs-nav a:focus span, .sttabs-nav a:active span {
    background-position: 0 -50px;
}
.sttabs-nav a span, .sttabs-nav .tabs-disabled a:hover span, .sttabs-nav .tabs-disabled a:focus span, .sttabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.sttabs-nav .tabs-selected a:link, .sttabs-nav .tabs-selected a:visited, .sttabs-nav .tabs-disabled a:link, .sttabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.sttabs-nav a:hover, .sttabs-nav a:focus, .sttabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.sttabs-nav .tabs-disabled {
    opacity: .4;
}

/*STATIC TABS CORP*/

.sttabscorp-nav {
	height: 32px;
	background-color: transparent;
	visibility: visible;
	list-style: none;
	clear: both;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.sttabscorp-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.sttabscorp-nav li {
	float: left;
	min-width: 84px; /* be nice to Opera */
}
.sttabscorp-nav a, .sttabscorp-nav a span {
	display: block;
	width:auto;
}
.sttabscorp-nav a {
	position: relative;
	z-index: 10;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	background-color: #174777;
	/*background-image:url(/images/build/nav/corporateTabBG.jpg);*/
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	/*border-bottom-width: 3px;*/
	border-top-style: solid;
	border-right-style: solid;
	/*border-bottom-style: solid;*/
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;	/*border-bottom-color: #FFFFFF;*/
}

.sttabscorp-nav a:link, .sttabscorp-nav a:visited, .sttabscorp-nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
.sttabscorp-nav .tabs-selected a:link, .sttabscorp-nav .tabs-selected a:visited, .sttabscorp-nav .tabs-selected a:hover {
	color: #754200;
	background-color:#FFFFFF;
	background-image:none;
	text-decoration: none;
}
.sttabscorp-nav .tabs-selected a, .sttabscorp-nav a:hover, .sttabscorp-nav a:focus, .sttabscorp-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.sttabscorp-nav a, .sttabscorp-nav .tabs-disabled a:hover, .sttabscorp-nav .tabs-disabled a:focus, .sttabscorp-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.sttabscorp-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;
    padding-right: 0;
}
*>.sttabscorp-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.sttabscorp-nav .tabs-selected a span {
    padding-top: 7px;
}
.sttabscorp-nav .tabs-selected a span, .sttabscorp-nav a:hover span, .sttabscorp-nav a:focus span, .sttabscorp-nav a:active span {
    background-position: 0 -50px;
}
.sttabscorp-nav a span, .sttabscorp-nav .tabs-disabled a:hover span, .sttabscorp-nav .tabs-disabled a:focus span, .sttabscorp-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.sttabscorp-nav .tabs-selected a:link, .sttabscorp-nav .tabs-selected a:visited, .sttabscorp-nav .tabs-disabled a:link, .sttabscorp-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.sttabscorp-nav a:hover, .sttabscorp-nav a:focus, .sttabscorp-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.sttabscorp-nav .tabs-disabled {
    opacity: .4;
}








/*----- Skinny Tabs - tighter spacing than default tabs -- Add "staticTabsSkinny" class to "staticTabs" div and add "skinny-tab" ID to each li -----*/

#leftWrapper #banner #staticTabs.staticTabsSkinny {
	width: 630px;
	left: 24px;
}
li#skinny-tab {
	float: left;
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 42px;
}
li#skinny-tab a {
	padding: 0px 5px 5px 5px;
}
li#skinny-tab a span {
	width: 42px; /* IE 6 treats width as min-width */
    min-width: 42px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0px;
	padding-left: 0px;
}
*>li#skinny-tab a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}