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


.indentmenu{
font: bold 13px Arial;
width:378px;/*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
background:#2d57c3;
color:#FFF;
width:378px;
_padding: 0;
/* width: 80%; width of menu*/

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
text-decoration: none;
background:#2d57c3;
color:#FFF;
text-align:center;
font-size:11px;
border-left:#a9cdef 1px solid;
border-bottom:#a9cdef 1px solid;
width:125px;
height:18px;
padding-top:5px;
}

.indentmenu ul li a:visited{
color:#336699;

}

.indentmenu ul li a.selected{
color:#336699 !important;
background:#fff;
border-bottom:#fff 1px solid;
}


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

.tabcontent{
display:none;
text-align:justify;
}
.tabcontent_inner {
padding-right:10px;
}

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