/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

margin: 0px;
padding:0px;
border: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}
ul.shadetabs { 
background: none;  line-height: 27px; border: 0px; background: #fff;}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
border: 0px;
color: #404346;
float: left;
width: 118px;
background:   #fff url(src/cytat_s.gif) left top no-repeat;
}

.shadetabs li a{
text-decoration: none;
z-index: 1;
padding:0px;
margin-right: 0px;
border: 0px;
color: #2d2b2b;
}


.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
border: 0px ;
float: left;
width: 118px;
background:  #f0efef url(src/cytat.gif) left top no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #404346;
outline: none;

}

.shadetabs li a.selected{ /*selected main tab style */
background: #f0efef url(src/cytat.gif) left top no-repeat;
border: 0px;
float: left;
width: 118px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
border: 0px ;
color: black;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}

