/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
float: left;
margin: 0 2px 0 0;
  padding: 0px 0px 0px 10px;
  background: url('../images/tab_bg_inactive.jpg') left top repeat-x;
  text-align: center;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
  display: block;
  padding: 21px 20px 10px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  outline: none;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
}

.shadetabs li.selected{
  background: url('../images/tab_bg_active.jpg') left top repeat-x;
}
.shadetabs li.selected a{
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}