.messageListPopup
{
	padding:10px;
	background-color:white;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

.messageListPopupHeader
{
	background-image:url("/images/bg-menu-main.png");
	padding:4px;
	padding-left:10px;
	color:white;
	font-weight:bold;
}


.messageList
{
	text-align:center;
	width:100%;
	padding:1px;
}

.pnlPost
{
	color:Black;
	width:100%;
}

.messages
{
	background-color:#009900;
	color:Black;
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
	width:100%;
	text-align:center;
	font-size:12px;
}

.messageFrom
{
	color:White;
	font-size:medium;
	text-decoration:underline;
	cursor:pointer;
}

.messageBody
{
	background-color:Silver;
	padding:6px;
	color:Black;
	font-size:12px;
}


.messageHeadline
{
	color: black;
	font-size: large;
	font-weight:bold;
	width: 100%;
}

.messagePreview
{
	background-color:White;
	height:300px;
	width:400px;
	padding:10px;
}

.messagePreviewHeader
{
	cursor: move;
	background-color:Gray;
	height:20px;
	width:400px;
	border:solid 1px Gray;
	color:Black;
	text-align:center;
}

.messagePreviewBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.messageButton
{
	border-left-color: #000000;
	border-bottom-color: #000000;
	color: #ffff00;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #4169e1;
	border-right-color: #000000;
	border-bottom-style: solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

.messageSynopsis
{
	color: black;
	font-size: small;
	font-weight:normal;
	width: 100%;
}
.messageHeader
{
	color: white;
	background-image:url(/images/bg-menu-main.png);
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}

.messageTitle
{
	color: Black;
	background-color: #4169e1;
	font-size: medium;
	width: 100%;
}


.userDetailTextArea
{
	width:100%;
	height:45px;
	background-color:cornsilk;
	border:none;
}

