@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
#tab_pop.tabberlive  {
 margin-top:-20px;
}
#tab_terbaru.tabberlive {
	}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#tab_pop ul.tabbernav
{
 margin:0;
 padding: 0 5px;
text-align:right;

}
#tab_terbaru ul.tabbernav
{
 margin:0;
 padding: 0 ;
}

#tab_pop ul.tabbernav li, #tab_terbaru ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

#tab_pop ul.tabbernav li a
{
 padding: 10px 10px 3px;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
 font-size: 12px;
}
#tab_terbaru ul.tabbernav li a
{
 padding: 7px 5px 3px;
 m/argin-left: 3px;
 border-bottom: none;
 text-decoration: none;
 font-size: 12px;
}
#tab_pop ul.tabbernav li a:link, #tab_terbaru ul.tabbernav li a:link { color: #7b92a6; }
#tab_pop ul.tabbernav li a:visited, #tab_terbaru ul.tabbernav li a:visited { color: #667; }

#tab_pop ul.tabbernav li a:hover, #tab_terbaru ul.tabbernav li a:hover
{
 color: #000;
background:url(../images/bg-tab-activ.gif) bottom repeat-x #fff;
}

#tab_pop ul.tabbernav li.tabberactive a, #tab_terbaru ul.tabbernav li.tabberactive a
{
 background:url(../images/bg-tab-activ.gif) bottom repeat-x #fff;
 border-bottom: 1px solid #fff;
 color:#3a83c3;
 border-top: solid 1px #dcdcdc;
 border-right: solid 1px #dcdcdc;
 border-left: solid 1px #dcdcdc;
}

#tab_pop ul.tabbernav li.tabberactive a:hover, #tab_terbaru ul.tabbernav li.tabberactive a
{
 color: #000;

 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#tab_pop.tabberlive .tabbertab {
 padding:20px 15px 15px 15px;
 /*border:1px solid #aaa;
 border-top:0;*/
 background:#fff;
 margin-top: 3px;
 min-height: 750px !important;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
#tab_terbaru.tabberlive .tabbertab{
 padding:5px 5px 0 5px;
 border:1px solid #dcdcdc;
 /*border-top:0;*/
 background:#fff;
 margin-top: 3px;
 margin-bottom: 10px;
 }
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
#tab_plain.tabberlive {
}

#tab_plain ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #dddddd;
}

#tab_plain ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

#tab_plain ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #cccccc;
 border-bottom: none;
 background: #ddd;
 text-decoration: none;
}

#tab_plain ul.tabbernav li a:link { color: #444; }
#tab_plain ul.tabbernav li a:visited { color: #667; }

#tab_plain ul.tabbernav li a:hover
{
 color: #000;
 background: #C8D8E7;
}

#tab_plain ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

#tab_plain ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#tab_plain.tabberlive .tabbertab {
 padding:15px;
 border:1px solid #dddddd;
 border-top:0;
	background:#fff;
}


