.DataGrid_Table{width: 100%; font-family: Verdana, Arial, Tahoma; font-size: 12px;}
	.DataGrid_SearchRow_Title{font-weight: Bold; font-size: 12px; background-color: Navy; color: White; background-image: url('../image/datagrid_searchrow_title.gif'); height: 20px; vertical-align: middle;}

	.DataGrid_Title_Table{width: 100%; background-color: White; color: Navy; font-family: Verdana, Arial, Tahoma; font-size: 12px; background-image: url('../image/datagrid_title_table.gif'); height: 20px;}
		.DataGrid_Title_Row_Left{font-weight: Bold; vertical-align: middle;}
		.DataGrid_Title_Row_Right{text-align: Right; vertical-align: middle;}

	.DataGrid_ControlPanel_Row{text-align: center;}

	.DataGrid_GridTable{width: 100%; font-family: Verdana, Arial, Tahoma; font-size: 12px;}
		.DataGrid_ColumnTitle_Row{background-color: Navy; color: White; font-weight: Bold; text-align: center; background-image: url('../image/datagrid_columntitlerow.gif'); height: 20px; vertical-align: middle;}
		.DataGrid_ColumnTitle_Row_Serial_Cell{width: 1px;}
		.DataGrid_ColumnTitle_Row_CheckBox_Cell{width: 1px;}
		.DataGrid_ColumnTitle_Link{color: White;}
		.DataGrid_ColumnTitle_Link:hover{color: Aqua;}
		.DataGrid_ColumnTitle_Row_Action_Cell{width: 56px;}

		.DataGrid_DataRow_Odd{background-color: White; font-size: 10px;}
		.DataGrid_DataRow_Even{background-color: #EEEEFF; font-size: 10px;}
			.DataGrid_DataCell{padding: 2px;}
			.DataGrid_ActionCell{text-align: Right;}

		.DataGrid_FooterRow{background-color: Navy; background-image: url('../image/datagrid_footerrow.gif'); height: 8px;}