/* -- Message Contacts Component Style CSS -- */

.msg_contact_nav_cont
{
	padding: 5px;
	margin: 5px;
	float: left;
}

.msg_contact_paging
{
	padding: 5px;
	margin: 0px 5px 5px 5px;
}

.msg_contact_sort_cont
{
	float: right;
	margin: 8px;
}

.msg_contact_sort_cont a:link,
.msg_contact_sort_cont a:active,
.msg_contact_sort_cont a:visited
{
	font-weight: bold;
	text-decoration: none;
}

.msg_contact_message_item
{
	width: 98%;
	padding: 2px;
}

.msg_contact_message_item .item_label
{
	width: 70px;
	color: #980611;
	float: left;
	padding-left: 3px;
	font-weight: bold;
}

.msg_contact_message_info
{
	width: 300px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 5px;
	float: left;
}

.msg_contact_message_text
{
	padding: 6px;
	background: #FDF9F8;
}

.msg_contact_reply_cont
{
	float: right;
	text-align: right;
	padding-right: 5px;
}

.msg_contact_bottom
{
	text-align: left;
	color: #fff;
}

.msg_contact_subject_read
{
    font-weight: bold;
}

.msg_contact_subject_unread
{
    font-weight: bold;
    color: #2970C7;
	
}
