/* MESSAGES */

table.messages tbody tr td {
    border-bottom: 1px solid #ccc;
}

table.messages tr th, table.messages tr td {
    text-align: left;
    padding: 5px;
}

table.messages tr th {
    font-weight:bold;
    border-bottom: 1px solid #999;
}

table.messages tr td span.date {
	font-size: 11px;	
}

dl.message-headers {
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding: 5px 0;
    width: 100%;
    font-family: Arial, sans-serif;
}

dl.message-headers dt {
    width: 70px;
    text-align: right;
    float: left;
    padding-right: 10px;
    font-weight: bold;
    color: #444;
}

dl.message-header dd {
    float: left;
}

a.message-status {
	height: 0 !important;
	padding: 23px 0 0 0;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url('../img/design/icons/message_read_status.gif');
	width: 25px;
}

a.message-status.read {
	background-position: -25px 0;
}

a.message-status.unread{
	background-position: 0 0;
}



