
/*queue_1*/
.queueV{border:1px solid #ebebeb;width:170px;float:left;margin-left:5px;}
.queueV .queueV_head span{display: inline-block;font-size:14px;line-height: 34px;text-align: center;width:50%;cursor: pointer;}
.queueV .queueV_head span.cur{font-weight: bold;}
.skin_blue .queueV .queueV_head ,.skin_blue .six-kjtz .six-kjtz-head{
    background: #c5e5f4 url("../images/blue/table_headerbg.gif")  repeat-x scroll left top;
    color: #35406d;
    height: 34px;
}
.skin_red .queueV .queueV_head ,.skin_red .six-kjtz .six-kjtz-head{
    background: #ffbdb9 url("../images/red/table_headerbg.gif") repeat-x scroll left top;
    color: #762d08;
    height: 34px;
}
.skin_gray .queueV .queueV_head ,.skin_gray .six-kjtz .six-kjtz-head{
    background: #b2b4b5 url("../images/gray/table_headerbg.png") repeat-x scroll left top;
    color: #ffffff;
    height: 34px;
}
/*加上gray，red，blue*/

.qq-client-list{background:#ffffff;}
.client-list{overflow:hidden;line-height:28px;width:90%;margin:0px auto;border-bottom:dashed 1px #ebebeb;}
.client-list span{float:left;color:red;font-weight: bold;}
.client-list label{float:left;width:85px;text-align:right;padding-right:10px;}


/*六合彩快捷投注*/
.six-kjtz{
    border:1px solid #ebebeb;width:170px;float:left;margin-left:5px;
}
.six-kjtz .six-kjtz-head span{display: inline-block;font-size:14px;font-weight: bold;line-height: 34px;text-align: center;width:100%;}
.queueV table {
    width: 100%;
    font-size: 12px;
    border-color: #EABF8F;
    color: #762D08;
    background-color: #FFF;
}
.queueV table tr td{
    cursor: pointer;
    height: 31px;
    text-align: center;
    border : 1px solid #ddd;
}
.queueV table tr td.danger{
    background-color: #FFC214;
}