#RTWidgetListenerMessages table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#1e73be;
    margin:0px;
    border:#1e73be 0px solid;
    
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    
    -moz-box-shadow: 0 1px 2px #1e73be;
    -webkit-box-shadow: 0 1px 2px #1e73be;
    box-shadow: 0 1px 2px #1e73be;
    border-collapse: separate;
}
#RTWidgetListenerMessages table th {
    padding:5px 5px 5px 5px;
    border-top:1px solid #1e73be;
    border-bottom:1px solid #1e73be;
    text-align: center;
    color:#666;
    
    background: #1e73be;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e73be), to(#1e73be));
    background: -moz-linear-gradient(top,  #1e73be,  #1e73be);
}

#RTWidgetListenerMessages table thead th {
    text-align: left;
    font-weight: normal;
}

/*#RTWidgetListenerMessages .header_info{
    padding-left: 10px;
    padding: 3px;
}

#RTWidgetListenerMessages .header_info2{
    padding-left: 10px;
    padding: 3px;
    font-size: 11px;
}
*/
#RTWidgetListenerMessages table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
#RTWidgetListenerMessages table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
#RTWidgetListenerMessages table tr {
    text-align: center;
    padding-left:20px;
}
#RTWidgetListenerMessages table td:first-child {
    text-align: left;
    padding-left:5px;
    border-left: 0;
}
#RTWidgetListenerMessages table td {
    max-width: 340px;
    word-wrap:break-word;
    padding:5px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #a9c2df;
    border-left: 1px solid #a9c2df;

    background: #fafafa;

    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    text-align: left;

}
#RTWidgetListenerMessages table td i{
    font-size:10px;
}

#RTWidgetListenerMessages table tr.even td {
    background: #1e73be;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#1e73be));
    background: -moz-linear-gradient(top,  #f8f8f8,  #1e73be);
    padding:2px;
    padding-left:5px;
    font-weight: normal;
}

#RTWidgetListenerMessages table tr:last-child td {
    border-bottom:0;
}
#RTWidgetListenerMessages table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
#RTWidgetListenerMessages table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
#RTWidgetListenerMessages table tr:hover td {
    background: #1e73be;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#1e73be));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}