@media screen{ 
dl.tabbed{
 position: relative;
 width: 100%;
 margin: 0px;
 }
dl.tabbed dt.dltab-active, dl.tabbed dt a, dl.tabbed div{
 color: #777777;
 background: #F7F7F7;
 border: 1px solid #E8E8E8;
 }
dl.tabbed div{
 position: relative;
 top: -1px;
 height: 200px;
 overflow: auto;
 padding: 10px;
 margin: 0px;
 }
dl.tabbed dt{
 display: inline;
 white-space: nowrap;
 padding:  0;
 height: 20px;
 margin: 0 2px 0 0;
 font-weight: bold;
 }
dl.tabbed dt.dltab-active{
 position: relative;
 z-index: 5;
 color: #7200A2;
 background: #F7F7F7;
 padding: 0px;
 border-bottom: 0px;
 }
dl.tabbed dt a{
 color: #777777;
 background: #FFFFFF;
 border: 1px solid #E8E8E8;
 text-decoration: none;
 white-space: nowrap;
 margin: 0;
 height: 20px;
 padding: 0px;
 }
dl.tabbed dt a:hover{
 color: #777777;
 background: #F7F7F7;
 text-decoration: none;
 }
}
@media print{ 
dl.tabbed div{
 display: none;
 }
}