/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* 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; opacity: 0; filter:Alpha(Opacity=0); }


/* Tabs
----------------------------------*/
.ui-tabs .ui-tabs-nav li {position: relative; float: left;margin:0px 2px 0px 0px; padding: 0px;border:1px solid #b7b7b7;background:transparent url(../images/ibsmenu.jpg) no-repeat top right;}
.ui-tabs .ui-tabs-nav li a {float: left; text-decoration: none; padding: 5px 10px 12px; color:#000000;}
.ui-tabs .ui-tabs-nav li.ui-state-default a:hover {text-decoration:none !important;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {border:1px solid #4d78a4;background:transparent url(../images/ibsmenu.jpg) no-repeat 0px -28px;font-weight:bold;text-decoration:none !important;}
.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; color:#fff;text-decoration:none !important;}
.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 10px 0px 10px; display: block; border-width: 0;background:#6b91b6;border-left:1px solid #4d78a4;border-right:1px solid #4d78a4;position:relative;z-index:3;top:-8px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

