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

.shadetabs{
padding: 1px 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;
margin: 0;
}
.shadetabs li a{
text-decoration: none;

/*padding: 3px 7px;*/
margin-right: 3px;

 display:block; float:left;
/* background: url(../images/blue.gif) no-repeat; */
 width:99px; height:25px; 
 
 color: #000000; font-weight: bold; text-align:center; padding-top:4px; font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;  border-left: 1px solid #cbe4f2; border-right: 1px solid #cbe4f2; border-top: 1px solid #cbe4f2;
}

.shadetabs li a:visited{

/* background: url(../images/blue.gif) no-repeat; width:159px; height:24px;*/
 
}

.shadetabs li a:hover{
text-decoration: none;
/* background: url(../images/blue2.gif) no-repeat; width:159px; height:24px;*/
}

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


/*background: url(../images/blue2.gif) no-repeat; width:159px; height:24px; color: #ffffff; padding-top:4px;*/

}

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

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

.tabcontent{
display:none;
}

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

.tabContent { border: 1px solid #cbe4f2; margin-bottom: 1em; padding: 26px 10px 5px 10px; }

