.tabbox{
min-height:150px;
height:auto !important;
height:200px;
border-bottom: 1px solid #17154d;
padding-bottom: 5px;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
font-weight: bold;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
margin: 0px 2px;
background-color: #BCB089;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 4px;
text-decoration: none;
border-right: 3px solid #FBF4D9; /*navy divider between menu items*/
text-align:center;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover{
background-color: #17154d;
text-decoration: none;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color: #17154d;
}


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

.tabcontent{
display:none;
}

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