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


/* Component containers
----------------------------------*/
.ui-widget { font-family:  Arial, sans-serif; font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {  font-size: 12px; }
.ui-widget-content {/* background: #fff;*/ color: #333333; }
.ui-widget-content a {/* color: #333333;*/ }
.ui-widget-header { background:url(../images/top.png) bottom no-repeat; color: #252424; }
.ui-widget-header a { color: #252424; }

/* Interaction states
----------------------------------*/



/* Tabs -------------------*/
.ui-tabs {/* padding: .2em; */zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding:2px 0 0 8px; }
.ui-tabs .ui-tabs-nav li {  height:42px; position: relative; float: left; border-bottom-width: 0 !important; margin: 0 6px -1px 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-nav li span { float:left; height:30px; display:block;  background: none; padding:12px 24px 0 0px; } 
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-left: 24px;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; margin-bottom: 5px; *padding-bottom: 5px; }

.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:#6c9c08; background: url(../images/btn_lt_active.png) left no-repeat; padding-left:24px;}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a span, .ui-tabs .ui-tabs-nav li.ui-state-disabled a span, .ui-tabs .ui-tabs-nav li.ui-state-processing a span { cursor: text; color:#e27110; background:url(../images/btn_rt_active.png) right no-repeat; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; color:#252424; } 
.ui-tabs .ui-tabs-panel {display: block;  background:url(../images/tab_last_bg.png) bottom no-repeat; padding-bottom:9px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.tabBg {padding: 0px 4px  10px 7px; margin-left:-1px; background: url(../images/tab_bg.gif) repeat-y;  margin-left: 0px;}

