.vshadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 9pt Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.vshadetabs li{
margin-top: 2px;
margin-bottom: 5px;
}

.vshadetabs li a{
text-decoration: none;
padding: 3px 7px;
/*margin-right: 3px;*/
color: blue;
background-color:#ffffff;
/*background: white url("../graphics/DynamicTabs/shadegray.gif") top left repeat-x;*/
}

.vshadetabs li a:visited{
color: #663399;
}

.vshadetabs li a:hover{
background-color:#ffffff;
text-decoration: underline;
/*color: #2d2b2b;*/
}

.vshadetabs li.selected{
position: relative;
top: 1px;
}

.vshadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
background-color:#ffffff;
}

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

/*****************************************************/
/*  Testing section                                */
.vshadetabs span{
margin-top: 2px;
margin-bottom: 5px;
}

.vshadetabs span a{
text-decoration: none;
padding: 3px 7px;
/*margin-right: 3px;*/
color: blue;
background-color:#ffffff;
/*background: white url("../graphics/DynamicTabs/shadegray.gif") top left repeat-x;*/
}

.vshadetabs span a:visited{
color: #663399;
}

.vshadetabs span a:hover{
background-color:#ffffff;
text-decoration: underline;
/*color: #2d2b2b;*/
}

.vshadetabs span.selected{
position: relative;
top: 1px;
}

.vshadetabs span.selected a{ /*selected main tab style */
border-bottom-color: white;
background-color:#ffffff;
}

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

/*****************************************************/

.vtabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

#vfeatureselect{ /*style of tab content oontainer*/
width: 95%;
min-height: 25px;
margin-bottom: 1em;
padding: 5px;
}

.vtabhighlighted{ /*style of tab content oontainer*/
width: 95%;
height: 350px; /*was 250*/
margin-bottom: 1em;
padding: 5px;
background-color:#eeeeee;
}

.vtabcontent{
display:none;
}

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