.yui-nav {
  font-weight: bold;
  width: 577px;
  background: transparent url(/images/tab_background.png) top left no-repeat;
}
.yui-nav li {
}
.yui-nav li a {
  text-decoration: none;
  position: relative;
  z-index: 1;
  margin-right: 0px;
  border: 1px solid #5d5d5d;
  border-bottom: 1px solid #C8C4BC;
  box-shadow:0 -1px 3px rgba(0,0,0,0.2);
  text-shadow: 1px 1px 1px rgba(255,255,255,1);
  color: #2d2b2b;
  background: white url(/images/shade.gif) top left repeat-x;
  padding: 3px 7px 3px 20px;
  float: left;
  margin-top: -1px;
  margin-bottom: -1px;
  font-size: 12px;
  line-height: 16px;
}

.yui-nav li a:visited{
color: #7d7d7d;
}

.yui-nav li a:hover{
text-decoration: underline;
color: #000;
}

.yui-nav li.selected a{ /*selected main tab style */
position: relative;
top: 0px;
}

.yui-nav li.selected a{ /*selected main tab style */
background-image: url(/images/shadeactive.gif);
border-bottom-color: white;
}

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

.yui-content{
  clear: left;
}
.tabcontent{ /*style of tab content container*/
  border: 1px solid gray;
  width: 555px;
  background-color: #FFFFFF;
  margin-bottom: 1em;
  padding: 10px;
}

@media print {
  .yui-content {
    display:block !important;
  }
  .yui-hidden {
    display:none !important;
  }
}
