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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center;
width:955px;
height:36px;
background: url(../images/backgroundtes.jpg) no-repeat;

 /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 5px 5px;
padding:0px;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 2px;
margin: 0px;
color: #cccccc;
font-size:9px;
text-transform:uppercase;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;
color: #b4ff00;
}

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

.shadetabs li a.selected{ /*selected main tab style */

border-bottom-color: white;
color:#b4ff00; 
}

.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 ######### */

.shadetabs2{
padding: 10px 0 3px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center;
width:652px;
height:26px;
background: url(../images/backgroundtabs2.jpg) no-repeat;

 /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 5px 2px;
padding:0px;

}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 2px;
margin: 0px;
color: #cccccc;
font-size:9px;
text-transform:uppercase;
}

.shadetabs2 li a:visited{

}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #b4ff00;
}

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

.shadetabs2 li a.selected{ /*selected main tab style */

border-bottom-color: white;
color:#b4ff00; 
}

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

.tabcontent{
display:none;
}

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

.buttonPlayer {float:right;}

.filesdiv {width:140px;}

.filesdiv h1 {font-size:12px; text-transform:uppercase;}

