/* Message CSS */

#messages { width: 650px; }
#messages SELECT { width: 150px; } 
#messages UL { margin:0px; padding:0px; }
#messages UL.message-header { padding: 2px; margin-top: 10px; height: 15px; background-color: #f6f6f6; border-bottom: 2px solid #aacfcf; }
.message-entry li { display: inline; float: left; list-style-type: none; margin-right: 20px; }
.message-subject { clear: left; background: #fafafa; border-bottom: 1px solid #ccc; cursor: pointer; padding: 2px;}
.message-subject:hover { background: #fdfdfd; }
.message-text { margin-top: 5px; }

.messageSymbol { width: 10px; height: 10px; }
.messageClosed { background: url(../images/symbol_arrow_right.gif) no-repeat; }
.messageOpened { background: url(../images/symbol_arrow_down.gif) no-repeat; }

.message-status IMG { width: 13px; height: 10px; }
.message-new { background: url(../images/symbol_message_new.gif) no-repeat; }
.message-read { background: url(../images/symbol_message_read.gif) no-repeat; }
.message-replied { background: url(../images/symbol_message_replied.gif) no-repeat; }

.message-edit { margin-top: 5px; }

#form_message textarea { width: 270px; height: 100px; }
#form_message #message_subject { width: 270px; }
#form_message LABEL { margin-top: 5px; }

/* MESSAGETABS */

#messagetab{ margin-bottom: 10px; }
#messagetab img { width:  125px; height: 31px; }
#messagetab li,
#messagetab li a { margin: 0px; padding: 0px; }

#messagenav_sent,
li #messagenav_sent { background-image: url(../images/nav_messages_outbox.jpg); }
.selected #messagenav_sent { background-image: url(../images/nav_messages_outbox_active.jpg); }
#messagenav_received,
li #messagenav_received { background-image: url(../images/nav_messages_inbox.jpg); }
.selected #messagenav_received { background-image: url(../images/nav_messages_inbox_active.jpg); }
