/* ---- News ----- */
div.news-left {
	width: 55%;
	float: left;
}
div.news-right {
	width: 45%;
	float: right;
	margin: 0px;
	padding: 0px;
}

div.news-article {
	background-color: #FFF;
	padding: 5px;
	border-bottom: 1px solid #d67028;
}

div.news-article2 {
	background-color: #FFF;
	padding: 5px;
	border-bottom: 1px solid #d67028;
}

div.news-panel {
	margin: 5px;
}

.news-header {	
	margin:0px;
	padding:0px;
	border:0px;
	color:#FFFFFF; 
	font-size:13px; 
	display:block; 
	background:url(/style/news/h2_bg.gif) top left no-repeat #81ad02;
}

.news-header span{
	padding:5px 10px; 
	background:url(/style/news/h2_span_bg.gif) top right no-repeat; 
	display:block;
}

.news-header2 {	
	padding:0px;
	padding-bottom: 5px;
	font-weight: bold;
}

.news-calendar-section {
	background:url(/style/news/section_bg_left.png) bottom left  no-repeat #e0efb1; 
	font-size:12px;
}

.news-calendar-section2 {
	background:url(/style/news/section_bg_right.png) right bottom no-repeat; 
	padding:10px; 
}

a.news-panel, a.news-panel:visited { color: #04727d; text-decoration: none; border: none; }
a.news-panel:hover { background-color: #81ad02; color: #FFFFFF; }

a.news-title, a.news-title:visited { text-decoration: none; border: none; }
a.news-title:hover { text-decoration: underline; }

ul#news-calendar-vertical {
	padding-left: 10px;
	margin: 0;
}

