﻿
@charset "utf-8";

@media screen
{

	/*********WP Search Container + Resets for Global Styles*************/
	.content table
	{
		margin-bottom: 0px;
		border: none;
		border-collapse: inherit;
	}

		.content table td
		{
			border: none;
			text-align: left;
			padding: 5px;
		}

		.content table th
		{
			border: none;
			text-align: center;
			padding: 5px;
		}

		.content table tbody
		{
			border: none;
			text-align: left;
			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;
	}
	
	.DynamicMenuZIndex
 	{
		z-index: 999;
	}

	/*********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;
	} 

	.cell_left
	{
		width: 20%;
		font-style: italic;
		font-weight: normal;
		color: Gray;
		text-align: left;
		border-right:solid 1px #dcdcdc;
	}

	.cell_right
	{
		text-align: left;
	}
	
	.title
	{
		font-size: 10pt;
		font-weight: bold;
		text-align: center;		
	}
		
	.summary
	{
		font-size: 9pt;
		text-align: justify;	
		overflow: auto;
		height: 100px;
		padding-right: 5px;
		padding-left: 5px;
		border: solid 1px gray;
	}

	.summary_a
	{
		font-size: 14pt;
		line-height: 16pt;
		text-align: right;
		overflow: auto;
		height: 100px;
		font-family: Arabic Transparent;
		padding-right: 15px;
		padding-left: 10px;
		direction: rtl;
		border: solid 1px gray;
	}

	.title_a
	{
		font-size: 14pt;
		font-weight: bold;
		line-height: 16pt;
		text-align: left;
		direction: rtl;
		font-family: Simplified Arabic;
		padding-right: 15px;
	}
	
	.white-text {
		font-weight: bold;
		font-family: arial;
		color: white;
	}

    /*Added by A. UGALE to remove search box on top 2016.02.25*/
    .header-search-replace {
        padding: 82px 0 0 0;
        float: right;
    }
}

