html.displayTable, body.displayTable
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
    height:100%;
    border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	padding: 10px 10px 10px 10px;
    
}

table.statisticalTableBuilt
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	/* margin-left:10px; */
}


table.statisticalTableBuilt td, table.statisticalTableBuilt th, table.statisticalTableBuilt thead, table.statisticalTableBuilt tr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #f5f5f5;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

table.statisticalTableBuilt td.selectedTableContent
{
	color: red;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ffccff;
	text-align: right;
}

table.statisticalTableBuilt td.tableContent
{
	color: black;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fffacd;
	text-align: right;
}

table.statisticalTableBuilt th.header, table.statisticalTableBuilt thead.header
{
	text-align: left;
	background-color: #87cefa;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}

table.statisticalTableBuilt th.columnClassification
{
	text-align: right;	
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}


table.statisticalTableBuilt th.rowClassification
{
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}


table.title tr td
{
	/* margin-left:10px;  */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
}

table.footnote tr td.col1
{
	/* margin-left:10px;  */
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold; 
	font-size: 10pt;
	width: 3%;
	vertical-align: top;
}

table.footnote tr td.col2
{
	/* margin-left:10px;  */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	width: 1%;
	vertical-align: top;
	text-align: right;
}

table.footnote  tr td.col3
{
	/* margin-left:10px;  */
    font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold; 
	font-size: 10pt;
	width:96%;
	vertical-align: top;
	padding-left: 5px;

}

table.disclaimer  tr td
{
	/* margin-left:10px;  */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

/*css for Definition table*/
table.definitionTable
{
/*	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
*/
	padding-top: 10px;
	padding-left: 10px;
	border-style:double;
	border-bottom-width:medium;
	border-color:Gray;
	width:100%;
}

table.definitionTable td, table.definitionTable tr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-right: Gray thin solid;
	border-top:none;
	border-left: Gray thin solid;
	border-bottom: none;
}

table.definitionTable td.header, table.definitionTable thead tr td, table.definitionWithOutClassificationTable thead
{
	text-align: left;
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	white-space:normal;
}

table.definitionTable th
{
	text-align: left;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
	border-right: Gray thin solid;
	border-top:Gray thin double;
	border-left: Gray thin solid;
	border-bottom: Gray thin double;
	background-color:Gray;
	color:White;
}

table.definitionTable td.content
{
	text-align: left;
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-Top: 5px;
	padding-bottom: 10px;
	white-space: nowrap;
}

table.definitionTable td.glossaryContent
{
	text-align: left;
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-Top: 5px;
	padding-bottom: 10px;
	white-space:normal;
}

/*css for Important notice*/
table.ImportantNoticeTable, table.UserGuideTable
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

table.ImportantNoticeTable td, table.UserGuideTable td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 10px;
	padding-left: 10px;	
	padding-right: 10px;
}

table.ImportantNoticeTable td.NoticeHeader, table.UserGuideTable td.NoticeHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight:bolder;
	color:Blue;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 10px;
}


