/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
margin: 0px;font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
width:810px;
float: left;
text-align:center;
/* width: 80%; width of menu*/
border: 1px solid red; /*navy border
background: black url(indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li{
margin: 0px;display: inline;
width:170px;
padding: 5px 0 5px;
text-align:center;
}

.indentmenu ul li a{
margin: 0px;float: left;
color: black; /*text color*/
width:134px;
padding: 5px 0 5px;
text-decoration: none;
border-right: 1px solid red; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
margin: 0px;color: black;
}

.indentmenu ul li a.selected{
margin: 0px;
color: white !important;
padding: 5px 0 5px;
background: red ;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 700px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.table_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	text-decoration: none;
}
