/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu {
	font: bold 13px Arial;
	width: 534px; /*leave this value as is in most cases*/
	text-align: center;
	margin-left: 10px;
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
background: #F1F2F6 url(../images/homepage/regular_tab.gif) repeat-x;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: white; /*text color*/
	padding-top: 6px;
	text-decoration: none;
	width: 173px;
}
.indentmenu ul li a:visited {
	color: white;
}
.indentmenu ul li a.selected {
	color: #0D619F !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 2px;
	background: #F1F2F6 url(../images/homepage/selected_tab.gif) no-repeat;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
	margin-left: 10px;
}
.tabcontent {
	display:none;
	width : 534px;
	margin-left: 10px;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.tblfooter {
  margin-left: 10px;
	float : none;
	height : 16px;
	width : 534px;
	padding : 0;
	background-color: #ffffff;
	background-image: url(../images/homepage/footer_table.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tblheaderleft {
	float : left;
	width : 20px;
	height : 23px;
	background: #F1F2F6 url(../images/homepage/blue_tabs_bg_Left.gif) no-repeat;
}
.tblheaderright {
	float : left;
	width : 20px;
	height : 23px;
	background: #F1F2F6 url(../images/homepage/blue_tabs_bg_Right.gif) no-repeat;
}
.tabtable {
	width: 100%;
	padding: 0;
	border-left: 0px;
	border-collapse:collapse;
}
.tabtablerow {
	height: 19px;
	font: bold 12px Arial;
	text-align:center;
	background: #F5FAFA url(../images/homepage/row.gif) no-repeat;
}
.tabtablerowleft {
	height: 19px;
	font: bold 12px Arial;
	text-align:left;
	background: #F5FAFA url(../images/homepage/row.gif) no-repeat;
}
