﻿body
{
	font-size: 12px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
p
{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td
{
	font-size: 12px;
	border-color: #CCCCCC;
}
input
{
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
input[type=checkbox],input[type=radio]
{
	border: 0px solid #CCCCCC;
}
textarea
{
	font-size: 12px;
}
select
{
	font-size: 12px;
}
table
{
	border-collapse: collapse;
	border-color: #CCCCCC;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a
{
	color: #000099;
}
.p1
{
	margin-left: 20px;
	margin-right: 20px;
	line-height: 150%;
}
.noborder
{
	border: 0px;
}
.color1
{
	color: #000099;
}
.color2
{
	color: #FF0000;
}
.title
{
	font-size: 12px;
	font-weight: bold;
	color: Navy;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
.secondtitle
{
	font-size: 12px;
	color: Gray;
}
.xbutton
{
	/* 	background-color: #E7F4F8; 	height: 27px; 	cursor: hand; 	border-left: 1px sold #000000; 	border-right: 1px sold #000000; 	border-top: 1px sold #000000; 	border-bottom: 1px sold #000000; 	font-family: "宋体"; 	font-size: 12px; */
	height:25px;
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff, EndColorStr=#C3DAF5);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
	behavior: url( "../../inc/xbutton.htc" );
}
.xbutton_mouseover
{
	height:25px;
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff, EndColorStr=#D7E7FA);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
	behavior: url( "../../inc/xbutton.htc" );
}
.xbutton_mousedown
{
	height:25px;
	border-right: #FFE400 1px solid;
	padding-right: 2px;
	border-top: #FFE400 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff, EndColorStr=#C3DAF5);
	border-left: #FFE400 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #FFE400 1px solid;
	behavior: url( "../../inc/xbutton.htc" );
}
.xbutton_mouseup
{
	height:25px;
	border-right: #2C59AA 1px solid;
	padding-right: 2px;
	border-top: #2C59AA 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff, EndColorStr=#C3DAF5);
	border-left: #2C59AA 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #2C59AA 1px solid;
	behavior: url( "../../inc/xbutton.htc" );
}


.webWinFrame
{
	position: absolute;
	left: 390px;
	top: 51px;
	padding: 3px;
	background-color: #EEEEEE;
	z-index: 1000;
}
.webWin
{
	width: 300px;
	border: 1px solid #E7F4F8;
	background-color: #FFFFFF;
}
.webWin .wTitle
{
	line-height: 18px;
	padding: 2px;
	font-weight: bold; /*cursor: move;*/
	background-color: #E7F4F8; /*display:inline-block;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.webWin .wContent
{
	overflow: hidden;
}
.webWin .wResizeBox
{
	background-color: #E7F4F8;
	height: 5px;
	width: 5px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	overflow: hidden;
	cursor: se-resize;
}
.div
{
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px;
	background-color: #666666;
	width: 100%;
	z-index: 999;
	display: none;
}
/*GridView固定表头*/
.Freezing
{
	background-color: whitesmoke;
	z-index: 10;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}
.Freezing th
{
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px;
}

.GrvHeader
{
	background-image: url(../../images/icon/xxjl/bg_head.gif);
}


/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
	width: 100%; /*font-family: Arial, Sans-Serif;*/
	font-size: small;
	table-layout: auto;
	border-collapse: collapse;
	border: #DDDDDD 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle /*Common Styles*/
{
	background-image: url(../../images/icon/xxjl/bg_head.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d1dbe0;
	height: 20px;
}
.HeaderStyle th
{
	text-align: center;
	padding: 5px;
	color: #000000;
	font-size: 13px;
	border-top: solid 0px #fff;
	border-right: solid 0px #91a7b4;
	border-bottom: solid 0px #91a7b4;
	border-left: solid 0px #fff;
	white-space: nowrap;
}
a.HeaderStyle:link
{
	color: #000000;
	text-align: center;
}
a.HeaderStyle:visited
{
	color: #000000;
	text-align: center;
}
.FooterStyle
{
	background-image: url(../../images/icon/xxjl/bg_head.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d1dbe0;
	height: 20px;
}
.FooterStyle td
{
	padding: 5px;
	color: #000000;
	font-size: 13px;
	border-top: solid 0px #fff;
	border-right: solid 0px #91a7b4;
	border-bottom: solid 0px #91a7b4;
	border-left: solid 0px #fff;
	/*white-space: nowrap;*/
}
a.FooterStyle:link
{
	color: #000000;
}
a.FooterStyle:visited
{
	color: #000000;
}


.PagerStyle
{
	background-color: #FFFFFF;
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
	text-align: center;
	border-top: #91a7b4 0px solid;
	padding: 5px;
}
.PagerStyle a
{
	color: #16387c;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: solid 0px #fff;
	border-right: solid 0px #91a7b4;
	border-bottom: solid 0px #91a7b4;
	border-left: solid 0px #fff;
}
.PagerStyle span
{
	color: #16387c;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
	padding: 5px;
	border-right: solid 0px #EEEEEE;
	border-top: solid 0px #fff;
	border-bottom: solid 0px #91a7b4;
	border-left: solid 0px #fff;
}
.RowStyle td
{
	background-color: White;
}
.AltRowStyle td
{
	background-color: #F4F8F9; /*background-image: url(../../images/gridview/sprite.gif);     background-position:0 -80px;     background-repeat:repeat-x;*/
}
.SelectedRowStyle td
{
	background-color: #fcb814;
	background-image: url(../../images/gridview/sprite.gif);
	background-position: center;
	background-repeat: repeat-x;
}
.EmptyDataRowStyle td
{
	color:Red;
	text-align:center;
	height:50px;
}
.onlineTextBox
{
	border-bottom-style:inherit;
	border-bottom-color:Black;
	border-bottom-width:1px ;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	background-color:Transparent;
	ime-mode:disabled;

}
.noneTextBox
{
	ime-mode:disabled;
	border-bottom-width:0px ;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	background-color:Transparent;
	ime-mode:disabled;
}
.TextBoxKeyPress
{
	ime-mode:disabled;
}
