/* whoisonline stylesheet */

span.chbox{
    overflow: hidden;
    width: 80; 
    text-overflow : ellipsis;
}

span.s0chbox{
    overflow: hidden;
    width: 77;
    text-overflow : ellipsis;
}

span.s2title{
    /* title text */
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

span.s2titlel{
    /* title text */
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
}
span.s2sessiontitle{
    word-wrap: break-word;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
span.s2text{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

.s2sep{ width: 600px; height: 1px; background: #BBBBBB; }

.s2trtitle{ height: 40px; background: #CCCCFF; }
.s2tdsep{ width: 1px; background: #BBBBBB; }
.s2titletd1{ width: 89px; background: #CCCCFF; color: #000080; }
.s2titletd2{ width: 80px; background: #CCCCFF; color: #000080; }
.s2titletd3{ width: 107px; background: #CCCCFF; color: #000080; }
.s2titletd4{ width: 191px; background: #CCCCFF; color: #000080; }
.s2titletd5{ width: 69px; background: #CCCCFF; color: #000080; }
.s2titletd6{ width: 56px; background: #CCCCFF; color: #000080; }

.s2tr1{ height: 60px; background: #ffffff; }
.s2tr2{ height: 60px; background: #f0f0f0; }

.s2td1{ width: 89px; text-align: center; }
.s2td2{ width: 80px; text-align: center; }
.s2td3{ width: 107px; text-align: center; }
.s2td4{ width: 187px; padding-left: 3px; }
.s2td5{ width: 69px; text-align: center; }
.s2td6{ width: 56px; text-align: center; }


