.tabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
text-align: left;
}
.tabcontent ul {
	margin: 0 !important;
}

.tabs a {
display: block;
float: left;
width: 70px;
margin-right: 4px;
position: relative;
top: 4px;
text-align: center;

text-decoration: none;
z-index: 1;
padding: 3px 0;
border: 1px solid #778;
color: #2b2b2b;
background-color: #fff;
outline: none;
}

.tabs a:hover {
text-decoration: underline;
color: #2b2b2b;
}

.tabs a.selected {
position: relative;
border-bottom-color: #fff;
}

.tabs a.selected:hover {
text-decoration: none;
}

.tabcontent {
display: block;
}

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