﻿/*Grid view */
.gridView
{
  background-color:#FFFFFF;
	width:100%;
	border-width:0px;
	table-layout:fixed;	
}
/*Grid header*/
.gridHeader
{
	height:24px; 
	border-top:#FFFFFF 1px solid; 
	border-bottom:#A0A0A4 1px solid; 
	background-color:#E0E3E8; 
	position:relative;
	top: expression(this.offsetParent.scrollTop); 
	overflow: hidden; 
	white-space:nowrap;
}
.gridHeader a, .gridHeader a:link, .gridHeader:visited, .gridHeader:visited
{
	width:100%;
	height:20px; 
	background-color:#E0E3E8;
	text-decoration:none;
	color:#000000;
	font-size: 12px;
	font-weight:normal;	
	overflow: hidden; 
	white-space:nowrap;
}
.gridHeader a:hover
{
	width:100%;
	height:20px; 
	border-bottom:#EF9E29 2px solid; 
	background-color:#FFFFFF; 
	text-decoration:none;
	color:#000000;
	font-size: 12px;
	font-weight:normal;	
}
.gridHeader img
{
	float: left;
}
.gridHeaderSeparator
{
	width:4px;
}
.gridSortedColumnAsc
{
	height:20px; 
	background-image: url(../Images/bar_bk.gif);
	text-decoration:none;
	color:#000000;
	font-size: 12px;
	font-weight:normal;
	background-repeat:no-repeat;
	background-position:right;
}
.im
{
	background-image: url(../Images/header_sep.gif);
	background-repeat:no-repeat;	
}
.gridBorder
{
	border: solid 1px #003366;
}
/*Grid content*/
table.gridContent .gridContent     
{
	background-color:#FFFFFF; 
	table-layout:fixed;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
col.gridHeaderCol       
{
	padding-left:8px;
}
col.gridContentCol
{
	padding-left:10px;
}
tr.gridRow
{
	padding-top:1px; 
	margin-bottom:1px; 
	height:24px;
}
tr.selectedRow
{
	padding-top:1px; 
	margin-bottom:1px; 
	height:24px; 
	color:#FFFFFF; 
	/*background-image: url(../Images/Grid/selectedRow.gif);*/
	/*background-color:#5A7EBF;*/
}
td.SortedColumn
{
	height:24px; 
	border-bottom:#CDD4E3 1px solid;
	background-color:#F5F8FA;
}
td.gridCell
{
	background-color:#FFFFFF; 
	height:24px; 
	border-bottom:#CDD4E3 1px solid;
	overflow: hidden; 
	white-space:nowrap;
	text-overflow: ellipsis;	
}
td.emptyGridText 
{
	color:#999999;
	width:100%;
	text-align:center;
}

/*Grid statusbar*/
.gridStatusBar
{
	height:24px; 
	vertical-align:middle;
	/*background-color:#E0E3E8;*/
	background-color:Silver;
	border-top:1px solid #A0A0A4; 
	color:#666666; 
	position:relative;
	/*top: expression(this.offsetParent.scrollTop-15);*/
}
td.gridPagingText  
{
	color:#666666; 
	text-align:right;
}
nobr
{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
