﻿.gridview
{
	border: solid 1px #508fc4;
	width: 80%;
	border-collapse: collapse;
	font-size: 9pt;
	font-family: 宋体;
	text-align: center;
}

.gridview .alter
{
	background-color: #f1f9fc;
}

.gridview th
{
	background: url("image/th.gif") repeat-x top;
	border: solid 1px #508fc4;
	font-weight: bold;
	color: #1a3e8a;
	height: 23px;
}
.gridview tr
{
	height: 20px;
}


.gridview td
{
	border: solid 1px #508fc4;
	color: #000000;
}

.Table_border
{
	padding: 0px;
	margin: 1px;
	background-color: #EAF3FA; /* border: 1px solid #EAF3FA; */
}

.Table_border tr
{
	/* border: 1px solid #EAF3FA; */
	background-color: #FFFFFF;
}
/* ======== */
/* 系统控件 */
/* ======== */
/* 图片选择控件 */
/* Begin */
.ImgSelectIco
{
   width:16px; height:16px;background: url('../../image/ico/dao_dot5.gif') no-repeat; cursor:hand;
}

.IcoSelectClose
{
  float:right;width:16px; height:16px;background: url('../../image/UserControl/close.gif') no-repeat;cursor:hand;
}
/* End */
