@charset "windows-1256";

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


.indentmenu{
width: 100%; /*leave this value as is in most cases*/
height:50px; line-height:50px;

}

.indentmenu ul{
margin: 0px;
padding: 0px;

/* width: 80%; width of menu*/


height:50px; line-height:50px;
font-size:18px; font-weight:bold;

}

.indentmenu ul li{
display: inline;
height:50px; line-height:50px;
}

.indentmenu ul li a{
float: left;
text-align:center;
color: gray; /*text color*/
width:152px;
text-decoration: none;
background: #f0f0f0 url(../images/headings_bg_gradiant_gray.jpg) center center repeat-x;
border-left:gray 1px solid;
border-top: 1px solid gray; 
border-bottom: 1px solid gray; 
border-right: 1px solid gray;
}

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

.indentmenu ul li a.selected{
color: #000000 !important;
padding-top: 0px; /*shift text down 1px*/
padding-bottom: 0px;
background: #f0f0f0 url(../images/headings_bg_gradiant_gray_sel.jpg) center center repeat-x;
border-bottom:#f0f0f0 1px solid;

}


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

.tabcontent{
display:none;
padding:10px;
background-color:#f0f0f0;
}

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