.blog-user, .blog-post-edit, .blog-post-delete {
	display:block; 
	background-repeat:no-repeat; 
	align:absmiddle;
}

.blog-post-edit{
	background-image: url(images/edit.gif); 
	width:18px; 
	height:18px; 
	float:right;
}
.blog-post-delete{
	background-image: url(images/delete.gif); 
	width:18px; 
	height:18px; 
	float:right;
}

.blogpost_container {
	background:#2d6aaa;
	height:25px;
	color:#FFFFFF;
	z-index:2;
	position:relative;
}
.corner_blue_sector {
	background:#ddeaf9 url(/images/c_blue.gif) 100% 100% no-repeat;
	z-index:1;position:relative;
	color:#2d6aaa;
	min-height:70px;
}
.post_blog_title {
	background:transparent url(/images/white_dot.gif) no-repeat scroll 100% 50%;
	font-weight:400;
	padding-right:15px;
	text-decoration:none;
	color:#FFFFFF;
	height:30px;
}
a.post_blog_title {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover.post_blog_title {
	color:#FFFFFF;
	text-decoration:none;
}
.corner_blue_entries {
	padding-left:85px;
	font-size:14px;
}
.corner_blue_entries a, .corner_blue_entries a:hover {
	color:#2d6aaa;
	font-size:12px;
}
.UserInfo {
	color:#000000;
	font-size:14px;
	padding:10px 0 20px 10px;
}
.blue_text {
	color:#2d6aaa;
	font-size:14px;
}
.nws_grad {
	background:url(/images/nws_grad.png) bottom left repeat-x;

}
.nws_corner {
	background:url(/images/nws_corner.gif) bottom left no-repeat;
	padding:0px 5px 5px 5px;
}
.news-list-block {
	/*padding:1px;*/
}