/* 
    Document   : thread
    Created on : Oct 19, 2008, 11:48:59 AM
    Author     : Romany
    Description:
        Purpose of the stylesheet follows.
*/
div.Thread{
    _float:left;
    _height:300px;
    _max-height:300px;
    _overflow: auto;
    _width:100%;
    border:1px solid #B6B5B5;
}
div.SendThread{
    _float:left;
    _width:100%;
    border:0px solid gray;
    margin:none;
}

/*ADDED BY JAMIKA*/
div.ThreadThread{
    float:left;
    _height:220px;
    _max-height:220px;
    _overflow-y: scroll;
    overflow-x: hidden;
    width:99.7%;
    _border:2px solid #eeeeee;
    border-top:1px solid #B6B5B5;
    border-right:1px solid #B6B5B5;
    border-left:1px solid #B6B5B5;
    border-bottom:1px solid #B6B5B5;
    
}
td.ThreadInfoWriteCurrent,div.ThreadInfoWriteCurrent{
    padding:3px;
    background:#eeeeee;
    _width:10%;
    _text-align:right;
   _border-top:1px solid #B6B5B5;
    border-bottom:1px solid #B6B5B5;
}

td.ThreadInfo, td.ThreadInfoWrite,div.ThreadInfo, div.ThreadInfoWrite{
    padding:3px;
    background:#eeeeee;
    _width:10%;
    _text-align:right;
    border-top:1px solid #B6B5B5;
    border-bottom:1px solid #B6B5B5;
}
/*END ADDED*/
tr.ThreadRow td, tr.ThreadRowCurrent td{
    _padding:10px 3px 20px 3px;
    padding:7px 3px 7px 6px;
}

div.ThreadRow{
    padding:8px 3px 7px 3px;
}

td.ThreadInfo{
    padding:3px;
    background:#eeeeee;
    width:150px;
    _text-align:right;
    vertical-align:top;
    border-top:2px solid #eeeeee;
}
div.ThreadTo{
    padding-bottom:10px;
}
td.ThreadMSG, div.ThreadMSG{
    border-top:1px solid #eeeeee;
    vertical-align:top;
}
/*
div.ThreadMSG{
    color:#454545;
    padding:10px 3px 20px 3px;
    border-top:2px dashed #eeeeee;
}*/
div.ThreadMSG.Current{
    border-top:none;
}
tr.ThreadRow td.ThreadMSG, tr.ThreadRow td.ThreadInfo{
    color:#454545;
}
tr.ThreadRowCurrent td.ThreadMSG{
    border-top:none;
}