/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	Author		: Ch.Raja Shekar
	Description : CSS
	Date		: jan-14-2005
	Updates		:
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 

.td_row
{
	background-color: #EEF3F7;
	color: #426A7D;
	font-size: 10px;
	white-space: nowrap;
	padding-right: 2px;
}

.td_row_alt
{
	background-color: #E3ECF2;
	color: #426A7D;
	font-size: 10px;
	white-space: nowrap;
}
td
{
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid white;
}

thead
{
	line-height: 24px;
}
/*.row_header
{
	font-size: 12px;
	font-weight: bold;
	background-color: #3770A8;
	color: white;
	padding: 2px;
}
*/
.export_col
{
	float: left;
	width: 130px;
}

.clear_float
{
	clear: both;
}

/*			PAGE NAVIGATION			*/
.div_pagenav
{
	font-family: arial,serif;
	font-size: 11px;
	border: 1px solid #9B924A;
	
	color: #6F6235;		
	text-align: right;
}
.div_pagenav_page
{
	height: 18px;
	text-decoration: none;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}
.div_pagenav_page:hover
{
	background-color: #ECECFF; 
	color: blue;
	text-decoration: underline;
}
.div_pagenav_page:visited
{
	color: #4D59CA;
}

.div_pagenav_current
{
	height: 18px;
	background-color: #D7CCB5; 
	color: #BFAE8A;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}
.div_pagenav_current:hover
{
	background-color: #DBDBDB; 
	color: #8F8F8F;
}

.link_query
{
	font-size: 11px;
	margin-left: 4px;
	color: black;
}

.label
{
	width: 130px;
	display: block;
	float: left;
}

#_lightscreen{
	position:absolute;
	min-width:100%;
	min-height:100%;
	background-color:#525252;
	opacity: 0.60; -ms-filter: "alpha (opacity=60)"; filter: alpha (opacity=60);
}

*html #_lightscreen
{ 
	position: absolute;
	height: expression( (document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight) + "px");
	width: expression( (document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth) + "px");
}

.form
{
	background-color: white;
	border: 1px solid #E5E5E5;
	padding: 5px 5px 20px 5px;
}

.form_header
{
	color: #49BEB9;
	font-family: arial;
	font-size: 25px;
	font-weight: normal;
	padding: 4px 2px 10px 0px;
	
}