/*table*/
.table {border-top:2px solid #555; border-bottom:1px solid #bbb;}
.table th {font-weight:500; color:#444;} 


.tb_basic {border-top:2px solid #555; border-bottom:1px solid #bbb; overflow:hidden;}
.tb_basic table {border-collapse:collapse; width:100%;margin-left:-1px;}

.tb_basic th, .tb_basic td {font-weight:500; padding:5px; border-top:1px solid #e7e7e7; border-left:1px solid #e7e7e7; line-height:1.5em; height:50px;} 
.tb_basic th {font-weight:500; text-align:center; color:#444;}
.tb_basic th.th_left {text-align:left;}
