/* ######### CSS for Shade Tabs. Remove if not using ######### */

#shadetabs {
  background: #333;
  overflow: hidden;
}

#shadetabs .title {
  display: block;
  width: auto;
  float: left;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  padding: 0 3px;
}

.shadetabs {
  float: left;
  overflow: hidden;
}

.shadetabs ul, .shadetabs li {
margin: 0;
padding: 0;
list-style: none;
}

.shadetabs li {
  display: inline;
}

.shadetabs ul li a{
display: block;
float: left;
height: 20px;
font-family: arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
padding: 4px 5px;
line-height: 20px;
}

.shadetabs ul li a:hover{
background: #181818;
}

.shadetabs ul li a.selected{ /*selected main tab style */
background: #181818;
}

.shadetabs ul li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.potw-title {
  display: block;
  text-align: center;
  color: #fff;
  background: #181818;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 0;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.potw-caption {
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

.potw-caption a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.potw-caption a:hover {
  color: #800040;
}

.tabcontent{
  display:none;
  height: 258px;
  overflow: auto;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.scoreboardtabs {
padding: 0px;
margin: 0px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.scoreboardtabs li{
display: inline;
margin: 0;
}

.scoreboardtabs li a{
text-decoration: none;
position: relative;
z-index: 1;
}

.scoreboardtabs li a:visited{
color: #2d2b2b;
}

.scoreboardtabs li a:hover{
text-decoration: underline;
color: #2d2b2b;

}

.scoreboardtabs li a.selected{ /*selected main tab style */
position: relative;
}

.scoreboardtabs li a.selected{ /*selected main tab style */


}

.scoreboardtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

@media print {
.tabcontent {
display:block !important;
}
}
