/* MailSite ExpressPro 8.0.4.7 */
/* MessageViewer.css Copyright 2005-2007 Rockliffe, Inc. */

/* The area that contains a HeaderContentPanel */
.HeaderPanel 
{
	background-color: #A7C6E8;
	/* As the element is 100% width, be sure not to add padding or borders to the left/right */
	border-bottom: 1px solid #AAAAAA;
	/* Create a bounding container that is full width */
	width: 100%;
	/* Make sure no floating children are outside this container */
	float: left;
}

/* The area that contains the summary header info about the message */
.HeaderContentPanel 
{
	padding: 1px 5px 2px 5px;
}

/* Groups a MessageViewerLabel and a MessageViewerValue */
.MessageViewerField 
{
}

/* A label referring to a header MessageViewerValue */
.MessageViewerLabel 
{
	 font-weight:bold;
	 clear:left;
}

/* Contains a portion of message data relating to a MessageViewerLabel */
.MessageViewerValue 
{
	margin-right: 10px;
}


/* Not all messages have cc'ed recipients, but if they do then they are displayed in one of these */
.CcPanel
{
	clear:left;
}

/* Houses the from/to/cc fields */
.MessageViewerEnvelopePanel
{
	/* Create a bounding container that is full width */
	width: 100%;
	/* Make sure no floating children are outside this container */
	float: left;
}

/* The attachment menu region, containing either the attachments button, or the loading panel */
.AttachmentMenuPanel 
{
	display:block;
	float:right;
	/* Specify the height to avoid the region getting larger on hover */
	height:25px;
}

/* ######################################################################################## */
/* Message Content Styles */

/* Contains all styles of message content, either FullHeadersPanel, or MessageBodyPanel */
.MessageContent
{
	clear:both;
	width: 100%;
}

/* Content panel containing the full headers of the message */
.FullHeadersPanel 
{
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #AAAAAA;
}

.FullHeaders 
{
	white-space: nowrap;
	font-weight: bold;
}

/* Content panel containing the message text */
.MessageBodyPanel
{
	width:100%;
	height: 100%;
	display: block;
}

.MessageBodyFrame
{
	width: 100%;
	border: 0;
}

@media screen {
	.PrintOnly 
	{
		display: none;
	}
}

@media print 
{
	.ScreenOnly 
	{
		display: none;
	}
}

.CleanedWarningPanel 
{
	width: 100%;
	clear: both;
	border-top: 1px solid #AAAAAA;
	background-color: #F6DEA4;
}

.SecuredWarningPanel 
{
	width: 100%;
	clear: both;
	border-top: 1px solid #AAAAAA;
	background-color: #F6DEA4;
}

