/*Style for default news/events lists*/
/* added 3/16/07 by Travis */
UL.ulNEWS{
  list-style-type:none; 
  position: 0px; 
  margin-left:0px;
	margin-bottom: 0px;
	margin-top: 0px;
}


/* Service Request Entry (forward facing web form styles) 	*/
/*  added 2/27/07 by Travis.								*/

.SERVICE_REQUEST_HEADER_TEXT {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;

}
.SERVICE_REQUEST_FORM_LABEL_TEXT{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.SERVICE_REQUEST_TEXTBOX{
	font-family:Arial, Helvetica, sans-serif;
	color: blue;
}
.SERVICE_REQUEST_TEXTAREA TEXTAREA{
	width: 98%;
}
.SERVICE_REQUEST_SUBMIT_BUTTON{
}
.SERVICE_REQUEST_ERROR_TEXT{
}
.SRParentTable{
}
.SRLeftTable TD{
padding: 2px 0px 2px 0px;
}
.SRRightTable TD{
padding: 2px 0px 2px 0px;
}
.ERROR_TEXT{
color: red;
}

.MESSAGE_TEXT{
	color: Gray;
}

.FORM_LABEL_TEXT{
	color: #444444;
	font-weight:bold;	
}



.ERROR_TEXT {
	color:Red;
}

.MINISEARCH_TEXT{
	color: White;
	font-weight:bold;
	font-family: arial, verdana;
}


/* Geo RSS Map styles */
#layertoggles{
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #CBCBCB;
	color: #444444;
	background: #F7FAFA;
	position: relative;
	top: -360px;
	left: auto;
	right: -39px;
	} 
#layertoggles p{
	margin-bottom: 0;
	padding-bottom:0;
	}

.LiveEditDiv
{
	margin:0;
	position:fixed;
	top:8px;
	left:auto;
	right:8px;
}

.LiveEditButton
{
}



/* Geo RSS Map styles */
#layertoggles{
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #CBCBCB;
	color: #444444;
	background: #F7FAFA;
	position: relative;
	top: -360px;
	left: auto;
	right: -39px;
	} 
#layertoggles p{
	margin-bottom: 0;
	padding-bottom:0;
	}
	
	
/* OLD News feed styles */
/*.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW
{
	display:table-row;
	background-color:#FFFFE0;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT
{
	font-style:italic;
	margin-left:19px;
}

.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE
{
	display:table-row;
	background-color:#E0E0FF;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_DETAILS_TABLE
{
	display:table;
	background-color:Navy;
}

.NEWS_FEED_DISPLAY_DETAILS_TITLE
{
	font-weight:bold;
}

.NEWS_FEED_DISPLAY_EXPANDER
{
	margin:0px 5px 0px 5px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE
{
	color:Red;
}

.NEWS_FEED_DISPLAY_LINK_TITLE
{
	color:Navy;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE
{
	display:table-row;
	background-color:#E0E0E0;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER
{
	display:table-row;
	background-color:#FFC469;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_RSS
{
	margin:0px 2px 0px 10px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT
{
	font-weight:bold;
	color:#691F01;
}

.NEWS_FEED_DISPLAY_ROW_TITLE
{
	display:table-row;
	background-color:#FFEBCD;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_TABLE
{
	display:table;
	background-color:#733D1A;
}

.NEWS_FEED_DISPLAY_RSS
{
	margin:0px 2px 0px 10px;
}

.NEWS_FEED_DISPLAY_TITLE
{
	font-style:italic;
}*/

/* ----------------- DEFAULT NEWS FEEDS & POPUP ------------------- */
/* ---------------------------------------------------------------- */


.NEWS_FEED_DISPLAY_TABLE {						/* In Page Container */
	width:100%;
	margin:0 auto;
	padding:0;
}

.NEWS_FEED_DISPLAY_DETAILS_TABLE {				/* Pop Up Container */
	width:90%;
	margin:0 auto;
	padding:10px;
	background:#E0EDF2;
}


.NEWS_FEED_DISPLAY_ROW_HEADER, 					/* Category Heading */
.NEWS_FEED_DISPLAY_DETAILS_TITLE {				/* & Pop Up Row Heading */
	font-size:125%;
	font-weight:bold;
	padding:5px 0;
	display:block;
	color:#0C4673;
	font-family: Arial;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_RSS img, 
.NEWS_FEED_DISPLAY_RSS img {					/* RSS Icons */
	vertical-align:middle;
	padding:0 5px;
}

.NEWS_FEED_DISPLAY_EXPANDER {					/* Details +/- Icon */
	padding:0 5px;
	float:left;
	margin:5px 0 0 0;
}


.NEWS_FEED_DISPLAY_ROW_TITLE {					/* Feed Item Row */
	padding:6px 5px;
	background:#E0EDF2;
	clear:both!important;
	font-family: Arial;
	border:1px solid white;
}

.NEWS_FEED_DISPLAY_TITLE {						/* Feed Item Date */
	color:#333333;
	font-weight:bold;
	float:left;
	width:95px;
	font-family: Arial;
	font-size:14px;
	padding-bottom:5px;
}

.NEWS_FEED_DISPLAY_LINK_TITLE {					/* Feed Item Link */
	text-decoration:underline;
	color:#0C4673;
	font-size:14px;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {			/* Item Details Row */
	padding:6px 10px;
	color:#666666;
	background:#fefefe;
	font-family: Arial;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT {
	color:#333333;
	font-size:14px;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE {				/* Archive Row */
	text-align:right;
	padding:3px;
	clear:both;
	overflow:auto;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE {				/* Archive Link */
	font-weight:normal;
	color:#333333;
	display:block;
	width:95px;
	height:30px;
	background:#0C4673;
	border-radius:10px;
	border:1px solid #0C4673;
	color:white;
	line-height:30px;
	text-align:center;
	float:right;
	text-decoration:none;
	font-size:16px;
	font-family: Arial;
	clear:both!important;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover {
	color:#ffff66;
	background:#0C4673;
}

