section.tbl_sec{position:relative;padding-top:25px;}
.table_holder{height:400px;overflow:auto}

.table_sp{width:100%;border-collapse: collapse;}
.table_sp .nw,.date{white-space: nowrap;}
.table_sp .number{text-align:right;}
.table_sp td, .table_sp tfoot th{margin:0;border-top:1px solid black;padding:5px;border-top: 1px solid #E0E0E0;border-left: 1px solid #E0E0E0}
.table_sp th.sorted.desc div{background: url(img/black-desc.gif) no-repeat 99%;padding-right:15px}
.table_sp th.sorted.asc div{background: url(img/black-asc.gif) no-repeat 99%;padding-right:15px}
.table_sp tfoot tr:nth-child(odd),.table_sp tbody tr.odd,.table_sp tfoot tr.odd{background:#F7F7F7}
.table_sp tbody tr.danger{background:#f2dede;color:#000}
.table_sp tbody tr.success{background:#dff0d8;color:#000}
.table_sp tbody tr.info{background:#57b5e3;color:#000}
.table_sp tbody tr.warning{background:#fcf8e3;color:#000}
.table_sp.has_freeze_top thead th {height:0;line-height:0;margin-top:0;margin-bottom:0;color:transparent;border:none;white-space:nowrap;padding-right:20px;}
.table_sp.has_freeze_top thead th div {position:absolute;background:transparent;color:#000;top:0;margin-left:0;line-height:normal;padding:0 20px 0 5px;}
.table_sp tbody tr:hover {background:#ddd}

.has_col_search_container{background:#eee;padding:0 0 10px 0;margin-bottom:15px;border:1px solid #ddd;}
.has_col_search_container h4{margin:0;padding:8px;background:#95A5A6;color: #fff;}
.has_col_search_container a.collapsed{float:right;background-color: #ededed;}
.has_col_search_container .has_col_search_box,.has_col_search_container .has_col_search_buttons{display:none;}
.has_col_search_box{text-align:left;}
.search_unit{background:#ddd;padding:8px 10px;margin:0 0 5px 0;}
.search_unit input{width:200px;}
.search_unit select{max-width:200px;}
.search_unit .error{border:1px solid red;}
.has_col_search_buttons{padding:0 10px;}
.search_results{float:right;font-weight:bold;margin-top:8px;}

.pagination_holder{text-align:center;margin-bottom:10px;background:#ddd;padding:5px;}