/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
  display: inline;
  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*/
  clear: both;
  float:left;
}

.shadetabs li{
  display: inline;
  margin: 0;
}

.shadetabs li a{
  text-decoration: none;
  position: relative;
  z-index: 1;
  margin:8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  color: rgb(0,0,204);
  background-color: transparent;
}

.shadetabs li a.selected{ /*selected main tab style */
  background-color: rgb(0,0,204);
  color: white;
}

.tabcontent{
  display:none;
}

table {
  margin-left: 50px;
  margin-top:10px;
  background-color: white;
  font-weight: bolder;
}

td {
  color: black;
  border-width:2px;
  border-style: solid;
  border-color: rgb(30,30,30);
  padding: 5px;
}