
.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.vce{
display:none;
}

@media print {
.vce {
display:block !important;
}
}

.tabs-up .selected { background: url("../images/lnk_act.gif") no-repeat; }