.DataGrid_Table{
	border-left: 1px #598fff solid;
	border-top: 1px #598fff solid;
	border-bottom: 1px #598fff solid;
	padding: 0px;
	width: 100%;
}

.DataGrid_TitleRow{
	background-color: #598fff;
	background-image: url('../image/datagrid/titlerowbackground.png');
}

.DataGrid_TitleCell{
	border-right: 1px #598fff solid;
	padding: 3px;
}

.DataGrid_TitleTable{
	width: 100%;
	color: white;
	font-weight: bold;
}

.DataGrid_TitleTable_TitleRow{
	vertical-align: middle;
}

.DateGrid_TitleRow_CaptionCell{
	font-size: 14px;
}

.DateGrid_TitleRow_NavigationCell{
	border: 0px yellow solid;
}

.DataGrid_NavigationLinkCell{
	padding: 1px;
	border: 0px pink solid;
	color: white;
}

.DataGrid_NavigationLink{
	color: white;
}

.DataGrid_Navigation_Icon{
	height: 14px;
	border: 1px white solid;
	padding: 1px;
}

.DataGrid_Navigation_Icon:hover{
	border-color: aqua;
}

.DataGrid_BacthActionRow{
	background-color: #598fff;
	text-align: center;
	color: white;
	font-weight: bold;
}

.DataGrid_ColumnTitleRow{
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #598fff;
	background-image: url('../image/datagrid/columntitlerowbackground.png');
}

.DataGrid_ColumnTitleCell{
	border-right: 1px #598fff solid;
	padding: 3px;
}

.DataGrid_ColumnTitleCell_Heighter{
	height: 19px;
}

.DataGrid_CheckBox_Toggler{
	/*border: 0px red solid;*/
}

.DataGrid_ColumnTitleLink{
	color: white;
}

.DataGrid_ValueRow_0{
	background-color: #deeeff;
}

.DataGrid_ValueRow_0:hover{
	background-color: #feffa5;
}

.DataGrid_ValueRow_1{
	/*background-color: #f2f6ff;*/
}

.DataGrid_ValueRow_1:hover{
	background-color: #feffa5;
}

.DataGrid_CheckBoxCell{
	border-bottom: 0px #598fff solid;
	border-right: 1px #598fff solid;
	padding: 3px;
	text-align: center;
}

.DataGrid_CheckBoxCell:hover{
	background-color: #ffc6b0;
}

.DataGrid_SerialNumerCell{
	border-bottom: 0px #598fff solid;
	border-right: 1px #598fff solid;
	padding: 3px;
}

.DataGrid_SerialNumerCell:hover{
	background-color: #c2c3ff;
}

.DataGrid_ColumnValueCell{
	border-bottom: 0px #598fff solid;
	border-right: 1px #598fff solid;
	padding: 3px;
}

.DataGrid_ColumnValueCell:hover{
	background-color: #bfffc1;
}

.DataGrid_ColumnValue_Thumbnail{
	height: 48px;
	border: 1px blue solid;
}

.DataGrid_ColumnValue_Icon{
	height: 16px;
}

.DataGrid_Action_Link_Cell{
	/*border-bottom: 1px #598fff solid;*/
	border-right: 1px #598fff solid;
	padding: 3px;	
	text-align: right;
}

.DataGrid_Action_Link_Cell:hover{
	background-color: #ffb7b4;
}

.DataGrid_ActionIcon{
	height: 16px;
}
