/* Grid style */
.Grid
{
	border: none;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.PagerText
{
}

/* GridLevel style */
.Row
{
	background-color: #fff;
	border-bottom: 1px solid #eae9e1; 
	font-family: verdana;
	font-size: 8pt;
	color: #333;	
	padding: 2px 2px 2px 2px;
}

.AlternatingRow
{
	background-color: #f8f8ff;
	border-bottom: 1px solid #eae9e1; 
	font-family: verdana;
	font-size: 8pt;
	color: #333;	
	padding: 2px 2px 2px 2px;
}

.HoverRow
{
	background-color: #ffe;
	cursor: pointer;
	border-bottom: 1px solid #eae9e1; 
	font-family: verdana;
	font-size: 8pt;
	color: #333;	
	padding: 2px 2px 2px 2px;
}

.AlternatingHoverRow
{
	background-color: #ffe;
	cursor: pointer;
	border-bottom: 1px solid #eae9e1; 
	font-family: verdana;
	font-size: 8pt;
	color: #333;	
	padding: 2px 2px 2px 2px;
}

.HeadingRow
{
}

.HeadingCell
{
	background-image: url(/trax_resources/images/header_bg.gif);   
	background-color: #e9e9eb; 
	padding-top: 4px;
	padding-right: 3px; 
	padding-bottom: 4px; 
	padding-left: 3px;
}

.HeadingCell span
{
	white-space:nowrap;
}

.HeadingCellText
{
	font-family: Verdana;
	font-size: 9pt;
	color: #008b00;
	font-weight: normal;
}

.HeadingCellHover
{
}

.HeadingCellActive
{
}

.DataCell
{
	border-bottom: 1px solid #eae9e1; 
	font-family: verdana; 
	font-size: 8pt; 
/*	padding-top: 2px;
	padding-right: 3px; 
	padding-bottom: 2px; 
	padding-left: 3px; */
}

.SelectedRow
{
	background-color: #ffe;
	cursor: pointer;
	border-bottom: 1px solid #eae9e1; 
	font-family: verdana;
	font-size: 8pt;
	color: #333;	
	padding: 2px 2px 2px 2px;
}

.SortedDataCell
{
}

.SliderPopup
{
	border: 1px solid #888;
	background-color: #ffe;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: 400;
	width: 150px;
	height: 50px;
	
}