/* 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;
    }
}

/* Skin 1*/
.tabs-nav {
    list-style: none;
    margin: 0;
    width:100%;
	/*border-bottom:1px solid #999;*/
	height:26px;
	padding:10px 10px 0 10px;
    display: block;
	border:none;
}

/*for page kod penyelenggaraan*/
.blue_bg2 .tabs-nav {
    list-style: none;
    margin: 0;
    width:100%;
	/*border-bottom:1px solid #999;*/
	height:100%;
	padding:0px;
    display: block;
	border:none;
}

.ui-tabs-panel .tabs-nav {
	background: url("../images/smp4/makpel_title_bg.jpg");
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0 0;
    display: block;
	border:none;
	height:26px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0;
    min-width: 84px; /* be nice to Opera */
}

/*for page kod penyelenggaraan*/
.blue_bg2 .tabs-nav li {
    float: left;
    margin: 0 0 0 0;
    min-width: 100%; /* be nice to Opera */
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    /*background: url(tabSTD.png) no-repeat;*/
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: 10px; /* required in IE 6 */    
}


.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -50px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% 0px;
}

/*for page kod penyelenggaraan*/
.blue_bg2 .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .blue_bg2 .tabs-nav .tabs-disabled a:focus, .blue_bg2 .tabs-nav .tabs-disabled a:active {
    background-position: 100% 0px;
    text-align:left;
    border-bottom:1px solid #F0F0F0;
}

.tabs-nav a span {
    /*width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    /*height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 5px;
    padding-right: 0;
}

.blue_bg2 .tabs-nav a span {
    /*width: 64px; /* IE 6 treats width as min-width */
    min-width: 124px;
    /*height: 18px; /* IE 6 treats height as min-height */
    min-height: 19px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}

.ui-tabs-panel .tabs-nav .tabs-selected a:link, .ui-tabs-panel .tabs-nav .tabs-selected a:visited, .ui-tabs-panel .tabs-nav .tabs-disabled a:link, .ui-tabs-panel .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	background:none;
	color:#1d2c39;
    cursor: text;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

/*for page kod penyelenggaraan*/
.blue_bg2 .tabs-nav .tabs-selected a:link, .blue_bg2 .tabs-nav .tabs-selected a:visited, .blue_bg2 .tabs-nav .tabs-disabled a:link, .blue_bg2 .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	background:#F0F0F0;
	color:#666666;
    cursor: text;
    text-align:left;
    -moz-border-radius:0px 0px 0px 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}


.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 0px ;
    padding: 0px;
   	background: transparent ;/*   declare background color for container to avoid distorted fonts in IE while fading */
	border-bottom:solid 0px;
	border-right:solid 0px;
	border-left:solid 0px;
	/*added by zul ie8 fixed*/
	float:left;
	width:100%;
}

/*for page kod penyelenggaraan*/
.blue_bg2 .tabs-container {
    border-top: 0px ;
    padding: 1em 8px;
   	background: transparent ;/*   declare background color for container to avoid distorted fonts in IE while fading */
	border-bottom:solid 0px;
	border-right:solid 0px;
	border-left:solid 0px;
	/*added by zul ie8 fixed*/
	float:left;
	width:80%;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.ui-tabs-panel .tabs-nav a,.ui-tabs-panel .tabs-nav a:hover,.ui-tabs-panel .tabs-nav a:focus {
/*background:#CBDAE6;*/
background-image:none;
color:#FFFFFF;
margin-left:10px;
}

.ui-tabs-panel .tabs-nav .tabs-selected a span,.ui-tabs-panel .tabs-nav .tabs-selected a:hover span,.ui-tabs-panel .tabs-nav .tabs-selected a:focus span {
background-image:none;
color:#FFFFFF;
font-weight:bold;
background-color:#2E4457;
-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.tabs-nav a {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:85%;
}

.tabs-nav a span,.tabs-nav a:hover span,.tabs-nav a:focus span {
	padding-left:10px;
	font-weight:bold;
}

.ui-tabs-panel .tabs-nav a span,.ui-tabs-panel .tabs-nav a:hover span,.ui-tabs-panel .tabs-nav a:focus span {
color:#1D2C39;
padding-left:10px;
padding-right:10px;
}



/* Skin 1 end here*/

/* Skin 2 for sub-tab purposes */
.tabs-nav2 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
    display: block;
	border:none;
}
.tabs-nav2:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav2 li {
    float: left;
    margin: 0 0 0 0;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav2 a, .tabs-nav2 a span {
    display: block;
    padding: 0 10px;
    background: url(taba.jpg) no-repeat;
}
.tabs-nav2 a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #FFFFFF;
    font-size: 12px;
	font-weight:bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: 10px; /* required in IE 6 */    
}
.tabs-nav2 .tabs-selected a {
    color: #000;
}
.tabs-nav2 .tabs-selected a, .tabs-nav2 a:hover, .tabs-nav2 a:focus, .tabs-nav2 a:active {
    background-position: 100% -50px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav2 a, .tabs-nav2 .tabs-disabled a:hover, .tabs-nav2 .tabs-disabled a:focus, .tabs-nav2 .tabs-disabled a:active {
    background-position: 100% 0px;
}
.tabs-nav2 a span {
    /*width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    /*height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav2 a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav2 .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav2 .tabs-selected a span, .tabs-nav2 a:hover span, .tabs-nav2 a:focus span, .tabs-nav2 a:active span {
    background-position: 0 -50px;
	color:#000000;
}
.tabs-nav2 a span, .tabs-nav2 .tabs-disabled a:hover span, .tabs-nav2 .tabs-disabled a:focus span, .tabs-nav2 .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav2 .tabs-selected a:link, .tabs-nav2 .tabs-selected a:visited, .tabs-nav2 .tabs-disabled a:link, .tabs-nav2 .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav2 a:hover, .tabs-nav2 a:focus, .tabs-nav2 a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav2 .tabs-disabled {
    opacity: .4;
}
.tabs-container2 {
    border-top: 1px solid #97a5b0;
     background-color:transparent;
    /*padding: 1em 8px;*/
   /*background: #E4F2F9;   declare background color for container to avoid distorted fonts in IE while fading */
	border-bottom:solid 1px #666666;
	border-right:solid 1px #666666;
	border-left:solid 1px #666666;
}
.tabs-loading2 em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/*kamek add here*/
.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); }


.ui-widget-content { border: 1px solid #aaaaaa;  color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc ; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 ; font-weight: normal; color: #555555; outline: none; }

.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff ; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }


/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }


z/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.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 { padding: 1em 1.4em; display: block; border-width: 0; background: transparent; }

.ui-tabs .ui-tabs-hide { display: none !important; }

/* Skin 2 for sub-tab purposes end here */