﻿/* 

Gridview

*/
.DisplayNameColumn
{
	background-color: White;
	/*border-bottom-color: #CDD4E3;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	cursor: default;
}

.DataGridSelectedRow
{
	background-color: #FFAB3F;
	/*border-bottom-color: #CDD4E3;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	cursor: default;
}

.DataGridMultiSelectedRow
{
	background-color: #FFDD66;
	/*border-bottom-color: #CDD4E3;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	cursor: default;
}

.DataGridRow
{
	background-color: white;
	cursor: default;
}

.DataGridRowAlternate
{
	background-color: #f5f5f5;
	cursor: default;

}


.GridView
{
	background-color: White;
	width:100%;
	cursor:default;
	border-bottom:solid 1px #15428b;
	z-index:1000;

}

.HiddenColumn
{
	display: none;
}

.GridViewHeader
{
	white-space:nowrap;
}
.HeaderStyle
{
	 background-color: #5D7B9D;
	 font-weight:bold;
	}
