﻿div#alerts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#alerts ul li {
	border-bottom: 1px solid #ba683a;
	border-bottom: 1px solid #b06237;
	padding: 24px 0 24px 184px;
	margin: 0 10px 0 10px;
	position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.55em;
	color: #eaeaea;
	color: #fff;
	color: #000;
}

div#alerts ul li.last {
	border-bottom: 0;
}

div#alerts ul li label {
	background: transparent url('../images/bullet-brown-10.gif') no-repeat scroll right 30px;
	text-align: right;
	padding: 24px 31px 0 0;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 390px; 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
	color: #505050;
	color: #000;
	color: #fff;
}

div#alerts ul li a {
	color: #f6f6f6;
}

div#alerts ul li a.read {
	color: #d4d3e8;
	color: #777;
	color: #5e5345;
	color: #685c4c;
} 

.highlight {
	color: #752C00;
}
