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


.indentmenu{
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color:#fff;
text-decoration: none;
background: url(../images/tab_nomal.png) no-repeat;
width:108px;
text-align:center;
height:30px;
font-size:11px;
text-align:center;
margin:0 8px;
line-height:25px;
font-weight:bold;
}

.indentmenu ul li a:visited, .indentmenu ul li a:hover{
color:#fff;
}

.indentmenu ul li a.selected{
color:#fff !important;
background: url(../images/tab_select.png) no-repeat;
margin-top:5px;
}


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

.tabcontent{
display:none;
padding:10px;
/*border-top:1px solid #99a6af;*/
text-align:justify;
}
.tabcontent_inner {
padding-right:10px;
margin-top:10px;
}

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