﻿/******************共同按钮******************/
.button1, .INPUT {
	border-right: 1px outset;
	padding-right: 1px;
	border-top: 1px outset;
	padding-left: 1px;
	font-size: 12px;
	padding-bottom: 1px;
	border-left: 1px outset;
	padding-top: 2px;
	border-bottom: 1px outset;
	height: 20px;
	background-color: #c1d7f4
}

.button2, .INPUT1 {
	border-right: #a4b9d7 1px solid;
	padding-right: 1px;
	border-top: #a4b9d7 1px solid;
	padding-left: 1px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 1px;
	border-left: #a4b9d7 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #a4b9d7 1px solid;
	height: 20px;
	background-color: #f2f7fb;
	text-align: center
}

.button3 {
	border-right: #FEBD7B 1px solid;
	padding-right: 1px;
	border-top: #FEBD7B 1px solid;
	padding-left: 1px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 1px;
	border-left: #FEBD7B 1px solid;
	color: #FF8500;
	padding-top: 2px;
	border-bottom: #FEBD7B 1px solid;
	height: 20px;
	background-color: #FAF5EF;
	text-align: center
}

.button4 {
	border: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 1px;
	color: #FF8500;
	height: 23px;
	background: url(/global/tousubutton.gif) no-repeat;
	text-align: center
}

.button5 {
	border: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px!important;
	padding-top: 3px;
	color: #FFFFFF;
	height: 19px;
	width: 50px;
	background: url(/global/button5.gif) no-repeat;
	text-align: center
}

.button6 {
	border: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-top: 3px;
	color: #000000;
	height: 19px;
	width: 80px;
	background: url(/global/button6.gif) no-repeat;
	text-align: right;
	padding-right: 19px;
	cursor: pointer;
}

.button7{
	height:21px;
	margin-bottom:2px;
	padding:0 8px;
	font-size:12px;
	color:#FFF; 
	border:0;background:url(/global/submitbg.png) repeat-x;
}

.button8 {
	border: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-top: 3px;
	color: #FFFFFF;
	height: 19px;
	width: 60px;
	background: url(/global/button8.gif) no-repeat;
	text-align: center
}


.link {
	color: red;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.blue_link {
	color: #284790;
	text-decoration: none;
	font-size: 12px;
}

.blue_link:hover {
	color: #C00;
	text-decoration: underline;
}

.black_link {
	color: black;
	text-decoration: none;
}

.black_link:hover {
	color: black;
	text-decoration: underline;
}

.white_link {
	color: #fff;
	text-decoration: none;
}

.white_link:hover {
	text-decoration: underline;
}

#loading label {
	margin-left: 5px;
	font-size: 12px;
	vertical-align: bottom;
}

#loading {
	position: absolute;
	left: 45%;
	top: 40%;
	padding: 2px;
	z-index: 20001;
	height: auto;
	font-size: 12px;
}

#loading-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: white;
}

/******************页码******************/

#pageButtons{
	margin:8px 0px 0px 0px;
	padding:3px;
	font-size:12px;
	text-align:center;
}
#pageButtons a{
	margin:2px;
	padding:2px 6px;
	border:#7cc5f6 1px solid;
	color:#036cb4;
	text-decoration:none;
	font-size:12px;
	font-family:宋体;
}
#pageButtons a:hover{
	color:#FFF;
	border:#036cb4 1px solid;
	background-color:#036cb4
}
#pageButtons a:active{
	color:#FFF;
	border:#999 1px solid;
}
#pageButtons .current{
	margin:2px;
	padding:2px 6px;
	color:#fff;
	border:#036cb4 1px solid;
	background-color:#036cb4;
	font-size:12px;
	font-family:宋体;
}
#pageButtons .disabled{
	margin:2px;
	padding:2px 6px;
	color:#ddd;
	border:#7cc5f6 1px solid;
}
