﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */
.indentmenu{
font: normal 11px Arial;
color: #000000;
width: 152px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin-left: 2px;
margin-top: 0;
margin-bottom: 0px;
margin-right: 0;
padding: 0;
float: left;
/*width: 80%;  width of menu*/
border-top: 1px solid #943A32; /*navy border*/
background: white url(/images/inactivemw.gif) center center repeat-x;
}

.indentmenu ul li {
    display: unset;
    float: left;
    width: calc(100% / 5);
    border-right: 1px solid #fff !important;
    border-left: 1px solid #ecf0f1 !important;
    text-shadow: 0 0 black;
    text-align: center;
}

.indentmenu ul li a {
    color: #666666;
    padding: 1px 2px;
    text-decoration: none;
    border-right: 0 !important;
    border-left: 0 !important;
}

.indentmenu ul li a:visited{
color: #666666;
}

.indentmenu ul li a.selected{
color: #000000 !important;
padding-top: 1px; /*shift text down 1px*/
padding-bottom: 1px;
background: #F8EDED;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.subtab
{
	/*border: 1px #943A32 solid;*/
	border-collapse:collapse;
	width:150px;
	padding-right: 0;

}


