


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
-moz-border-radius-topright:7px;
        -khtml-border-radius-topright:7px;
        -moz-border-radius-topleft:7px;
        -khtml-border-radius-topleft:7px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #FF0099;
color: #2d2b2b;
background: #FF0099;
/*background: url(../profile_css/images/bgheader/header_tab_abu2.gif) repeat-x #CCCCCC;*/
/*background: white url(../images/topbar_bg.gif) bottom left repeat-x; */
/* background: white url(../images/header.gif) top left repeat-x; */
-moz-border-radius-topright:7px;
        -khtml-border-radius-topright:7px;
        -moz-border-radius-topleft:7px;
        -khtml-border-radius-topleft:7px;
}

.shadetabs li a:visited{
color: #2d2b2b;
-moz-border-radius-topright:7px;
        -khtml-border-radius-topright:7px;
        -moz-border-radius-topleft:7px;
        -khtml-border-radius-topleft:7px;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffff00;
-moz-border-radius-topright:7px;
        -khtml-border-radius-topright:7px;
        -moz-border-radius-topleft:7px;
        -khtml-border-radius-topleft:7px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
text-decoration:none;
-moz-border-radius-topright:7px;
        -khtml-border-radius-topright:7px;
        -moz-border-radius-topleft:7px;
        -khtml-border-radius-topleft:7px;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background: url(../profile_css/images/bgheader/header_tab_putih.gif) red;*/
background: #fff;
/*background-image: url(../images/menu2_bg.gif);*/
border-bottom-color: white;
-moz-border-radius-topright:7px;
        -khtml-border-radius-topright:7px;
        -moz-border-radius-topleft:7px;
        -khtml-border-radius-topleft:7px;}
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
-moz-border-radius-topright:7px;
        -khtml-border-radius-topright:7px;
        -moz-border-radius-topleft:7px;
        -khtml-border-radius-topleft:7px;}
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}

