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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Lucida Sans Unicode,Trebuchet MS,tahoma,verdana,arial;
font-size: 13px;
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: 3px 7px;
margin-right: 3px;
/*border: 1px solid #cccccc;*/
color: #00a0af;
background: #bbdddc /*url(shade.gif) top left repeat-x*/;

/*////Rounded corners  Luc: ZONDER IE hack using PIE want is niet compatibel met het script omwille van behavior: url(PIE.htc); /////*/
/*position:relative; important for PIE*/
-moz-border-radius: 6px 6px 0px 0px;
/*-webkit-border-radius: 20px;*/
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-radius: 6px 6px 0px 0px ;
/*////////////////////////////boxshadow waarden:  Xoffset Yoffset blur///////////////////////////////*/
-webkit-box-shadow: #dddddd 2px -1px 2px;
-moz-box-shadow: #dddddd 2px -1px 2px;
box-shadow: #dddddd 2px -1px 2px;

/*behavior: url(PIE.htc);*/

}

.shadetabs li a:visited{
color: #00a0af;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 4px;
background: #00a0af /*url(shade.gif) top left repeat-x*/;
color: #ffffff;
/*background-image: url(shadeactive.gif);*/
border-bottom-color: #cccccc;
}

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

.tabcontent{
display:none;
padding-top:10px;
padding-right:0px;
}

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