

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 11pt Arial;
width: 100%; /*leave this value as is in most cases*/

text-align:center;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
 direction:rtl;
/* width: 80%; width of menu*/
background: black url(indentbg.gif) center center repeat-x;
width:100%;
    height: 31px;

}

.indentmenu ul li{
display: inline;
text-align:center;

}

.indentmenu ul li a{
float: right;
color: black; /*text color*/
padding: 5px 10px;
text-decoration: none;
 background-image:  url('indentbg.gif'); background-repeat:no-repeat;
width:50px;


}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: #000000 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;

}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 600px;
margin-bottom: 1em;
padding: 10px;

}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}






/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu1{
font: bold 11pt Arial;
width: 100%; /*leave this value as is in most cases*/
direction:rtl;
text-align:center;
}

.indentmenu1 ul{
margin: 0;
padding: 0;
float: right;
 direction:rtl;
/* width: 80%; width of menu*/
 background-image:url('../images/TabLink.gif'); background-repeat:no-repeat;
}

.indentmenu1 ul li{
display: inline;
text-align:center;

}

.indentmenu1 ul li a{
float: left;
color: white; /*text color*/
padding: 5px 5px;
text-decoration: none;
 background-image:  url('../images/TabLink.gif'); background-repeat:no-repeat;
width:100px;

}

.indentmenu1 ul li a:visited{
color: white;
}

.indentmenu1 ul li a.selected{
color: #000000 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
 background-image:url('../images/slectedTab.gif'); background-repeat:no-repeat;
}


.tabcontentstyle1{ /*style of tab content oontainer*/
width: 255px;
margin-bottom: 1em;
padding: 2px;
	background-color: #F3F3EF;
}

.tabcontent1{
display:none;
}

@media print {
.tabcontent1 {
display:block !important;
}
}