

/* 只处理默认基本标记 */

body
{
	font-family: 宋体;
	font-size: 9pt;
	color: #464C52;
	border: 0px;
	margin: 0px;
}
body
{
	SCROLLBAR-FACE-COLOR: #f6f6f6; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #cccccc; 
	SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
	SCROLLBAR-ARROW-COLOR: #330000; 
	SCROLLBAR-TRACK-COLOR: #f6f6f6; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;	
}

TABLE
{
	border-collapse: collapse;
}


TD
{
	font-family: 宋体;
	font-size: 9pt;
	color: #464C52;
}

font
{
	font-family: 宋体;
	font-size: 9pt;
}

A
{
	font-family: 宋体;
	font-size: 9pt;
	color: #464C52;
}

A:link
{
	color: #464C52;
	text-decoration: none;
}

A:visited
{
	color: #464C52;
	text-decoration: none;
}

A:active
{
	color: red;
	text-decoration: none;
}


A:hover
{
	color: #000000;
	text-decoration: underline;
}



img
{
	border: 0px;
	
}


TEXTAREA
{
	font-family: 宋体;
	border: 1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	font-size: 9pt;
	padding: 3px 0px 3px 3px;
}


input
{
	font-family: 宋体;
	font-size: 9pt;
	padding:3px 3px 0px 3px;
	cursor: hand;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: expression(this.type!= 'checkbox' ? '1px' : '0px' );
	
}

button ,.button
{
	/*
	font-family: 宋体;
	font-size: 9pt;
	padding:3px 3px 0px 3px;
	cursor: hand;
	border:#7b9ebd 1px solid;
	height:23px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	*/
	padding:3px 3px 0 3px;
	height:23px;
	color:#ffffff;
	border:solid 1px blue;
	background: url(../Images/button_bg.gif) #158DE5 repeat-x 0 0;
}

fieldset
{
	margin: 8px 10px 0px 10px;
	padding: 0px 8px 5px 8px;
}

legend
{
	font-family: 宋体;
	font-size: 9pt;
	color: #464C52;
	color: #666;
	background: #eee;
	border: #c0c0c0 1px solid ;
	padding: 6px 10px 4px 10px;
	margin: 0px 18px 8px 8px;
}


.DataGridContainer
{
	overflow: auto;
	height: 100%;
}

.datagrid
{
	border: 0px solid #dcdcdc;
	border-collapse: collapse;
}

.datagrid tr
{
	border: 1px solid #dcdcdc;
	word-break: break-all;
	word-wrap: break-word;
	cursor:hand;
}
.datagrid tr td
{
	border-top:1px solid #dcdcdc;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #f0f0f0;
	padding-left: 5px;
	padding-right: 5px;
	height: 26px;
}

.header
{
	z-index: 10;
	position: relative;
	height: 28px;
	border: 1px solid #F0F0F0;
	top: expression(this.offsetParent.scrollTop);
	table-layout: fixed;
	white-space: nowrap;
	text-align: center;
	background-color: #F0F0F0;
}
.header td
{
	white-space: nowrap;
	background: url(../images/tabletitle_bg.gif) #888 repeat-x 0 0;
}

.datagrid tr.item
{
	background-color: white;
}

.datagrid tr.alternatingitem
{
	background-color: #fdfbfe;
}

.datagrid tr.itemOver
{
	background-color: #EFEDDE;
}

.datagrid tr.alternatingitemOver
{
	background-color: #EFEDDE;
}



table.ListTable
{
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	width: 100%;
}

table.PropertyTable
{
	border: 10px solid #ffffff;
	width: 100%;
	height: 100%;
}
tr.PropertyHeader
{
	height: 40px;
}

tr.PropertyItem
{
}

tr.PropertyToolBar
{
	height: 50px;
}
.CustomPagingButton
{
	color:Blue;
}
.CustomPagingButton:link
{
	color: #464C52;
	text-decoration: none;
}

.CustomPagingButton:visited
{
	color: #464C52;
	text-decoration: none;
}

.CustomPagingButton:active
{
	color: Blue;
	text-decoration: none;
}


.CustomPagingButton:hover
{
	color: #000000;
	text-decoration: underline;
}
