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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 6px;
margin-right: -4px;
width: 75px;
height: 30px;
border: 0px solid #778;
color: #FFFFFF;
background: #fafce8 url('/html/img/gfx/spritevertikal.jpg') 0 -122px repeat-x;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background: #fafce8 url(/html/img/gfx/spritevertikal.jpg) 0 -144px repeat-x;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

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


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

.shadetabs_mestlasta{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Arial;
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 6px;
padding-top: 10px;
margin-right: -4px;
width: 75px;
height: 100px;
font-weight: bold;
border-bottom: 1px dotted #cccccc;
color: #9db948;
}



.shadetabs_mestlasta li a:hover{
text-decoration: underline;
color: #666666;

}



.shadetabs_mestlasta li a.selected{ /*selected main tab style */
border-bottom-color: white;
color: #666666;
font-weight: bold;
border-bottom: 1px dotted #cccccc;
}



.tabcontent_mestlasta{
display:none;
}

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

.shadetabs_mestkommenterade{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs_mestkommenterade li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 6px;
padding-top: 10px;
margin-right: -4px;
width: 75px;
height: 100px;
font-weight: bold;
border-bottom: 1px dotted #cccccc;
color: #9db948;
}



.shadetabs_mestkommenterade li a:hover{
text-decoration: underline;
color: #666666;

}



.shadetabs_mestkommenterade li a.selected{ /*selected main tab style */
border-bottom-color: white;
color: #666666;
font-weight: bold;
border-bottom: 1px dotted #cccccc;
}



.tabcontent_mestkommenterade{
display:none;
}

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

