
.newsimage{
	float: right;
	margin: 10px 0 10px 10px;
	clear: right;
}

.newsimage img{
	border: 1px solid #ccc;
	padding: 3px;
}

.newsimage p{
	margin:0;
	padding: 2px 3px;
	text-align: center;
	font-size: 10px;

}
.news-event-expired{
	background-color: #F59CAA;
}

.newsfeed a{
	background: transparent url(/site/template/modules/images/rss.gif) no-repeat;
	padding-left: 20px;
}

ul.news-event, ul.newsarchive{
	line-height: 1.5em;
	width:580px;
	margin: 0 0 0 0px;
	clear: left;
}
	ul.news-event li{
		margin: 0 0 10px 0;
		padding: 10px 0 10px 0px;
		list-style: none;
		background-image: none;
		border-top: 1px dotted #ccc;
		clear: both;
		
	}
	
	ul.news-event li.first-article{
		border-top: 0px dotted #ccc;
		padding-top: 0px;
	}
	
		ul.news-event li a.news-title-link{
			font-size: 18px;
			text-decoration: none;

		}
		
		ul.news-event li a.news-title-link:hover{
			text-decoration: underline;
		}
		
		ul.news-event li a, ul.newsarchive li a{
			font-weight:bold;
		}
		ul.news-event a:hover {
		}
		
		.newsarchive-h2{
			border-top: 1px dotted #ccc;
			padding-top: 10px;
			clear: both;
		}
		
		ul li .news-event-date{
			font-style: italic;
			margin-bottom: 5px;
		}
		
		ul.newsarchive li.newsarchive-year{
			font-weight: bold;
		}
		
		ul.newsarchive li{
			display: block;
			float:left;
			white-space: nowrap;
			margin: 0 0px 0 0;
			padding: 0 5px 0 0;
			background-image: none;
		}

.news-event-headline-edit{
	background-color:#e5e5e5;
	border:1px solid black;
	margin:10px 0;
	padding:5px;
	width:95%;
}

.news-event-post{
	font-weight: bold;
	float:left;
	margin:0;
	padding:0 0 10px 0;
}

.news-event-back{
	float:right;
	font-weight:bold;
	margin: -2px 10px 0 0;
}