/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
	width: 724px;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-collapse: collapse;
	margin-left: -3px;
	background-color: transparent;
	height: 30px;
	padding-top: 4px;
}

html > body
.modernbricksmenu2{
	width: 724px;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-collapse: collapse;
	margin-left: 0px;
	height: 30px;
	padding-top: 4px;
}

.modernbricksmenu2 table{
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

html > body
.modernbricksmenu2 table{
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	
}

.modernbricksmenu2 table td{
	display: inline;
	text-transform:capitalize;
	margin: 0;
	padding: 0;
}

.modernbricksmenu2 td a{
	float: left;
	display: block;
	color: #454545;
	text-decoration: none;
	height: 30px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/reports-tab-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.modernbricksmenu2 td a:hover{
	color: #454545;	
	text-decoration:none;

}

.modernbricksmenu2 td a.selected{ /*currently selected tab*/
	float: left;
	display: block;
	color: #454545;
	text-decoration: none;
	height: 30px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/reports-tab-active-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}

.tabcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.tabcontent a{	
	text-decoration: none;
	font-weight: normal;
}

.tabcontent th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

/*.tabcontent td{
	background-image: url(images/tab_bot_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;

}*/



@media print {
.tabcontent {
display:block !important;
}
}
.tab_con_wid {
	width: 720px;	
	border:2px solid #b7cea5;
	padding: 0px;
	margin-bottom: 1em;
}

*html
.tab_con_wid {
	width: 720px;
	border:2px solid #b7cea5;
	padding: 0px;
	margin-bottom: 1em;
	margin-left: -3px;
}
a{outline:none;}
