/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tab_zaglavlje { PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; BACKGROUND: #e0e0e0; COLOR: #000; PADDING-TOP: 8px }


.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 4px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 1px 7px;
margin: 3px;
BORDER-top: #ffffff 1px solid;
BORDER-left: #ffffff 1px solid;
BORDER-right: #ffffff 1px solid;
color: #2d2b2b;
background: #e0e0e0;
}

.shadetabs li a:visited{
margin: 3px;
color: #2d2b2b;
BORDER-top: #ffffff 1px solid;
BORDER-left: #ffffff 1px solid;
BORDER-right: #ffffff 1px solid;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FF0000;
BORDER-top: #ffffff 1px solid;
BORDER-left: #ffffff 1px solid;
BORDER-right: #ffffff 1px solid;
margin: 3px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
BORDER-top: #ffffff 1px solid;
BORDER-left: #ffffff 1px solid;
BORDER-right: #ffffff 1px solid;
background: #ffffff;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #000000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
