
/* these are for parts of the message area, in the upper-left */

td.message_body {
	background-color: #DDDDDD;
}

tr.message_subject {
	background-color: #BBBBBB;
}

tr.message_sender_date {
	background-color: #BBBBBB;
}

tr.message_references {
	background-color: #BBBBBB;
}




/* message composition form */




/* relates to the list of discussions on the right */

td.list {  /* the whole thing */
	border-left-style:solid;
	border-left-width:4px;
}

td.list_selected {
	background-color: #DDDDDD;
}



hr {
	border:0;
	width:100%;
	color:#BBBBBB;
	background-color:#BBBBBB;
	height:3px;
}

