/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.mr_menu{
font: bold 14px Verdana, Geneva, Tahoma, Sans-serif;
width: 305px;
}

.mr_menu ul{
margin: 0px 0px 0px 0px;
padding: 2px;
/* width: 100%; width of menu*/
border-bottom: 2px solid  #000;

}

.mr_menu ul li{
display: inline;
margin-top: 2px;
}

.mr_menu ul li a{

color: #fff; /*text color*/
padding: 1px 15px;
text-decoration: none;
border: 1px solid #000; /*divider between menu items*/
background: #000;

}

.mr_menu ul li a:visited{
color: #fff;
}

.mr_menu ul li a.selected{
color: #474747 !important;
padding-top: 2px; /*shift text down 1px*/
padding-bottom: 2px;
background: #fff;
margin: 0px 0px 0px 2px;
}

.mr_tabmargin{
margin-top: 2px;
}




.mr_tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 305px;
margin-bottom: 1em;
padding: 2px;
background: #fff;
}


.mr_tabcontent{
display:none;
}






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






