body{background-color: #f6fcff;font-size: 12px;}
.header{background-color: #32a5e1;height:170px;text-align: center;width: 100%;}
.header_bar{width:1200px;margin:0 auto;text-align: right;padding: 10px 15px 0 0;color: #ffffff;font-size: 12px;}
.header_area{color:white;font-size:50px;padding:15px 0 0 60px;width: 1200px;clear: both;margin: 0 auto;text-align:left; }
.container{width:1200px;margin: 0 auto;padding-top:15px;}
.container_menu{width:170px;background-color: #ffffff;min-height: 100px;float: left;border-radius: 5px;}
.container_menu div{font-size: 14px;}
.container_menu div li{height: 20px;line-height: 20px;}
.fn_menu{background: white url("../images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;display: block; position: relative; margin: 2px 0 0 0; padding: .5em .5em .5em 1.9em; min-height: 0; border-radius: 5px;color: #00aeef;font-size: 16px !important}
.container_main{
    width: 1020px;
    background-color: #ffffff;
    min-height: 500px;
    float: right;
    border-radius: 5px;
    /*padding-bottom: 20px;*/
}
/* #accordion li{height: 40px;line-height: 40px;padding-left:18px;list-style: none;} */
 #accordion .active{background-color: #00aeef;color: white;border-left-color: #09799e;}
/* #accordion{width: 150px;} */
.ui-accordion .ui-accordion-content{padding:0px !important;}
.ui-icon {display: inline-block !important;}
.active-header{
    border: 1px solid #c5dbec;
    background: #00aeef url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x  !important;;
    font-weight: bold;
    color: white;
}
 .home{vertical-align: middle;}
 .location{height: 54px;line-height: 54px;font-weight: bold;font-size: 15px;}
.container_content{width: 100%;margin:0 auto;font-size: 14px;}
.contain_tab {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contain_tab tr, .contain_tab th {
    height: 40px;
}
.contain_tab, th, td {
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}

/* .contain_tab tr :hover{background-color: black} */
.on{
background-color: #e5e5e5;
}
.contain_tab thead{background-color: #fdeecf}
.container_operation{padding:5px 0 5px 12px}
.inline_block{display: inline-block;}
.btn{width: 119px;height: 27px;line-height:27px;background-color: #0a89cd;color: white;text-align: center;font-size: 14px;}
.search_btn{width: 80px}
.search_inp{height: 25px;width: 200px;}
.blue{color: #2799d4 !important;}
.red{color: #fc090c !important;}
.black{color:#212121 !important;}
.white{color: white !important;}
.gray{color:#8a8b8c;}
.bg_gray{background-color:#8a8b8c;}
.bg_blue{background-color:#33afea;}
a:hover{text-decoration:underline;}
select,input{width: 150px;}
.lg_inp{width: 305px}
.md_inp{width: 85px}
.sx_inp{width: 30px}
.fl_left{float: left}
.fl_right{float: right}
.clearfix{clear: both}
.align{text-align: center}
.unboder{border: none}
input[type='radio']{width: 15px;vertical-align: middle;}
input[type='checkbox']{width: 20px;vertical-align: middle;}
.border{border: 1px solid #c4c4c4;}
.fbold{font-weight: bold;}
.placeholder{color: #aaa;}

.bottom{text-align: center;height: 87px;line-height: 87px;font-size: 12px;}

.upwd{display: none;}
.upwd input{width: 160px;}
.ui-dialog-titlebar-close{display: none}



.pagination a:link {
}

.pagination a:visited {

}


.pagination {
	width:100%;
	float:left;
	 PADDING-BOTTOM: 5px;  PADDING-TOP: 50px; TEXT-ALIGN: center; height:40px
        }

.pagination a, .pagination span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.05);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.05);
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f7f7f7));
	background: -webkit-linear-gradient(top, #fff, #f7f7f7);
	background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -ms-linear-gradient(top, #fff, #f7f7f7);
	padding: 6px 10px;
	margin: 0 4px;
 	COLOR: #767676;
	TEXT-DECORATION: none;
	border: 1px solid #c4c4c4;
}
.pagination a:hover {padding: 6px 10px;
	margin: 0 4px;display: inline;
	background-color: #e8e8e8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e8e8e8));
	background: -webkit-linear-gradient(top, #fff, #e8e8e8);
	background: -moz-linear-gradient(top, #fff, #e8e8e8);
    background: -ms-linear-gradient(top, #fff, #e8e8e8);
	border: 1px solid #9a9a9a;
}
.pagination  a:active {
   box-shadow:1px 1px 7px #d7d7d7 inset;
   -moz-box-shadow:1px 1px 7px #d7d7d7 inset;
   -webkit-box-shadow:1px 1px 7px #d7d7d7 inset;
   }

.pagination .current {
 	background-color: #504574;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#069ed8), to(#069ed8));
	background: -webkit-linear-gradient(top, #069ed8, #069ed8);
	background: -moz-linear-gradient(top, #069ed8, #069ed8);
    background: -ms-linear-gradient(top, #069ed8, #069ed8);
 	border: 1px solid #0093cb;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset;
	COLOR: #fff;
  	TEXT-DECORATION: none;
}

.pagination .current.prev, .pagination .current.next{
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f7f7f7));
	background: -webkit-linear-gradient(top, #fff, #f7f7f7);
	background: -moz-linear-gradient(top, #fff, #f7f7f7);
    background: -ms-linear-gradient(top, #fff, #f7f7f7);
	padding: 4px 9px 4px 9px;
	MARGIN-RIGHT: 5px;
 	COLOR: #767676;
	TEXT-DECORATION: none;
	border: 1px solid #c4c4c4;
}

a.blue_btn{width: auto;height: 27px;line-height: 27px;background-color: #0a89cd;color: white;text-align: center;padding: 0 15px;font-size: 14px;display: inline-block;margin: 0 5px;cursor: pointer;text-decoration: none;}
a.gray_btn{width: auto;height: 27px;line-height: 27px;background-color: rgb(128, 128, 128);color: white;text-align: center;padding: 0 15px;font-size: 14px;display: inline-block;margin: 0 5px;cursor: pointer;text-decoration: none;}
.rankTopCLs{background-color:#22C328;}
.rankEndCLs{background-color:#abaaa6;}
.liCls { line-height:1px;}