/* ######### 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; }

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
line-height: 27px;
border: 0px;
float: left;
border-bottom: 1px solid #c5c1c2;
width: 138px;
background:  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: #fff;
}


.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
border: 0px ;
float: left;
width: 138px;
background:  url(src/cytat.gif) left top no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #f8f3f3;
outline: none;
background: white;

}

.shadetabs li a.selected{ /*selected main tab style */
background:  url(src/cytat.gif) left top no-repeat;
border: 0px;
float: left;
width: 138px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
border: 0px ;
color: black;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


