* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica Neue,Helvetica,Tahoma,Arial,Microsoft YaHei,PingFang SC;
	font-size: 14px;
	background-color: #e7e8eb;
	
}
ul{
    margin:0;
}
li {
	list-style: none;
}

a,a:hover {
	color:inherit;
	text-decoration: none;
	
	outline: none;
	blr: expression(this.onFocus =       this.blur () );
}

th {
	text-align: center;
	
}

td {
	text-align: center;
	vertical-align: middle !important;
}
.clearfix2:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
}
.clearfix2 {
	zoom: 1;
}
.text_red{
    color:#ae1c1c;
}
.h {
	display: none;
}

.hi {
	display: none !important;
}

.vh {
	visibility: hidden;
}
.no_border{
	border:0 none !important;
}
.no_margin{
	margin:0  !important;
}
.no_margin_top{
	margin-top:0  !important;
}
.no_margin_bottom{
	margin-bottom:0  !important;
}
.no_margin_left{
	margin-left:0  !important;
}
.no_margin_right{
	margin-right:0  !important;
}
.margin_left_02{
	margin-left: 2px;
}
.margin_left_05{
	margin-left: 5px;
}
.margin_top_02{
	margin-top: 2px;
}
.margin_top_05{
	margin-top: 5px;
}
.no_padding{
	padding:0  !important;
}
.no_padding_top{
	padding-top:0  !important;
}
.no_padding_bottom{
	padding-bottom:0  !important;
}
.no_padding_left{
	padding-left:0  !important;
}
.no_padding_right{
	padding-right:0  !important;
}
.text_center {
	text-align: center !important;
}

.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}
.color_red{
	color:#a41e1b !important;
}
.color_green{
	color:#097330 !important;
}
.color_white{
	color:#fff !important;
}
.relative{
	position: relative;
}
.clear {
	clear: both;
}
.center,.text_center{
	text-align: center;
}
.text_left{
    text-align:left !important;
}
.text_right{
    text-align: right !important;
}
.relative{
	position: relative;
}
.inactive{
	color:#ccc;
}
.vdropdown {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
	cursor: pointer;
}
.vdropup {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid;
	border-top:0 none !important;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
	cursor: pointer;
}
.drop{
	z-index: 10000;
}
.drop dl{
	border: 1px solid #eee;
	background-color: #eee;
	line-height: 30px;
	z-index: 10000;
	text-align: center;
	cursor: pointer;
	display: none;
	text-decoration: none;
}
.drop dt,.drop dd{
	line-height: 30px;
	font-weight: normal;
	color: #333;
}
.drop dt:hover,.drop dd:hover{
	color: #fff;
}
.unvisible {
	visibility: hidden;
}
.inline{
	display: inline;
}
.inline_adapter{
	display: inline;
	width:auto;
}
.bold{
	font-weight: bold;
}

input.inline{
	display: inline;
}
.mybtn {
	min-width: 80px;
	margin-right: 20px;
}
ul.select_item_list{

}
ul.select_item_list li {
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	overflow-x: hidden;
}
ul.select_item_list li:hover{
	background-color: #0000ff;
	color: #fff;
}
ul.vitem_list{
	padding: 15px 5px;
	background-color:#fff !important;
}
ul.vitem_list li{
	/*float: left;*/
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	width:100%;
	color: #333;

}
th{
	cursor: pointer;
}
th.sort_desc{
	background: url("../../images/sort_desc.gif") no-repeat center right;

}
th.sort_asc{
	background: url("../../images/sort_asc.gif") no-repeat center right;

}
.myalert {
	color: red;
}

.js_alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 300px; /*����js��ʽ��������*/
	margin: 0 auto;
	padding: 5px 20px;
	line-height: 20px;
	text-align: center;
	text-align: center;
	color: #fff;
	z-index: 10000;
}
.preview img{
    max-width:100% !important;
    width:100% !important;
    margin-top: 5px;
}
#js_loading_floater,#js_floater {
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CCC;
	background: rgba(120, 120, 120, 0.6);
	filter:alpha(opacity=60);
	z-index: 1000;
}
#js_loading_floater img{
	position:absolute;
	top:50%;
	left:50%;
}
#js_floater>div {
	position: absolute;
}

#js_floater .js_container {
	margin: auto;
	width: 600px;
	border: 1px solid #eee;
	background-color: #FFF;
	position: absolute;
}

