/* CSS Document */
body {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#form1 {
	margin: 0px;
	padding: 0px;
}
body,p,td{
	font-size: 12px;
	color: #15428B;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
/*常用样式*/
.Button {
	background-color:#FFFFFF;
	height:20px;
	border: 1px solid #86C3FF;
	background-image: url(images/butBack.jpg);
	font-family:"宋体";
	font-size:12px;
	margin: 5px;
	cursor: hand;
}
.TextBox {
	LINE-HEIGHT: 19px;
	border: 1px solid #93BEE2;
	background-color: #EAF2FB;
	text-indent: 2px;
	margin-top: 8px;
}
.TextBox2 {
	LINE-HEIGHT: 19px;
	border: 1px solid #93BEE2;
	background-color: #EAF2FB;
	text-indent: 2px;
	margin-top: 8px;
}

.GridView {
	Z-INDEX: 1;
	FLOAT: left;
	WIDTH: 95%;
	border: 1px solid #ECE9D8;
	border-collapse:collapse;
	margin-top: 5px;
}
.GridView td
{
	background-color: #FFFFFF;
	line-height: 22px;
	vertical-align: middle;
	text-indent: 5px;
	text-align: center;
}
/*gridview表格的头部*/
.GridView th, .GridView .header
{
	font-weight: bold;
	text-align: center;
	height: 25px;
	background-color: #BFDBFF;
	border-bottom-style: solid;
	border-bottom-color: #5E8AD2;
}

/*底部*/
.GridView .footer{
	font-weight: bold;
	text-align: left;
	height: 25px;
	border: 1px solid #00CCFF;
}
.GridView .footer td{
	background-color: #EAF2FB;
	text-align: left;
	text-indent: 10px;
}
/*编辑状态时*/
.GridView .Edit td
{
	background-color: #FFFFCC;
}
.GridView .Edit td a
{
	color: #FF0000;
}

.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
	text-indent: 5px;
	padding-left: 5px;
}
/*分页导航中的输入框*/
.txtGoto input {
	margin: 0px;
	padding: 0px;
}

.isOver td
{
	background-color: #FFFF99;
}
.isOut td
{
	background-color: #FFFFFF;
}
.isOver td
{
	background-color: #FFFF99;
}
.edit td
{
	background-color: #FFFF99;
}