/* focus */
:focus {outline:none; }
/*end focus */

/* IE6, opera dll clearfix
------------------------------------------------*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* end clearfix */



/* style untuk menu tabbing 1 
----------------------------------*/
.ui-tabs { position:relative; width:655px; margin:0; } /* position: relative digunakan untuk mencegah bug pada IE (element dengan position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:5px 0 0 0px; }
.ui-tabs .ui-tabs-nav li {
	 list-style: none; float: left; position: relative; top: -2px; margin:0 15px 0 0; border-bottom: 0 !important; padding: 0; 
}
* html .ui-tabs .ui-tabs-nav li {
	 list-style: none; float: left; position: relative; top: 5px; margin:0 2px 0 0; border-bottom: 0 !important; padding: 0; 
}
.ui-tabs .ui-tabs-nav li a { float: left; padding:7px 0 0 14px; text-decoration: none;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 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-hide { display: none !important; }





/* Border orange : bawah menu
----------------------------------*/
.ui-widget-header { border-bottom: 7px solid #5c5c5c; color: #ffffff;}

/* style untuk menu tabbing 2
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: url(../../images/bg_default_tab.gif) no-repeat; width:71px; height:25px; font:normal 12px Arial, Helvetica, sans-serif;color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {background: url(../../images/bg_default_tab.gif)  no-repeat; width:71px; height:25px; color: #565656; text-decoration: none; }
.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 {  width:71px; height:25px; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover {  color:#F60; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background:url(../../images/bg_active_tab.gif)  no-repeat; width:71px; height:25px;  color: #fff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { background:url(../../images/bg_active_tab.gif) no-repeat; width:71px; height:25px;  color: #fff; }
.ui-widget :active { outline: none; }



