.tabberlive .tabbertabhide {
 display:none;
}


.tabber {
}
.tabberlive {
 margin:0 auto;
}


ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #DDDFE0;
 font: bold 13px Arial, verdana, Times New roman, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 border: 1px solid #DDDFE0;
 background:url(tab01.gif) repeat-x top left;
 text-decoration: none;
 font-size: 13px;
}

ul.tabbernav li a:link { 
color: #0469A3; 
}
ul.tabbernav li a:visited {  }

ul.tabbernav li a:hover /*Phan Hover Tab*/
{
 color: #CE0B26;
 background: url(tab02.gif) repeat-x top left;
 border-color: #DDDFE0;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background: url(tab02.gif) repeat-x top left;
 border-bottom: 1px solid #FDFDFD;
 color: #B1035D;
 }

ul.tabbernav li.tabberactive a:hover
{
 background: #FDFDFD url(tab02.gif) repeat-x top left;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px 5px 20px 5px;
 border:1px solid #DDDFE0;
 border-top:0;
 font: normal 12px verdana, Times New roman, sans-serif;
 background: #fdfdfd;
 color: black;
 text-decoration: none;
}

.tabberlive .tabbertab a {
 text-decoration: none;
 color: #196EA4;
 font-weight: bold;
 font-size: 12px;
}

.tabberlive .tabbertab a:hover {
 text-decoration: underline;
 color: #A84809;
}
.tabbertab a {
font-size: 12px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h4 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
<style type="text/css" media ="print">

.tabbernav {
 display:none;
}