/* 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;
    }
}

#container {
	overflow: hidden;
}
#tabs {
	width: 580px;
	min-height: 450px;
	height: auto !important;
	height: 1000px;
	margin: 0 auto;
	margin-left: 10px;
	overflow: hidden;
}
.ui-state-default a, .ui-state-default a span {
    display: block;
    padding: 0 10px 0px 0px;
    background: url(./tab.png) no-repeat;
}
.ui-state-default a span {
    width: 24px; /* IE 6 treats width as min-width */
    min-width: 24px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 5px;
    padding-right: 0;
	padding-left: 10px;
}
*>.ui-state-default a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 12px; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

.ui-widget-header { border-bottom: 1px solid #97a5b0; background: #ffffff url(none) repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  border-bottom: 1px solid #97a5b0; background: #d7ebf9 url(./tab.png) no-repeat; font-weight: bold; color: #2779aa; background-position: 100% -100px; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {  border-bottom: 1px solid #97a5b0; color: #2779aa; text-decoration: none;background-position: 100% -100px; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background-position: 100% -150px; border-bottom: 1px solid #ffffff; background: #e4f1fb url(./tab.png) 100% -150px no-repeat; font-weight: bold; color: #0070a3; }
.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; background-position: 100% -150px;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {  border-bottom: 1px solid #97a5b0; background: #3baae3 url(./tab.png) no-repeat; font-weight: bold; color: #ffffff;background-position: 100% -150px; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; background-position: 100% -150px;}
.ui-widget :active { outline: none; }
.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 {  border-bottom: 1px solid #ffffff; }

.ui-state-default span, .ui-widget-content .ui-state-default span, .ui-widget-header .ui-state-default span { background: #ffffff url(./tab.png) no-repeat; background-position: 0 0px; }
.ui-state-default a span, .ui-state-default a:link span, .ui-state-default a:visited span {  background: #ffffff url(./tab.png) no-repeat; background-position: 0 0px; }
.ui-state-hover span, .ui-widget-content .ui-state-hover span, .ui-widget-header .ui-state-hover span, .ui-state-focus span, .ui-widget-content .ui-state-focus span, .ui-widget-header .ui-state-focus span {  background-position: 0 -50px; background: #ffffff url(./tab.png) no-repeat 0 -50px;}
.ui-state-hover a span, .ui-state-hover a:hover span { background: #ffffff url(./tab.png) no-repeat; background-position: 0 -50px;}
.ui-state-active span, .ui-widget-content .ui-state-active span, .ui-widget-header .ui-state-active span { background: #ffffff url(./tab.png) no-repeat;  background-position: 0 -50px; }
.ui-state-active a span, .ui-state-active a:link span, .ui-state-active a:visited span  {background: #ffffff url(./tab.png) no-repeat;  background-position: 0 -50px;}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(./tab.png) repeat; opacity: .80;filter:Alpha(Opacity=80); }
.ui-tabs { position: relative; padding: .0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 1px 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0px; padding-top:0px; }
.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; }
.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 { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



