.tabcontentstyle h2 {display: block;}

.shadetabs {
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
  line-height: 1.75;
	height: 1%;
	overflow: hidden;
}

.shadetabs li {
  margin: 2px;
  padding: 1px;
  float: left;
  width: auto;
}

.shadetabs li a {
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  margin: 3px;
  border: 1px solid #778; 
  color: #2d2b2b;
  background-color: #DFE9F0;
  white-space: nowrap;
}

.shadetabs li a:visited { color: #2d2b2b; }
.shadetabs li a:hover { text-decoration: underline; color: #2d2b2b; }
.shadetabs li.selected { }
.shadetabs li.selected a { /*selected main tab style */
	background-color: #7EA9C2;
	color: white;
}
.shadetabs li.selected a:hover { text-decoration: none; }

.tabcontentstyle { /*style of tab content oontainer*/
  background: #eee;
  margin-bottom: 1em;
  padding: 5px 10px;
}

.tabcontent { display:none; }

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