/*
	Список сообщений
*/
#list_messages {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 0 0;
}

	#list_messages td.header_images {
		color: #737373;
		border-top: 1px solid #D1D1D1;
		border-bottom: 1px solid #D1D1D1;
		text-align: center;
		width: 100px;
	}
	#list_messages td.header {
		color: #737373;
		border-top: 1px solid #D1D1D1;
		border-bottom: 1px solid #D1D1D1;
		text-align: center;
		padding: 5px;
		width: 40%;
	}
	#list_messages td.header_center {
		color: #737373;
		border: 1px solid #D1D1D1;
		text-align: center;
		padding: 5px;
		width: 21%;
	}
	
	#list_messages tr.field {
		border-top: 1px solid #D1D1D1;
		border-bottom: 1px solid #D1D1D1;
	}
	#list_messages td.images img{
		width: 50px;
		height: 50px;
		padding: 12px 12px 12px 0;	
	}
	#list_messages td.login {
		padding: 4px;
		font-weight: bold;
	}
	#list_messages td.login a{
		text-decoration: underline;
	}
	#list_messages td.count {
		text-align: center;
	}
	#list_messages td.action {
		text-align: center;
	}
	#list_messages td.action a {
		text-decoration: underline;
		color: #3E7F9D;
	}

/* -- */

/*
	Сообщения
*/
#messages {
	width: 100%;
	margin: 12px 0 0 0;
	border-collapse: collapse;
}
	#messages td#images{
		width: 50px;
	}
	#messages #avator {
		width: 50px;
		height: 50px;
		margin: 0 10px 0 0;
		padding: 4px;
		border: 1px solid #EBEBEB;
	}
	#messages div#name {
		font-weight: bold;
	}
	
	#messages_mail {
		margin: 12px 0 0 4px;
		line-height: 1.6;
	}
	#messages_mail .hr {
		height: 8px;
	}
	#messages_mail .account_to {
		color: #6F6F6F;
	}
	#messages_mail .account_to span.name {
		font-weight: bold;
	}
	#messages_mail .account {
		color: #8C1C1B;
	}
	#messages_mail .account span.name {
		font-weight: bold;
	}
	
	#messages_form TABLE {
		width: 100%;
	}
	#messages_form #new_message {
		font-weight: bold;
		margin: 0 0 6px 0;
	}
	#messages_form textarea{
		width: 100%;
		height: 160px;
		margin: 0 0 8px 0;
	}
	
/*
	Сообщение детально
*/
#messages {
	width: 100%;
	margin: 12px 0 0 0;
	border-collapse: collapse;
}
	#messages td#images{
		width: 50px;
	}
	#messages #avator {
		width: 50px;
		height: 50px;
		margin: 0 10px 0 0;
		padding: 4px;
		border: 1px solid #EBEBEB;
	}
	#messages div#name {
		font-weight: bold;
	}
	
	#messages_mail {
		margin: 12px 0 0 4px;
		line-height: 1.6;
	}
	#messages_mail .hr {
		height: 8px;
	}
	#messages_mail .account_to {
		color: #6F6F6F;
	}
	#messages_mail .account_to span.name {
		font-weight: bold;
	}
	#messages_mail .account {
		color: #8C1C1B;
	}
	#messages_mail .account span.name {
		font-weight: bold;
	}
	
	#messages_form TABLE {
		width: 100%;
	}
	#messages_form #new_message {
		font-weight: bold;
		margin: 0 0 6px 0;
	}
	#messages_form textarea{
		width: 100%;
		height: 160px;
		margin: 0 0 8px 0;
	}
/* -- */
