
/* News Widget */

#news h2 {
	font-family:		Helvetica, Arial, Sans-serif;
	font-size:			23px;
	
	color:				#000;
	border:				0;
	margin:				0;
	font-weight:		normal;
}


.newsClip {
	width:				350px;
	position:			relative;
	overflow:			hidden;
	min-height:			50px;
}

.nSummary {
	font-size:			11px;

	
}

.nDate {
	color:				#4a4a4a;
	font-weight:		bold;
}

.nSummary a {
	text-decoration:	none;
	background:			#efefef;
	color:				#000;
}

.nSummary a:hover {
	
	background:			#dfdfdf;
}


/* status icons */

.nStatuses {
	float: 				right;
}

.nStatus {
	display:			block;
	height:				12px;
	float:				left;
	width:				12px;
	cursor: 			pointer;
	background:			url(/img/status-icon.png) no-repeat  center -12px;
	margin-left:		2px;
}

.nStatus.off {
	background-position:center  -12px ;
}

.nStatus.on {
	background-position:center top !important;
}

.nStatus:hover {
	background-position:center -24px ;
}