body {
	margin: 0px;
	padding: 0px;
}
.exitbox {
	text-align: right;
	display: block;
	margin: 0px;
	height: 25px;
	width: 275px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

* {
	font-size: 12px;
}
#login {
	background-color: #B1C7DE;
	background-image: url(../images/bg-login.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.bg-login {
	background-color: #B4CADF;
}
#main-login {
	padding-top: 295px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 280px;
	padding-left: 215px;
}
.inputbox {
	font-size: 12px;
	border: 1px solid #87A3D5;
	width: 203px;
	line-height: 200%;
}
.formheight {
	height: 29px;
	display: block;
}
.checkbox {
	font-size: 12px;
	border: 1px solid #87A3D5;
	width: 124px;
}
.btnbox {
	display: block;
	height: 40px;
	padding-top: 10px;
}
#footer {
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: repeat-x;
	width: 100%;
	font-size: 12px;
	color: #0D4F81;
	text-align: center;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	height: 13px;
}
#header {
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	height: 90px;
	width: 100%;
}
#header #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 443px;
}
#header #topright {
	margin: 0px;
	float: right;
	width: 275px;
	font-size: 12px;
	color: #013451;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu {
	background-image: url(../images/bg-nav.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 27px;
	width: 100%;
	padding: 0px;
}
.btn-menu {
	font-size: 12px;
	color: #033152;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B1B9C4;
	float: left;
	height: 26px;
	text-align: center;
}
#menu .btn-menu a {
	color: #033556;
	text-decoration: none;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: 18px;
	padding: 8px 11px 0px 11px;
	float: left;
}
#menu .btn-menu a:hover {
	font-size: 12px;
	color: #033556;
	text-decoration: none;
	background-image: url(../images/bg-menu.jpg);
	background-position: 0px -26px;
	display: block;
	padding: 8px 11px 0 px 11px;
	float: left;
}
#menuuser {
	font-size: 12px;
	color: #0766A6;
	margin: 0px;
	float: right;
	width: 350px;
	padding: 8px 8px 0px 0px;
}
.f-blue {
	color: #026BFB;
}


#menu .btn-menu a.a2{
	font-size: 12px;
	color: #033556;
	text-decoration: none;
	background-image: url(../images/bg-menu.jpg);
	background-position: 0px -26px;
	display: block;
	padding: 6px 11px 0 px 11px;
	float: left;
}
#content {
	margin: 8px;
	padding: 0px;
	border: 1px solid #6A7F90;
	background-color: #FBFCFF;
	height: 580px;
}
.f-red {
	color: #F10505;
}
a.ablack {
	color: #000000;
	text-decoration: none;
}
.height100 {
	height: 100%;
}

a.ablack:hover{
	color: #0966AB;
	text-decoration: none;
}
a.ablue {
	color: #0707FF;
	text-decoration: none;
}
a.ablue:hover{
	color: #0966AB;
	text-decoration: none;
}
#leftbar {
	background-color: #D6E0EA;
	background-image: url(../images/bg-left.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	width: 195px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6A7E96;
}
.f-left{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #10344A;
	padding-left: 11px;
}



.ezForm_FieldHeader
{	
	font-size: 12px;
	background-color: #F1F5F8;
	text-align:right;
	width:100px;
}

.ezForm_Row
{
	font-family: "宋体";
	font-size: 12px;
	background-color: #F1F5F8;	
}

.ezForm_Header {
	font-family: "宋体";
	font-size: 12px;
	color: #033556;
	font-weight: bold;
	background-color: #E2E9EF;
	height:25px;
}

.ezForm
{
    background-color:White;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*padding: 5px;*/
}

.ezForm_Row input{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-color:#FFF;	
	background-image:none;
}

.ezForm_Command
{
    font-family: "宋体";
	font-size: 12px;
	background-color: #F1F5F8;
	text-align:center;
}
/*提交按钮*/
.ezForm_Command input
{
    color:#333;
	font-size: 12px;
	padding-top:2px;
	background-color: #CDD7E5;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
}
/*
表格行文字
*/
.RowText {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F1F5F8;
}
.RowText input{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-color:#FFF;	
	background-image:none;
}
/*ezGridView_TopPlane*/
.ezGridView_TopPlane {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F1F5F8;	
}

.ezGridView_TopPlane input
{
    color:#333;
	font-size: 12px;
	padding-top:2px;
	background-color: #CDD7E5;
	/*background-image: url(../images/Button/img.jpg);*/
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
}
/*
	表格的标题样式
*/
.ezGridViewTitleText {
	font-family: "宋体";
	font-size: 12px;
	color: #033556;
	/*font-weight: bold;*/
	background-color: #E2E9EF;
	height:25px;
	/*background:url(../images/LeftBG.jpg)*/

}
/*
	表格的数据行文字样式
*/
.ezGridViewText {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F1F5F8;
	text-align:center;	
}

/*
	表格的数据行文字链接样式
*/

.ezGridViewText a:link {
	COLOR: #0033ff; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none; 
	font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";
}
.ezGridViewText a:visited {
	COLOR: #0033ff; FONT-SIZE: 11px; TEXT-DECORATION: none
; font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";}
.ezGridViewText a:active {
	COLOR: #0033ff; FONT-SIZE: 11px; TEXT-DECORATION: underline
; font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";}
.ezGridViewText a:hover {
	COLOR: #0033ff; FONT-SIZE: 11px; TEXT-DECORATION: underline; font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";}


/*
	表格的数分页文字样式
*/
.ezGridViewPageText {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F1F5F8;
	text-align:right;
}

/*
	表格的数分页文字样式
*/

.ezGridViewPageText a:link {
	COLOR: #0033ff; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none; 
	font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";
}
.ezGridViewPageText a:visited {
	COLOR: #0033ff; FONT-SIZE: 11px; TEXT-DECORATION: none
; font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";}
.ezGridViewPageText a:active {
	COLOR: #0033ff; FONT-SIZE: 11px; TEXT-DECORATION: underline
; font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";}
.ezGridViewPageText a:hover {
	COLOR: #0033ff; FONT-SIZE: 11px; TEXT-DECORATION: underline; font-family: "Verdana, Geneva, Arial, Helvetica, sans-serif;";}

.clsBar,.expBar
{
    background-image:url(../images/f1.gif);
}
.clsBar
{
    display:block;
    width:168px;
    height:11px;
    background-repeat:no-repeat;
    background-position:-341px -37px
}
.clsBar:hover
{
    background-position:-341px -55px
}
.expBar
{
    display:block;
    width:168px;
    height:11px;
    background-repeat:no-repeat;
    background-position:-157px -37px
}
.expBar:hover
{
    background-position:-157px -55px
}

a.ablack {
	color: #000000;
	text-decoration: none;
}
a.ablack:hover {
	text-decoration: none;
	color: #26924E;
}
a.agray {
	color: #555655;
	text-decoration: none;
}
a.agray:hover {
	text-decoration: none;
	color: #008000;
}

.f-gray {
	line-height: 120%;
	color: #666565;
}

.page {
	color: #404040;
	margin: 8px 0px;
	padding: 0px 8px 0px 0px;
	line-height: 150%;
	text-align: right;
	font-size: 12px;
}
.page input {
	font-size: 12px;
}
.page_line {
	background: #D5F8D0;
	height: 4px;
	width: 100%;
	margin: 8px 0px;
	padding: 0px;
	overflow: hidden;
}
.ezForm_Command1
{
    font-family: "宋体";
	font-size: 12px;
	background-color: #F1F5F8;
}
