@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
a{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul,li{list-style:none;}
body{font-family: Microsoft Yahei;}
img{border:none;}
button{cursor:pointer;}

.clear:after{display:block;clear:both;content:"";visibility:hidden;height:0;} 
.clear{zoom:1}
input::-ms-clear{display:none;}

.colorWhite{color:#fff !important;}
.colorDBlue{color:#004268 !important;}
.colBlue{color:#1184d5 !important;}
.colRed{color:#f40 !important;font-size: small;}
.colGreen{color:#006644 !important;}
.colf333{color:#333 !important;}
.colGray{color:#888 !important;}
.colf95959{color:#f95959;}
.etcolf95959{color:#f95959 !important;font-size:20px !important;}

.btnRed{background:#d56868;color:#fff;text-align:center;}
.btnBlue{background:#1184d5;color:#fff;text-align:center;}
.btnGreen{background:#009944;color:#fff;text-align:center;}
.btnRed_g{background:#ab927f;color:#fff;text-align:center;}
.btnGray{background:#BDBDBD;color:#fff;text-align:center;}

.backgroundBlue{background:#1184d5;}
.backgroundRed{background:#ff1919;}
.backgroundGreen{background:#006644;}
.backgroundGray{background:#888;}

.input{padding: 6px 12px;line-height: 1.428571429;color: #555555;background-color: #ffffff;border: 1px solid #cccccc;font-family: Microsoft Yahei;border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.input:focus{border-color: #66afe9;outline: 0; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
}

.selected{padding: 6px 12px;line-height: 1.428571429;color: #555555;background-color: #ffffff;border: 1px solid #cccccc;border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.selected:focus{border-color: #66afe9;outline: 0; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
}

.disN{display:none !important;}
.disB{display:block !important;}
.visN{visibility:hidden !important;}

.width100{width:100px;font-size:16px;}
.width200{width:200px;font-size:16px;}
.width300{width:300px;font-size:16px;}
.input300{width:300px;}

.hoverH:hover{color:#f3d00d;}
.hoverB:hover{color:#1184d5;}
.hoverR:hover{color:#e62129;}

.noList{padding:20px 0;color:#666;font-size:20px;text-align:center;}

/*PAGE*/
.page{text-align:center;padding:10px 0 0 0;}
.page span{padding:0 0 0 6px;}
.page span button{width:60px;height:22px;border:none;background:#1f7aba;color:#fff;cursor:pointer;border-radius:5px;}
.page span input{width:30px;height:20px;margin:0 5px;}
.isEnable:disabled{background:#817f7f;cursor:default;}

.clPage{text-align:center;padding:10px 0 0 0;}
.clPage span{padding:0 0 0 6px;}
.clPage span button{width:60px;height:22px;border:none;background:#e62129;color:#fff;cursor:pointer;}
.clPage span input{width:30px;height:20px;margin:0 5px;}

/*Common End*/
/*HACK*/