/* 預設表格標題樣式 */
TR.HeaderRow {
	text-align:center;
 	margin: 0pt; 
 	padding: 0pt; 
 	background: lightgrey; 
 	border-collapse:collapse;
}
TABLE.CustomDataGrid
{
	font: menu; 
 	margin: 0pt; 
 	padding: 0pt; 
 	border-left: 1px #EEEEEE solid; 
 	border-top: 1px #EEEEEE solid; 
 	border-right: 1px gray solid; 
 	border-bottom: 1px gray solid;  	
}
TR.SelectedRow
{
	font-size: 12px;
	cursor: hand;
	background-color: navajowhite;
}
TR.EditRow
{
	background-color: navajowhite;
	cursor:hand;
}
TR.NormalRow
{
	cursor:hand;
}
TR.AlternatingRow
{
	cursor:hand;
}
TR.HighlightRow
{
	font-weight: bolder;
	cursor: hand;
	font-style: italic;
	background-color: papayawhip;
	text-decoration: underline;
}
