table {  
	border-collapse: collapse;  
	border-spacing: 0;  
	}
.mastList .topRow 
{
      border:0;
      font-size:14px;
      font-weight:bold;
      color:#FFF;
      background-color:#292929;
    }

.mastList td 
{
    padding-left:5px;    

    }


 
.mastList tr 
{
         background-color:#e1e9da;
         border-bottom: groove 2px #FFF;
        height:20px;

    } 
    
.mastList 
{
    font-size:12px;
    
    }
    
.greenOrb 
{
    width:17px;
    height:15px;
    background-image:url('/ma/img/greenorb.gif');
    overflow:hidden;
    display:inline-table;
    vertical-align:middle;
    margin-right:5px;
    }
    
.redOrb 
{
    width:17px;
    height:15px;
    background-image:url('/ma/img/redorb.gif');
    overflow:hidden;
    display:inline-table;
    vertical-align:middle;
    margin-right:5px;
    }

.yellowOrb 
{
    width:17px;
    height:15px;
    background-image:url('/ma/img/yelloworb.gif');
    overflow:hidden;
    display:inline-table;
    vertical-align:middle;
    margin-right:5px;
    }

.header 
{
    height:40px;
    }
    
.senderRow 
{
    width:150px;
    text-align:left;
    }
    
.statusRow 
{
    width:75px;
    text-align:center;
    }
    
 .commentRow 
 {
     width:100px;
     text-align:left;
     }
     
     .editRow 
     {
         width:120px;

     }
     
    h2 { width:200px; display:inline; padding-right:10px; }
    
    .listHeader 
    {
     margin-bottom:5px; 
     margin-top:10px;  
        }
        
     .modalIntro 
     {
         width:500px;
         height:300px;
         background-color:#e1e9da;
         }

