/* --- 用于DataGrid 的样式 --- */
.Css_DataGrid
{
	background-color: White;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	color: #353535;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
/*	table-layout: fixed;
*/
    text-align:center;
    line-height: 1.5em;

    width: 100%;
/*	
	hander: expression(this.cellSpacing=0);
	hander: expression(this.cellPadding=3);
*/
}

.Css_DataGridHeader
{
    background-color: #E8E8E8;
    font-size: 10pt;
    font-weight :bold;
    word-break: keep-all;
}

.Css_DataGridFooter
{
    font-size: 10pt;
    word-break: keep-all;
}

.Css_DataGridAlternating
{
    background-color: #F9F9F9;
}

.Css_DataGridItem
{
}

.Css_DataGridPager
{
    text-align: left;
    color: Red;
    vertical-align:baseline;
}

.Css_DataGridPager span
{
    /*font-weight : bold ;*/
    font-family :Arial;
    font-size : 10pt;
    color:expression(/^\d+$/.test(this.innerText)?"Red":"");
    vertical-align:baseline;
}

.Css_DataGridPager a
{
    font-weight : normal ;
    font-family :Arial;
    font-size : 9pt;
    vertical-align:baseline;
    
}

.Css_DataGrid td
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
	

.Css_DataGrid a
{
	color: #353535;
	text-decoration: none;
}

.Css_DataGrid a:visited
{
	color: #353535;
	text-decoration: none;
}

.Css_DataGrid img
{
	border:none;
}

/*------ end ---------*/


