﻿/* 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;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
    display:inline;
	float:left;
	list-style-type:none;
	position:relative;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.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 {
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    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: url(loading.gif) no-repeat 0 50%;
}

/* Tabs
----------------------------------*/

.ui-tabs { padding: .2em; }
#mainColumn .ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em 0 0; margin-bottom: 0px; }
#mainColumn .ui-tabs .ui-tabs-nav li { background-image:none; padding-left:0px; margin-bottom:0px; }
.ui-tabs .ui-tabs-nav li {  position: relative; float: left; border-bottom-width: 0 !important; margin-top: 7px; margin-bottom:-1px; }
/*
.ui-tabs .ui-tabs-nav li a { float: left;  padding: 0 0; width:165px; height: 21px; text-align:center; padding-top:5px; }
*/
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0; margin-top: 0px; z-index:101; /* set top */ }
/*
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; width:165px; height: 24px; padding-top:9px; }
*/
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 10px 5px; display: block;  border: 1px solid #cccccc/*{borderColorContent}*/; background: url('/20100512145145oe_/http://www.bis.gov.uk/Presentation/BISCore/Release-002/images/contentTabs/tabContentBackground.gif') repeat-x 50% -4px;
}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { background-color: #ffffff; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
/*
.ui-widget-content .ui-state-default a { background: url('/20100512145145oe_/http://www.bis.gov.uk/Presentation/BISCore/Release-002/images/contentTabs/tab.png') 50% 50% repeat-x; }
*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: White/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {   font-weight: normal/*{fwDefault}*/; color: White/*{fcHover}*/; outline: none; }
/*
.ui-state-hover a, .ui-state-hover a:hover { color: White; text-decoration: none; outline: none; background: url('/20100512145145oe_/http://www.bis.gov.uk/Presentation/BISCore/Release-002/images/contentTabs/tabHover.png'); }
*/
.ui-state-active, .ui-widget-content .ui-state-active { font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
/*
.ui-widget-content .ui-state-active a { background: url('/20100512145145oe_/http://www.bis.gov.uk/Presentation/BISCore/Release-002/images/contentTabs/tabSelected.png') no-repeat; }
*/
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #333333/*{fcActive}*/; outline: none; text-decoration: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; }
/*
.ui-tabs .ui-tab-0, .ui-tabs .ui-tab-1, .ui-tabs .ui-tab-2, .ui-tabs .ui-tab-3, .ui-tabs .ui-tab-4, .ui-tabs .ui-tab-5, .ui-tabs .ui-tab-6, .ui-tabs .ui-tab-7, .ui-tabs .ui-tab-8, .ui-tabs .ui-tab-9
{
	margin-left: -12px;
}*/

.ui-tabs .ui-tab-first
{
	margin-left:0px;
}

.ui-tabs .ui-tab-last
{
   /* width:125px !important;
    margin-top:5px !important;
    margin-bottom:-2px !important;
    margin-left:-10px;
    overflow:hidden; */
}

.ui-tabs .ui-tab-0 { z-index: 10; }
.ui-tabs .ui-tab-1 { z-index: 9; }
.ui-tabs .ui-tab-2 { z-index: 8; }
.ui-tabs .ui-tab-3 { z-index: 7; }
.ui-tabs .ui-tab-4 { z-index: 6; }
.ui-tabs .ui-tab-5 { z-index: 5; }
.ui-tabs .ui-tab-6 { z-index: 4; }
.ui-tabs .ui-tab-7 { z-index: 3; } 
.ui-tabs .ui-tab-8 { z-index: 2; }
.ui-tabs .ui-tab-9 { z-index: 1; }


/* */

