.vwtabs{
padding: 0;
margin: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.vwtabs ul{
margin: 0;
padding: 0;
list-style: none;
}

.vwtabs li{
display: inline;
margin: 0 0 0 0;
padding: 0;
}

.vwtabs li a{
float: left;
display: block;
text-decoration: none;
padding: 3px 7px; 
margin: 0 0px 0 0;
font: bold 12px Arial;
color: #555555;
background: #c0c1c2 url("/images/tabright.gif") right top no-repeat; 
border-right:1px solid #fff;
}

.vwtabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
background: #555555 url("/images/tabright.gif") right top no-repeat;
}

.vwtabs li a.selected{ /*selected main tab style */
/* background-color: #070769; */ /*VW color theme*/
/* background: #070769 url("/images/tableft.gif") left top no-repeat; */
background: #070769 url("/images/tabright.gif") right top no-repeat;
color: white;
}

.vwtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontent{
display:none;
text-align: justify;
}

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

.tabcontent li {
	border-bottom:1px solid #ccc;
}

.tabcontentcontainer {
	border-top:5px solid #070769; 
	border-left:1px solid gray; 
	border-right:1px solid gray; 
	border-bottom:1px solid gray; 
	padding: 5px 5px 5px 5px;
}

