

div#internal_inbox {
    width : 100%;
    font-family : Tahoma; 
}

table#inbox {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
}

table#inbox tr {
    cursor: pointer;
}

table#inbox thead tr th#inbox_sender{
    width: 30%;
}
table#inbox thead tr th#inbox_date{
    width: 20%;
}

table#inbox tbody tr:hover {
   background-color: #86C0F0 !important;
}

table.sortable thead tr .header {
    background-image: url(images/ascdesc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.sortable thead tr .headerSortUp {
    background-image: url(images/asc.gif);
}
table.sortable thead tr .headerSortDown {
    background-image: url(images/desc.gif);
}
table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
    background-color: #86C0F0;
}

table#inbox tr.selected{
   background-color: #1A75CE;
   color: #fff;
}

div#body_header {
    border: 1px solid #000;
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
}

#mailbody {
  
  background: #FFFFFF;
  font-family:monospace;
  font-size: 14px;
  padding : 5px;
  border: 1px solid #ccc;
 
  height: 250px;
  overflow:auto; 
  white-space:pre-wrap !important;
  word-wrap: break-word;
  
  }

#textsize{
  
  font-family:Tahoma;
  font-size: 0.8em;  
    
}