#js_floater .js_container .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #F4F5F9;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
}

#js_floater .js_container .title .close_icon {
	margin: 10px;
	float: right;
	width: 20px;
	height: 20px;
	background: url('../../images/base.png') 0 -4406px no-repeat;
	cursor: pointer;
}

#js_floater .js_container .body_wrap {
	width: 100%;
	
	background-color: #fff;
	
}
#js_floater .js_container  .body{
	display: table;
	width:100%;
}
#js_floater .js_container .content{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#js_floater .js_container .content > div{
	margin:auto;
}
#js_floater .js_container .bottom {
	width: 100%;
	height: 50px;
	background-color: #F4F5F9;
	text-align: center;
	line-height: 50px;
}
#js_floater .js_container .bottom button:last-child{
	margin-right: 0px;
}
.js_alert_error {
	background: red;
}

.js_alert_tips {
	background: green
}

.js_alert_float_layer {
	position: absolute;
	min-width: 200px;
	/*
	min-height: 150px;*/
	border: 1px solid #E0E0E0;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #FFF;
	display: none;
}

.js_alert_float_layer .content {
	text-align: center;
	padding: 20px 10px 20px;
}

.js_alert_float_layer .content span {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 30px;
}

.js_alert_float_layer .opt {
    clear:both;
	border-top: 1px solid #E0E0E0;
	height: 50px;
	line-height: 40px;
	text-align: center;
	width: 100%; /*
	position: absolute;
	left: 0px;
	bottom: 0px;*/
}

.js_pager {
	float: right;
	min-width: 240px;
	padding: 5px;
}

.js_pager span {
	margin-left: 10px;
	float: left;
	min-width: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.js_pager button {
	margin-left: 10px;
	float: left;
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #AAA;
	background-color: #F0F0F0;
	padding: 0 5px 0;
	text-align: center;
	position: relative;
}

.js_pager button.pre,.js_pager button.next {
	
}

.js_pager button i { /*	display:inline-block;
	width:15px;
	height: 15px;*/
	
}

.js_pager input {
	margin-left: 10px;
	float: left;
	display: inline-block;
	width: 60px;
	height: 25px;
	border: 1px solid #AAA;
}

.js_arrow_left {
	position: absolute;
	top: 50%;
	margin-top: -6px !important;
	border-style: dashed solid dashed dashed;
	border-width: 6px 6px 6px 0px;
	border-color: rgba(0, 0, 0, 0) white rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	height: 0 !important;
	width: 0 !important;
	border-right-color: #AAA;
	left: 50%;
	margin-left: -3px !important;
}

.js_arrow_right {
	position: absolute;
	top: 50%;
	margin-top: -6px !important;
	border-style: dashed dashed dashed solid;
	border-width: 6px 0px 6px 6px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) white;
	height: 0 !important;
	width: 0 !important;
	border-left-color: #AAA;
	left: 50%;
	margin-left: -2px !important;
}

.floatL {
	float: left !important;
}
.floatR {
	float: right !important;
}

.vertical_content {
	display: table-cell;
	vertical-align: middle;
}

.vertical_wrap {
	display: table;
}
/*���ļ�ͷ��Ч��ʵ�����ǽ�����ʵ�ļ�ͷ�ص�����߾����1px��������ʵ���ͷ���ⲿdiv�߿���ɫһ�£����ڲ��ʵ���ͷ���ⲿdiv��䱳��ɫһ�£��ⲿdiv����Ϊ��Զ�λ���ڲ�div����Ϊ���Զ�λ*/
.myarrow {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	border-style: dashed solid dashed dashed;
	border-width: 6px 6px 6px 0px;
	border-color: rgba(0, 0, 0, 0) white rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	height: 0;
	width: 0;
}

.myarrow_out {
	border-right-color: #E0E0E0;
	left: -6px;
}

.myarrow_in {
	left: -5px;
}

.myarrow_top {
	position: absolute;
	left: 50%;
	margin-left: -6px;
	border-style: dashed dashed solid dashed;
	border-width: 0px 6px 6px 6px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) white rgba(0, 0, 0, 0);
	height: 0;
	width: 0;
}

.myarrow_top_out {
	border-bottom-color: #E0E0E0;
	top: -6px;
}

.myarrow_top_in {
	top: -5px;
}
#main{
    min-height: 900px ;
}
