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

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

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

.shadetabs_mestlasta li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 12px;
margin-right: -4px;
width: 75px;
height: 25px;
border-right: 1px solid #cccccc;
color: #666666;
}



.shadetabs_mestlasta li a:hover{
text-decoration: none;
color: green;

}



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



.tabcontent_mestlasta{
display:none;
}

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

