/*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;
}

/* should remove dates from file browser controls */

.FB_FileListUL LI DIV SPAN{
	display:none;
}

/* 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, BODY,  INPUT,  SELECT, SPAN, TEXTAREA, TD{
	FONT-FAMILY:Verdana;
}

A:hover{
	text-decoration:underline;
}

BODY{
	BACKGROUND-COLOR:white;
	LETTER-SPACING:normal;
	TEXT-TRANSFORM:none;
	WORD-SPACING:normal;
	font-size:8pt;
}

.SEARCH_FORM_BOX{
	width:80px;
	height:18px;
	font-family:verdana;
	font-size:12px;
}

.MINISEARCH_TEXT{
	color:White;
	font-weight:bold;
}

H1{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:#3F3F3F;
	margin-top:10px;
	margin-bottom:15px;
}

SELECT, TEXTAREA, CHECKBOX{
	color:#444;
	background-color:Transparent;
}

.CHECKBOX{
	background-color:Transparent;
}

LEGEND{
	color:Black;
	FONT-SIZE:12px;
	margin:2px;
}

LI{list-style-type:none;}

UL{list-style-type:none;margin-left:0px;}

.ERROR_TEXT{
	color:Red;
}

/*  For text before the form field */
.FORM_LABEL_TEXT{
	color:#444;
	font-weight:bold;
}

/*  Used as header text in Qforms */
.HEADER_TEXT{
	font-weight:bold;
	font-size:14px;
	color:#234384;
}

.IMAGE_BUTTON{
	color:#444;
	background-color:transparent;
}

/*  For Message displayed within baselist usually */
.MESSAGE_TEXT{
	color:Gray;
}

.RADIO{
	color:#444;
	background-color:transparent;
}

.SUBMIT_BUTTON{
	color:#000;
	font-weight:bold;
	background-color:#f6f6f6;
	border:1px solid #000;
}

/*  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:none;
}

/*  For Rows in Baselist */
.TBL_ROW{
	background-color:#FFF;
	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:#FFC;
	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:none;
}

/*  For Rows in Baselist */
.TBL_HEADER_ROW{
	color:#FFF;
	font-weight:bold;
	background-color:#24486C;
	padding-left:2px;
	padding-right:2px;
}

 /*  For TextBoxes */
.TEXT{
	color:#444;
	background-color:transparent;
}

/****** QAlert *******/

.SERVICE REQUEST_ERROR_TEXT{
	font-family:verdana;
	font-size:10pt;
}

.SERVICE_REQUEST_FORM_LABEL_TEXT{
	font-family:verdana;
	font-size:10pt;
}

.SERVICE_REQUEST_HEADER_TEXT{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
}

.SERVICE_REQUEST_LEGEND_TEXT{
	font-family:verdana;
	font-size:10pt;
}

.SERVICE_REQUEST_SUBMIT_BUTTON{
	font-family:verdana;
	font-size:10pt;
}

.SERVICE_REQUEST_TEXT{
	font-family:verdana;
	font-size:10pt;
}

.SERVICE_REQUEST_TEXTBOX{
	font-family:verdana;
	font-size:10pt;
}

/* 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{
}

.FB_FileListUL LI DIV SPAN{
	display:none;
}

.FB_Footer{
	display:none;
}

/*CONTENT FEED START*/

/*Front End Display Start*/
/*Container*/
.NEWS_FEED_DISPLAY_TABLE, .event_container{
	width:270px;
}
/*Item Row*/
.NEWS_FEED_DISPLAY_ROW_TITLE{
	position:relative;
}
/*Date*/
.NEWS_FEED_DISPLAY_TITLE, .event_date{
	color:#006;
	float:left;
	font-size:0.75em;
	font-weight:bold;
	letter-spacing:0em;
	text-align:right;
	white-space:nowrap;
	width:75px;
}
/*Link*/
.NEWS_FEED_DISPLAY_LINK_TITLE, .event_link a{
	color:#000;
	display:table;
	font-size:1em;
	left:30px;
	position:relative;
	text-decoration:underline;
}
/*Empty Message*/
span table tbody tr td{
	font-size:0.825em;
}
/*Front End Display End*/

/*Display Details Page Start*/
/*Container*/
.NEWS_FEED_DISPLAY_DETAILS_TABLE{
	background:#003;
	margin:-8px;
}
/*Header Row*/
.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE{
}
/*Header Text*/
.NEWS_FEED_DISPLAY_DETAILS_TITLE{
	color:#600;
	font-size:1.5em;
	font-weight:bold;
}
/*Body Row*/
.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW{
	padding:15px;
}
/*Body Text*/
.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT{
	font-family:Arial, Helvetica, sans-serif;
}
.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT a{
	color:#39C;
}
.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT a:hover{
	text-decoration:underline;
}
/*Display Details Page End*/

/*Archive Page Start*/
/*Container*/
span#N .NEWS_FEED_DISPLAY_TABLE, span#N .NEWS_FEED_DISPLAY_DETAILS_TABLE{
	background:#FFF;
	margin:2%;
	padding:10px 20px 25px 0;
	width:95%;
}
/*Header*/
.NEWS_FEED_DISPLAY_ROW_HEADER{
	font-size:1.5em;
	margin:20px;
}
.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT{
	color:#600;
	font-size:1.25em;
}
/*Archive Page End*/

/*Archive Link Row*/
.NEWS_FEED_DISPLAY_ROW_ARCHIVE, a.View, a.Meetings{
	color:#A2674A;
	font-style:italic;
	padding:10px 0;
}
/*Archive Link*/
.NEWS_FEED_DISPLAY_LINK_ARCHIVE{
	color:#2F648D;
	font-size:1em;
}
a.View, a.Meetings{
	color:#2F648D;
	font-size:0.75em;
	position:relative;
}
a.View{
	left:90px;
	top:-25px;
}
a.Meetings{
	top:15px;
}

/*CONTENT FEED END*/