﻿body {
	
}
 .GridViewStyle
{
	border-right: 1px solid #9da0cb;
	border-bottom: 1px solid #9da0cb;
	border-left: 1px solid #9da0cb;
	border-top: 1px solid #9da0cb;
}

 .GridViewStyle a
{
	color: #2846a8;
	font-weight: normal;
}
.GridViewHeaderStyle th
{
	border-left: 1px solid #b7bccf;
	border-right: 1px solid #b7bccf;
	border-bottom: 1px solid #b7bccf;
}
.GridViewHeaderStyle a
{
	color: #2846a8;
	font-weight: normal;
}
.GridViewHeaderStyle
{
	height: 22px;
	font-weight: normal;
	color: #2846a8;
	cursor: hand;
	background-image: url(/image/GridViewTitle.jpg);
	font-size: 12px;
	font-family: 宋体;
}

 .GridViewFooterStyle
{
	background-color: #5D7B9D;
	font-weight: bold;
	color: White;
}

 .GridViewRowStyle
{
	background-color: #eef1f8;
	color: #333333;
	font-size: 12px;
	font-family: 宋体;
	height: 18px;
}

.GridViewAlternatingRowStyle
{
	background-color: #f7f7ff;
	color: #284775;
	font-size: 12px;
	font-family: 宋体;
	height: 18px;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
	border: 1px solid #b7bccf;
}

 .GridViewSelectedRowStyle
{
	background-color: #E2DED6;
	font-weight: bold;
	color: #333333;
}
.GridViewPagerStyle
{
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;
	font-family: 宋体;
}
.GridViewPagerStyle table
{
	margin: 0 auto 0 auto;
}


.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color:#f2f6fb;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:1px;
	width:600px;
}
