/*Style for default news/events lists*/
/* added 3/16/07 by Travis */
UL.ulNEWS{
	list-style-type:none;
	padding: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;
}

A{
	text-decoration:none;
   	color:NAVY;
}
	
A:hover{
	text-decoration:underline;
}

P{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

TD{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.TBLCELL_CONTENT{
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}

.SEARCH_FORM_BOX{
	width:80px;
	height:20px;
	font-family:arial;
	font-size:12px;
	margin-bottom:3px;
}

.MINISEARCH_TEXT{
	color:White;
	font-weight:bold;
}

SELECT, TEXTAREA, CHECKBOX{
	color:#444444;
	background-color:Transparent;
}

.CHECKBOX{
	background-color:Transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

LEGEND{
	color:Black;
	FONT-SIZE:12px;
	margin:2px 2px 2px 2px;
}

LI{
}

OL{
}

.ERROR_TEXT{
	color:Red;
}

/*  For text before the form field */
.FORM_LABEL_TEXT{
	color:#444444;
	font-weight:bold;
}

/*  Used as header text in Qforms */
.HEADER_TEXT{
	font-weight:bold;
	font-size:12px;
	color:#234384;
}

.IMAGE_BUTTON{
	color:#444444;
	background-color:transparent;
}

/*  For Message displayed within baselist usually */
.MESSAGE_TEXT{
	color:Gray;
}

.RADIO{
	color:#444444;
	background-color:transparent;
}

.SUBMIT_BUTTON{
	 background-color:#CCCCCC;
}

/*  For Cells in Baselist */
.TBL_CELL{
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:1px solid #24486C;
}

/*  For Cells on left in Baselist */
.TBL_CELL_INITIAL{
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:none;
}

/*  For Rows in Baselist */
.TBL_ROW{
	background-color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
}

/*  For Row Alternating in Baselist */
.TBL_ROW_ALT{
	background-color:#C0C0C0;
	padding-left:3px;
	padding-right:3px;
}

/*  For Row Selected in Baselist */
.TBL_ROW_SELECTED{
	background-color:#FFFFCC;
	padding-left:3px;
	padding-right:3px;
}

/*  For Header Cells in Baselist */
.TBL_HEADER_CELL{
	font-weight:bold;
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:1px solid #24486C;
}

/*  For Header Row in Baselist */
.TBL_HEADER_CELL_INITIAL{
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:none;
}

/*  For Rows in Baselist */
.TBL_HEADER_ROW{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#24486C;
	padding-left:2px;
	padding-right:2px;
}

 /*  For TextBoxes */
.TEXT{
	color:#444444;
	background-color:transparent;
}

.QCONTENT_PRINTABLE_TEXT{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

/* Geo RSS Map styles */
#layertoggles{
	width:200px;
	border:1px solid #CBCBCB;
	color:#444;
	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{
}

/* News feed styles */

/*** Header Row ***/
.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE{
	display:table-row;
	text-align:left;
	width:100%;
}

/*** Header Title ***/
.NEWS_FEED_DISPLAY_DETAILS_TITLE{
	background:#FFF;
	color:#069;
	font-family:tahoma,sans-serif;
	font-size:18px;
	font-weight:700;
	padding:5px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER{
	background-color:#FFF;
	display:table-row;
	visibility:hidden;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW{
	font-family:Arial, Helvetica, sans-serif;
	padding:0 15px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT{
}

.NEWS_FEED_DISPLAY_DETAILS_TABLE{
	display:table;
}

.NEWS_FEED_DISPLAY_EXPANDER{
	margin:5px;
}

/*Archive Link Text*/
.NEWS_FEED_DISPLAY_LINK_ARCHIVE{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:-20px 0 5px 10px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	margin:-20px 0 5px 10px;
}

/*Actual Item Links*/
.NEWS_FEED_DISPLAY_LINK_TITLE{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:-3px;
	text-decoration:none;
	white-space:nowrap;
}

.NEWS_FEED_DISPLAY_LINK_TITLE:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:-3px;
	text-decoration:underline;
	white-space:nowrap;
}

/*Row That Contains Link To Archives*/
.NEWS_FEED_DISPLAY_ROW_ARCHIVE{
	display:table-row;
	padding:5px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_RSS{
	margin:0px 2px 0px 10px;
}

/*Background Of Feed Links*/
.NEWS_FEED_DISPLAY_ROW_TITLE{
	display:list-item;
	list-style-type:disc;
	margin:3px 3px 3px 15px;
	text-align:left;
}

/*Table Around The Whole Feed Token*/
.NEWS_FEED_DISPLAY_TABLE{
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

/*** RSS Icon ***/
.NEWS_FEED_DISPLAY_RSS{
	margin:0px 2px 0px 5px;
}

/*Date*/
.NEWS_FEED_DISPLAY_TITLE{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	padding-right:100px;
	margin:-3px;
	width:100%;
}