﻿﻿ul{margin:0;padding:0;}
/*数字分页样式*/
.pageNumber {
	line-height:150%;
}
        
.pageNumber a {
    text-decoration: none;
	border: solid 1px #80c0e7;/*边框颜色*/
	color: #333333;
}
.pageNumber a:hover{
	text-decoration:none;
}
.pageNumber a, .pageNumber span {
    display: block;
    float: left;
    padding: 0.18em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pageNumber .current {
    background: #0081dd;/*当前页码背景颜色*/
    color: #fff;
	border: solid 1px #619cc5;/*当前页码边框颜色*/
}

.pageNumber .current.prev, .pageNumber .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
 /*数字分页样式end*/
 
 /*单选下拉框样式*/
.mainCon{
	position: relative;
	display: inline-block;
	z-index: 500;
	float:left;
}
div.selectbox-wrapper ul li {
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	cursor:pointer;
	cursor:hand;
	line-height:20px;
	padding-top:3px;
	_width:100%;
}
.selectbox_disabled{
	border-left: solid 1px #cccccc!important;
	border-top: solid 1px #cccccc!important;
	border-bottom: solid 1px #cccccc!important;
}
.loader{
	position:absolute;
	z-index:500;
	left:0px;
	top:0px;
	padding-left:5px;
	padding-top:3px;
	width:100%;
	height:25px;
	-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);
	background-color:white;
}
.li_left{
	float:left;
	overflow:hidden;
}
.mainCon .inputDisabled{
	background-color:#eeeeee!important;
	background-image:none!important;
	color:#c0bfbf!important;
	cursor: default!important;
}
 /*单选下拉框样式end*/
 
  /*单选下拉框样式*/
div.selectbox-wrapper {
	border:#80c0e7 1px solid;  /*展开层边框色*/
	position: absolute; 
	background-color:#fff; 
	text-align:left;
	z-index: 100;
	display:block;
	left:0px;
	top:18px;
	>top:25px;
}
div.selectbox-wrapper ul li{
	white-space:nowrap;
}
div.selectbox-wrapper ul li.selected {
	background-color: #d9ebf5;/*选中项背景色*/
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #0081dd;/*鼠标移入项背景色*/
	border:0!important;
}
div.selectbox-wrapper ul li.group{
	font-weight:bold;
	background-image:url(form/selArr.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:15px;
	_width:80%;
}
.selectbox { 
	border:none;  
	cursor: pointer;  
	cursor: hand;
	font-size: 12px;
	HEIGHT: 20px; 
	line-height: 20px;
	overflow-y:hidden;
	border-left: solid 1px #80c0e7;/*边框色*/
	border-top: solid 1px #80c0e7;/*边框色*/
	border-bottom: solid 1px #80c0e7;/*边框色*/
	background-image: url(form/selInputBg.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	padding-left:2px;
}
.tipColor{
	color:gray;
}
.selBtn{
	
	width: 22px;
	height: 24px;
	border: 0;
	border-style:none;
	background-image: url(form/selBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;	
}
.selBtn_disabled{
	background-image: url(form/selBtn_disabled.jpg)!important;
	cursor: default!important;
}
/*单选下拉框样式*/
/*文本框样式*/
.textinput{
	width:120px;
	/*font-size: 12px;*/
	background:url(form/textinput_bg.jpg) repeat-x scroll left top #ffffff;
	border-color:#a2b3bd;
	border-style:solid;
	border-width:1px;
	color:#336699;
	height: 20px;
	line-height: 20px;
}
.textinput_hover{
	width:120px;
	/*font-size: 12px;*/
	background:url(form/textinput_bg.jpg) repeat-x scroll left top #ffffff;
	border-color:#00ccff;/*鼠标移入边框颜色*/
	border-style:solid;
	border-width:1px;
	color:#336699;
	height: 20px;
	line-height: 20px;
}
.textinput_click{
	width:120px;
	/*font-size: 12px;*/
	background:url(form/textinput_bg.jpg) repeat-x scroll left top #ffffff;
	border-color:#fbd45c;
	border-style:solid;
	border-width:1px;
	color:#336699;
	height: 20px;
	line-height: 20px;
}
/*文本框样式*/