<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";

@media screen
{

	/*********WP Search Container + Resets for Global Styles*************/
	.content table
	{
		margin-bottom: 5px;
		border: none;
		border-collapse: inherit;
	}

		.content table td
		{
			border: none;
			text-align: left;
			padding: 3px;
		}

		.content table th
		{
			border: none;
			text-align: center;
			padding: 5px;
		}

		.content table tbody
		{
			border: none;
			text-align: center;
			padding: 0px;
		}

		.content table td h2
		{
			margin-left: 5px;
		}

	.content h1, .content h2, .content h3
	{
		font-family: "DroidSansBold", Arial, Helvetica, sans-serif;
		padding: 4px 0;
		display: block;
		line-height: 1.5;
		color: #052d53;
		font-weight: bold;
	}

	#chk_lst_status
	{
		border: none;
		text-align: left;
	}

	.chkbox table td
	{
		margin-right: 0px;
	}

	/** Auto complete list style **/
	.autocomplete_completionListElement
	{
		margin: 0px!important;
		background-color: white;
		color: windowtext;
		border: buttonshadow;
		border-width: 0px;
		border-style: solid;
		overflow: auto;
		height: 200px;
		font-family: Tahoma;
		font-size: small;
		text-align: left;
		list-style-type: none;
	}

	/* AutoComplete highlighted item */

	.autocomplete_highlightedListItem
	{
		background-color: #ffff99;
		color: black;
		padding: 1px;
	}

	/* AutoComplete item */
	.autocomplete_listItem
	{
		background-color: window;
		color: windowtext;
		padding: 1px;
	}


	/** Override tr td size to fix AJAX calendar issue **/
	.ajax__calendar_days table tr td
	{
		padding: 0;
		margin: 0;
	}

	.ajax__calendar_months table tr td
	{
		padding: 0;
		margin: 0;
	}

	.ajax__calendar_years table tr td
	{
		padding: 0;
		margin: 0;
	}

	/*********WP Gridviews*************/


	/*********WP Typography*************/

	/** A.5 form **/
	.data_form
	{
		font-family: Times New Roman;
		font-size: 14px;
		font-weight: normal;
		color: blue;
		border-width: 1px;
		width: 100%;
		text-align: left;
	}

	.data_form_locked
	{
		font-family: Times New Roman;
		font-size: 14px;
		font-weight: normal;
		color: black;
		border-width: 0;
		background-color: #e6e6e6;
		width: 100%;
		text-align: left;
	}

	.label_form
	{
		font-family: Times New Roman;
		font-size: 14px;
		font-weight: bold;
		color: black;
		text-align: left;
	}

	.gridpager table
	{
		width: 1%;
		float: left;
	} 

	.gridpager td
	{
		background-color: white;
	} 

}

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