<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------------------*/
/* Data Table */



.dataTable
{
	font-size		: 12px;
	width			: 100%;
}

	.dataTable table:first-child
	{
		border-collapse		: collapse;
		border-width		: 0px;
		border				: 0px solid #000000;
		margin				: 0px 0px 0px 0px;
	}


	.dataTable .small {
		font-size			: 11px;
		vertical-align		: middle;
	}

	.dataTable .popupPanel
	{
		line-height :18px;
	}

	.dataTable .selectedRowHighlight {
		background-color	: #C3D2CE;
		color				: #263A81;
		line-height			: 16px;
		padding				: 8px 10px 8px 0px;
	}

		.dataTable .selectedRowHighlight &gt; td {
			padding: 8px 10px 8px 0px;
		}

			.dataTable .selectedRowHighlight &gt; td:first-child {
				padding-left: 5px;
			}

			.dataTable .selectedRowHighlight &gt; td:last-child {
				padding-right: 5px;
			}


	/*-----------------------------------------------------------------*/
	/* Column Headers */

	.dataTable .columnHeaders
	{
		border-bottom		: 1px solid #d9d9d9;
		color				: #999999;
		font-size			: 11px;
		line-height			: 13px;
		padding				: 2px 3px 2px 3px;
		text-transform		: uppercase;
	}

		.dataTable .actionHeader {
			font-size		: 11px;
			font-style		: italic;
			padding			: 2px 26px 2px 3px !important;
			text-align		: right;
			text-transform	: none;
			white-space		: nowrap;
		}

		.dataTable .columnHeaders &gt; td:first-child {
			padding-left: 5px;
		}

		.dataTable .columnHeaders &gt; td:last-child {
			padding-right: 5px;
		}


	/*-----------------------------------------------------------------*/
	/* List Rows */



	.dataTable .listRow1 {
		background-color		: #f0f0f0;
		line-height				: 16px;
	}
		.dataTable .listRow1 &gt; td {
			padding					: 8px 10px 8px 0px;
		}
		.dataTable .listRow1 &gt; td:first-child {
			padding-left			: 5px;
		}
		.dataTable .listRow1 &gt; td:last-child {
			padding-right			: 5px;
		}



	.dataTable .listRow1Clickable {
		background-color		: #f0f0f0;
		line-height				: 16px;
	}
	.dataTable .listRow1Clickable:hover {
		background-color		: #C3D2CE;
		color					: #263A81;
		cursor					: pointer;
	}
		.dataTable .listRow1Clickable &gt; td {
			padding					: 8px 10px 8px 0px;
		}
		.dataTable .listRow1Clickable &gt; td:first-child {
			padding-left			: 5px;
		}
		.dataTable .listRow1Clickable &gt; td:last-child {
			padding-right			: 5px;
		}



	.dataTable .listRow2	{
		background-color		: #f9f9f9;
		line-height				: 16px;
	}
		.dataTable .listRow2 &gt; td {
			padding					: 8px 10px 8px 0px;
		}
		.dataTable .listRow2 &gt; td:first-child {
			padding-left			: 5px;
		}
		.dataTable .listRow2 &gt; td:last-child {
			padding-right			: 5px;
		}



	.dataTable .listRow2Clickable	{
		background-color		: #f9f9f9;
		line-height				: 16px;
	}
	.dataTable .listRow2Clickable:hover {
		background-color		: #C3D2CE;
		color					: #263A81;
		cursor					: pointer;
	}
		.dataTable .listRow2Clickable &gt; td {
			padding					: 8px 10px 8px 0px;
		}
		.dataTable .listRow2Clickable &gt; td:first-child {
			padding-left			: 5px;
		}
		.dataTable .listRow2Clickable &gt; td:last-child {
			padding-right			: 5px;
		}
















</pre></body></html>