/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

#tabwrap {
	clear: both;
	margin: 0 auto;
	width: 533px;
	background: white;
	padding: 5px 5px 5px 5px;
}

#single-tabwrap {
}

.tabhdr {
	border-top: 1px dotted #333;
	padding: 5px 5px 5px 5px;
	font-size: 24px;
	font-weight: bold;
}

.indentmenu{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	margin-top: 10px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 1px solid #666; /*navy border*/
	border-left: 1px solid #666; /*navy divider between menu items*/
	background: black url("images/indentbg.gif") center center repeat-x;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #333333; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #666; /*navy divider between menu items*/
}

.selected {

}

.indentmenu ul li a:visited{
	color: #333333;
}

.indentmenu ul li a.selected{
	color: #000000 !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url("images/indentbg2.gif") center center repeat-x;
}

.single-indentmenu{
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-indentmenu ul{
	/*width: 100%;  width of menu*/
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px dotted #E0E0E0; /*navy border*/
	border-left: 1px dotted #E0E0E0; /*navy divider between menu items*/
	background: #FFFFFF;
}

.single-indentmenu ul li{
	display: inline;
}

.single-indentmenu ul li a{
	float: left;
	color: #333333; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px dotted #E0E0E0; /*navy divider between menu items*/
}

.single-indentmenu ul li a:visited{
	color: #333333;
}

.single-indentmenu ul li a.selected{
	color: #FFFFFF !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: #003333;
}

#tabmainBox {
	border:1px solid gray;
	min-height: 100px;
	padding: 5px;
	margin-bottom:1em;
	background: black url("images/footerbg.gif") center center repeat-x;
}

#singletabmainBox {
/*	min-height: 200px;
	margin-bottom:1em; */
	padding-top: 10px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	padding: 5px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}


