/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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: 1px;
border: 0px solid #ebebeb;
color: #6F6F6F;
background: #fff url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #ebebeb;
border-bottom-color: #ebebeb;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabcontent {
  background-color: #EBEBEB;
  padding: 0;
  margin: 0;
  z-index: 101;}

.tabcontent div.on {
   background-color: #EBEBEB;
   display: block;
   clear: left;}

/*.tabcontent div.off {display: none;}*/

	.tabcontent ul {list-style-type: none; padding: 10px; margin:0;}
	/*.tabcontent li {padding-left: 10px; background:url(bul-grey.gif) 0 5px no-repeat;}*/
	.tabcontent ul a {text-decoration: none; color: #757575;}
	.tabcontent ul a:hover {text-decoration: underline;}	

       .tabcontent ol {padding: 10px; margin:0;}
	.tabcontent li {margin-left:18px;padding-left: 0px; color: #757575;background:url(bul-lightgrey.gif) 0 5px no-repeat;}
	.tabcontent ol a {text-decoration: none; color: #757575;}
	.tabcontent ol a:hover {text-decoration: underline;}	

@media print {
.tabcontent {
display:block !important;
}
}