/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: 0; zoom: 1; height:auto;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs div { margin:0 0 0 0; width:290px; height:auto; background:url(bgAbas.jpg) bottom repeat-x #fff; border:solid 1px #BABABA;}
.ui-tabs .ui-tabs-nav { margin: 0 0 0 0; width:290px; height:28px; padding: 0; border-left:solid 1px #BABABA;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 0 2px 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; background:#EDEDED; font-size: 12px; border:solid 1px #BABABA; border-bottom:none; color: #12563F; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.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;  font-weight:bold; background:#fff; border-bottom: 1px solid #fff; }
.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; padding: 0; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.primeiroItemAba { border-left:none; margin:0 0 0 1px;}
