/*历史记录弹出框样式*/
#recordWraper{width:650px; border:4px solid #999; border:4px solid rgba(51, 51, 51, 0.4); position:absolute; top:100px; font-family:Arial,sans-serif,"黑体"; z-index:9999; display:none}
#recordWraper h2, #recordWraper li,#recordWraper p{margin:0;}
#recordWraper h2{padding:10px 0;}
.recBox{padding: 5px; border: 1px solid #fff;}
.wrp_top{border-bottom:1px solid #A1B4C5; background:#EBF3FF; overflow:hidden; }
.wrp_top .recTitle {height:42px;cursor:move;}
.wrp_content{height:300px; overflow:scroll; background: #fff;}
.wrp_bottom{border-top:1px solid #A1B4C5; background:#EBF3FF; overflow:hidden; }
.wrp_bottom .recPage{height:30px;}
.wrp_close{position:absolute; right:10px; top:10px; cursor:pointer;}
/*历史记录内容样式*/
.recBody ul {list-style:none;}
.recBody ul li {padding:2px 0;}
.recBody ul li.userInfo {color:#0000FF}
.recBody ul li.chartInfo {color:#57646E}
.recPage #total {font-size:14px; line-height:30px; overflow:hidden; padding:0 5px;}
.recPage #total .left_side{float:left;}
.recPage #total .right_side{float:right;} 
.recPage #total strong, 
.recPage #total a {margin:0 5px; font-weight:normal;}
.recPage #total a {cursor:pointer;}
.recPage #total a:link {color:blue;}
.recPage #total a:visited {color:blue;}
.recPage #total a:hover {color:blue; text-decoration:none;}
.recPage #total a:active {color:#FF3300;}
.recPage #total input{color:#000;}
.recPage #total input#go_page{text-align:center; height:16px; padding:0 2px;}
.recPage #total input#go_btn{text-align:center; padding:0 5px; cursor:pointer;}

