
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 12px Arial;
 /*leave this value as is in most cases*/

}
.tabtxt
{
padding-left:5px;
padding-right:5px;
vertical-align:top;	}

.indentmenu div{
margin: 0;
padding: 0;
float: left;



/* width: 80%; width of menu*/
 /*navy border*/
/*background: black url(indentbg.gif) center center repeat-x;*/



	
}

.indentmenu div div{

 display:inline;
line-height:20px;



}

.indentmenu div div a{
float: left;
color:#ffffff; /*text color*/
padding: 0px 8px 0px 8px;
text-decoration: none;
border:1px solid #cccccc;
border-right: 0px solid #cccccc;
border-bottom: 0px solid #cccccc;

height:21px;	 display:inline;

background-repeat:repeat-x;
}

.indentmenu div div a:visited
{
color:#858181;
}

.indentmenu div div a.selected{
color: Orange !important;
padding: 0px 8px 0px 8px;
border-bottom: 0px solid #cccccc;
background-image:url(blue-bg-t.jpg);
height:21px; display:inline;
text-decoration:none;
background-repeat:repeat-x;

/*background:white url(arrow111.jpg) no-repeat right;*/

}


.tabcontentstyle{ /*style of tab content oontainer*/

margin-bottom: 1em;
 padding:5px;
vertical-align:top;
}

.tabcontent
{
	
display:none;
vertical-align:top;


}

@media print {
.tabcontent {
display:block !important;
 padding:5px;
 vertical-align:top;
}

}

.tabfooter{

width:900px;
height:24px;	
background-image:url(brown-bg-d.jpg);
background-repeat:repeat-x;

}


