div.nws-messages-section {
	width: 100%;
	padding-top: 2em;
}

div.nws-category {
	width: 100%;
	margin-bottom: 1em;
	border-color: #2C5376;
	border-style: none;
	border-width: 1px; 
	clear: both;
}

div.nws-category-label {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em; 
	color:#EC453C;
	font-size: 120%;
	font-weight: bold;
	border-color: #E0E0E0;
	border-bottom-style: solid;
	border-width: 1px; 
	float: left;
}

div.nws-messages-manager-section {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em; 
	color:#EC453C;
	font-size: 120%;
	font-weight: bold;
	border-color: #E0E0E0;
	border-bottom-style: solid;
	border-width: 1px; 
	text-align: right;
}

a.nws-messages-manager-link {
	font-weight: normal;
	font-size: 75%;
	color: #5D91C1;	
}

div.nws-category-content {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em; 
}

div.nws-message {
	margin-bottom: 2em;
	clear: both;
}

div.nws-message-title {
	font-weight: bold;
	font-size: 130%;
	color: #3C3CC8; 
	
	border-bottom-color: #5D91C1;
	border-bottom-style: none;
	border-bottom-width: 1px; 
}

div.nws-message-author {
	color: black;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	float: left;
}
	
div.nws-message-date {
	color: black;
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

div.nws-message-content {
	padding-top: 1em;
	padding-left: 0.0em;
}

div.nws-message-images {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0;
}

div.nws-message-image {
}

img.nws-message-image {
	border-style: none;
	border-width: 0px;
}

a.nws-message-image-link {
	text-decoration: none;
}

div.nws-message-text {
}

a.nws-message-text-web-link {
}

a.nws-message-text-email-link {
}

div.nws-message-attachments {
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.0em;
	padding-right: 0.5em;
	text-align: right;
}

div.nws-message-attachment {
	float: left;
	margin-right: 1em; 
}

span.nws-message-attachment {
	margin-left: 1em; 
}

a.nws-message-attachment-link {
	color: #3C3CC8; 
	font-weight: normal;
	text-decoration: none;	
}

img.nws-message-attachment-link {
	border-style: none;
	position:relative; 
	top: 7px; 
	margin-right: 0.2em; 
}

.nws-cleaner {
	clear: both;
}



