﻿.messageList 
{
    width: 100%;      
    color: #000;
}

.messageList th 
{
    background: #888;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    border-bottom: solid 2px;
}

.messageList .repliedMsg 
{
       
}

.messageList .unreadMessage 
{
    color: #0f0;
}

.messageList td 
{
    padding-top: 5px;
    border-bottom: solid 1px;
}

.clearFix 
{
  display:block;
}
/** Single messages */ 
#Message 
{
    margin-top: 5px;
    color:#333333;
    direction:ltr;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    text-align:left;
    border-top:1px solid #DDDDDD;
    margin:0 0 8px;
    overflow:hidden;
    padding:8px 0 0;
}


.messageItem 
{    
    background-color: #eee;
    margin-left: 5px;
    margin-bottom: 5px;
}

.messageItem.image 
{
    display: inline-block;
    height: 60px;
    width: 60px;
}
.messageItem .body 
{
    margin-left: 5px;
    clear: right;
}

.messageItem .info 
{
    font-size: x-small;   
    clear: both;
}

#NewMessage table 
{
    width: 100%; 
}

#NewMessage .footer 
{
    text-align: right; 
}

#NewMessage .saveButton
{
    width: 100px;
}