﻿.messageHeader
{
	clear:both;
	width:100%;
	border:solid 1px #ddd;
	margin-bottom:25px;
	background-image:url('../../images/messageHeader.gif');
	background-repeat:repeat-x;
	height:24px;
}

.messageAuthor
{
	font-weight:bold;
	font-size:1.25em;
	float:left;
}

.messagePostedDate
{
	font-size:0.75em;
	float:right;
}

.message
{	
	clear:both;
	width:100%;
}

.messageContent, .messageOptions
{	
	margin-left:200px;			
}

.messageOptions input 
{
	color:black;
	background-color:#eee;
	border:solid 1px black;
}

.messageAuthorProfile
{
	float:left;
	border-right:1px solid #aaa;
	width:15em;
}
.messageFooter
{
	psosition:relative;
	height:20px;
	clear:both;
	border-bottom:solid 1px #f00;
	margin-bottom:10px;
}

.messageAuthorProfileName
{
	float:left;
	font-weight:bold;
	width:75px;
	clear:left;
}

.messageAuthorProfileValue
{
	float:left;
}

.messageAuthorProfilePicture
{
	margin-bottom:10px;
}

.avatar
{
	border:solid 1px #ddd;
}

.quote
{
	border:solid 1px #aaa;
}

.quoteTitle
{
	font-size:1em;
	font-weight:bold;
	margin-bottom:1em;
	border-bottom:solid 1px #aaa;
}

.quoteMessage
{
	padding:10px;
}

.postedFrom
{
	text-align:center;
	color:Red;
}