body {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}
/*td {	font-family: "Microsoft San Serif",Arial, Helvetica, sans-serif;	font-size: 12px;}
th {	font-family: "Microsoft San Serif",Arial, Helvetica, sans-serif;	font-size: 12px;} */
form {	font-family: "Microsoft San Serif",Arial, Helvetica, sans-serif;	font-size: 12px;}
input {	font-family: "Microsoft San Serif",Arial, Helvetica, sans-serif;	font-size: 12px;}

table
{ 
	 clear:both;border-collapse:collapse;/**/
}

#phead_table
{/* head table contains: nokair logo, logout and Home menu*/
	height: 78px;
	width: 100%;
	border: solid 1px #ccc;
}

#pmain_table
{
	padding: 3px;
	border-style: inset inset inset inset;
	width: 99%;
	border: solid 1px #ccc;/**/
}

#pmain_table td
{/**/
	border-width: 1px;/**/
	padding: 2px;
	border-style: inset inset inset inset;
	/*border-color: #ccc;	*/
	
}


/* first column of data after each menu is selected */
#content
{
}

#content table td
{	/*
	border-width: 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: #ccc;*/
}

/* detail table in the third column */
#detail
{
}

#detail table td
{
	border-width: 1px;
	padding: 2px;
	border-style: inset inset inset inset;
	border-color: #ccc;
}

#profile_table td
{
}

#agent_search
{
	width: 450px;
	margin: 0.1em 0.1em;
	border: solid 1px #ccc;
	padding: 0.1em 0.1em;
	text-align: left;
}

#commision_search_table{}
#commision_search_results_table
{
	width: 98%;
}

#commision_search_results_table td
{
	border-color: #ccc;
	padding: 3px;
}

/* report search criteria table */
#rpt_table
{
	width: 500px;
}
#rpt_table td
{
	/*text-align: center;*/
	border-width: 1px;
	padding: 2px;
	border-style:solid;
	border-color: #ccc;
}

/* report table*/
.rpt{
	width: 100%;
}

.rpt td
{	font-size: 9pt;
	border-width: 1px;
	padding: 2px;
	border-style:solid;
	border-color: #ccc;	
}
.rpt_head
{	font-weight: bold; 
	font-size: 10pt; 
	color: #fff;
    background: #f1b940; 
}



/* a big blue font of td*/
.tdTitle 
{
	font-weight: bold; 
	font-size: 10pt; 
	color: #000088;
}

.screenno
{
	color: #f1b940;
	font-size: 8pt;
	text-align: right; 
}

/*text input#1 */
.profile
{
	width: 200px;
}

.divShow 
{
	font-weight: bold; 
	font-size: 10pt; 
	color: #000088;
}

