@media print {
  .tabcontent {
    display:block !important;
  }
}
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

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

.tabcontent{
  display: none;
}

.indentmenu{
  font: bold 13px Arial;
  width: 100%;/*leave this value as is in most cases*/
}

.indentmenu ul{
  margin: 7px;
  padding: 0px;
  float: left;
/* width: 80%; width of menu*/
  background: url(img/indentbg.gif) center center repeat-x;
 
}

.indentmenu ul li{
  display: inline;
}

.indentmenu ul li a{
  float: left;
  color: white;/*text color*/
  padding: 5px;
  text-decoration: none;
  border-right: 1px solid white;/*navy divider between menu items*/
}

.indentmenu ul li a:visited{
  color: white;
}

.indentmenu ul li a.selected{
  color: white !important;
  padding: 5px;
  text-decoration: underline;
  background: url(img/indentbg2.gif) center center repeat-x;
}

.tabcontentstyle{/*style of tab content oontainer*/
  border: 0px solid gray;
  width: 450px;
  margin-bottom: 1em;
  padding: 10px;
}

.tabcontent{
  display: none;
}