/*            NEWS FEEDS            */

/*  Pop Up News Feed Display  */

/*** Pop Up Display Container ***/
.NEWS_FEED_DISPLAY_DETAILS_TABLE{
	width:100%;
	display:table;
}

/*** Header Row ***/
.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE{
	display:table-row;
	background-color:#c1e0e0;
	background-image:url(/images/layout/header_feeds.gif);
	background-position:37px 13px;
	background-repeat:no-repeat;
	margin-bottom:5px;
	width:100%;
	height:75px;
}

/*** Header Title ***/
.NEWS_FEED_DISPLAY_DETAILS_TITLE{
	color:#006;
	border-top:1px solid #399;
	border-bottom:1px solid #399;
	font-weight:bold;
	padding:3px 0px 3px 5px;
	background-color:#FFF;
	white-space:nowrap;
	width:100%;
	position:absolute;
	top:60px;
}

/*** Body Row ***/
.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW{
	display:table-row;
	background-color:#FFF;
	text-align:left;
	height:100%;
	line-height:1.5;
	padding-right:30px;
	width:100%;
	word-spacing:3px;
}

/*** Body Content ***/
.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT{
	color:#333;
	font-size:13px;
	position:absolute;
	top:90px;
	left:40px;
}

/*  Archive Row For Front End And Pop Up Displays  */

/*** Archive Row ***/
.NEWS_FEED_DISPLAY_ROW_ARCHIVE{
	display:table-row;
	position:absolute;
	top:63px;
	right:5px;
}

/*** Archive Link ***/
.NEWS_FEED_DISPLAY_LINK_ARCHIVE{
	text-align:right;
	margin-right:5px;
}

/*  Pop Up Archive Display  */

/* Uses Same Container As Front End Display */
.NEWS_FEED_DISPLAY_TABLE{
	width:100%;
}

/*** Header Row***/
.NEWS_FEED_DISPLAY_ROW_HEADER{
	display:table-row;
/*	background-color:#c1e0e0;
	background-image:url(/images/layout/header_feeds.gif);
	background-position:37px 13px;
	background-repeat:no-repeat;
	margin-bottom:5px;
	height:75px;*/
	min-width:600px;
	width:100%;
}

/*** Header Title ***/
.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT{
	color:#006;
	border-top:1px solid #399;
	border-bottom:1px solid #399;
	font-weight:bold;
	padding:3px 0px 3px 5px;
	background-color:#FFF;
	white-space:nowrap;
	min-width:600px;
	width:100%;
/*	position:absolute;
	top:60px;*/
}

.NEWS_FEED_DISPLAY_ROW_TITLE{
}

/*** Archive Body ***/
.NEWS_FEED_DISPLAY_LINK_TITLE{
	color:#333;
	font-size:13px;
	position:absolute;
	top:25px;
	left:20px;
	padding:15px;
	width:100%;
}

/*** + / - Icon ***/
.NEWS_FEED_DISPLAY_EXPANDER{
	padding-right:5px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_RSS{
	margin:0px 2px 0px 10px;
}

A, BODY,  INPUT,  SELECT, SPAN, TEXTAREA, TD{
	font-size:13px;
	font-family:times,serif;
}

A{
	color:#399;
	font-size:13px;
	text-decoration:underline;
}
		
A:hover{
	text-decoration:none;
}

BODY{
	letter-spacing:normal;
	text-transform:none;
	word-spacing:normal;
}

UL.ulNEWS{
	list-style-type:none; 
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}
#EmergencyAlert {
	background-color: red;
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	color: #FFF;
}
