
.shadetabs{
font: 14px verdana, arial, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: url(http://jornal.jurid.com.br/img/backgrounds/bg-abas-jornal.jpg) repeat-x;
height:27px;
padding-top:10px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 8px;
color: #d9a8a8;
outline:none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
background: url(http://jornal.jurid.com.br/img/backgrounds/bg-abas-jornal-hover.jpg) repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(http://jornal.jurid.com.br/img/backgrounds/img_shadeactive.gif) white;
border-bottom:1px solid #fff;
border-left:1px solid #ede8e2;
border-right:1px solid #ede8e2;
border-top:1px solid #ede8e2;
color:#666;
font-weight:bold;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background: url(/images/img_shadeactive.gif) white;
}

.tabcontent{
display:none;
    }
    .tabcontent li{
        font-size:0.8em;
        list-style-position:inside;
        margin:15px 0 15px 0;
        list-style-type:none;
        }
        .tabcontent li a{
            text-decoration: none;
            color:#464646;
            }
        .tabcontent li a:hover{
            text-decoration:underline;
            }

.ConteudoAba{
    border:1px solid #ede8e2;
    background-color:#fff;
    width:624px;
    height:210px; 
    padding: 10px;
    overflow:auto;
    }

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