/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 0;
font: bold 11px 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;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 7px;
margin-right: 3px;
color: #7a7a7a;
background-image: url(indentbg.gif);
border:1px solid #ebebeb;
}

.shadetabs li a:visited{
color: #7a7a7a;
background-image: url(indentbg.gif);
border:1px solid #ebebeb;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000;
background-image: url(indentbg2.gif);
border:1px solid #ebebeb;
padding: 4px 7px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background-image: url(indentbg2.gif);
border:0px;
color:#aa00aa;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border: 1px solid #ebebeb;
border-bottom: 0px solid #ebebeb;
color:#000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
background-color:#fff;color:#4c4c4c;
}

.stil_tabel{
background-color:#fff;
}

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


