td, body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	border:0px;
	margin:0px;
}

.disabledtab {
	background : #D3D3D3;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
	border-width : 0;
}

.enabledtab {
	background : #003399;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :7pt;
	font-weight : bold;
	border-width : 0;
	letter-spacing : normal;

}

.enabledAgentTab {
	background : #FFCC00;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :7pt;
	font-weight : normal;
	border-width : 0;
	letter-spacing : normal;
	padding : 0;
}
.disabledAgentTab {
	background : Silver;
	color : Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :7pt;
	font-weight : normal;
	border-width : 0;
	letter-spacing : normal;
	padding : 0;
}

.AgentBorderedtable {
	border : thin solid #FF6600;
}

.selectedAgentTab {
	background : #FF6600;
	color : #330000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	border-width : 0;
	padding : 0;
}

.lineundertab {
	background :#0066ff;
	color : #FFFFFF;
	font-size : 7pt;
	border-width : 0;
}


.selectedtab {
	background :#0066ff;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
	border-width : 0;
}

.notab {
	background : #FFFFFF;
	width : 100%;
	border-width : 0;
}

.papersize {
	border-width : 0;
	width : 590px;
	padding : 0;
	left : 0;
	top : 0;
}


.normaltable {
	background : #F5F5F5;
	color : Black;
	font-size : 9pt;
}

.normalborderedtable {
	background : #F5F5F5;
	color : Black;
	font-size :9pt;
	border : thin solid #0052BD;
	border-color : #0052BD;
}

.highlightTable {
	background : #0052BD;
	color : White;
	font-weight : bolder;
	font-size :9pt;
}

.biggertable {
	background : #F5F5F5;
	color : Black;
	font-size : 10pt;
	font-weight : bolder;
}

.highlightbiggerTable {
	background : #0052BD;
	color : White;
	font-size : 10pt;
	font-weight : bolder;

}

.smallertable {
	background : #F5F5F5;
	color : Black;
	font-size : 8pt;
}

.highlightsmallerTable {
	background : #0052BD;
	color : White;
	font-size : 8pt;
	font-weight : bolder;
}

.smallerborderedtable {
	background : #F5F5F5;
	color : Black;
	font-size : 8pt;
	border : thin solid #0052BD;
	border-color : #0052BD;

}
