

.shadetabs{
padding: 3px 8px;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
opacity: 0.9;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
text-align:center;		
display: inline;
margin: 0;
}


.shadetabs li a{ 
text-align:center;	
text-decoration: none;
position: relative;
z-index: 1;
/*padding: 3px 7px;
margin-right: 3px;*/
padding: 3px 5px 2px 5px;

margin-right: 0px;
border: 0px solid #E1E1E1; 
color:#818181; font-weight:600; font-size:10px;
background: #EAEAEA;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #009ad9;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
text-align:center;	
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);
background: #EAEAEA;
*/
border: 0px solid #E1E1E1;
color: #181818;
text-align:center; 	


margin-right: 0px;
border-bottom-color: white;

padding: 3px 5px 2px 5px;
background: #ffffff;
border-top: 3px solid  #009ad9;
border-left: 1px solid  #009ad9;
border-right: 1px solid  #009ad9;
border-bottom: 1px solid  #ffffff;

}


/* no dotted border*/
#newstabs a em {
  font-style:normal; 
  color:#000; 
  display:block; 
  width:7em; 
  height:1.5em; 
  border-bottom:0.5em solid #000; 
  position:absolute; 
  top:0; 
  left:0; 
  cursor:pointer;
  }
#newstabs a:hover {
  color:blue;
  }
#newstabs a:hover em {
  border-bottom:0.5em solid #c00;
  }


#newstabs a:active, #newstabs a:focus {
  /* reduce the link size to zero when the link is in the 
  active/focus state.
  This literally removes the dotted border which is ONLY applied
  to the link itself and not any containing elements WHEN THOSE
  ELEMENTS HAVE A POSITION ABSOLUTE! */
  width:0; height:0;
  outline:0; /* for browsers that understand */
  }


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
color:#969696;
}


@media print {
.tabcontent {
display:block !important;
}
}


.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}


