/* Style for default news/events lists */
/* added 3/16/07 by Travis */
UL.ulNEWS{
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	position:0px;
}

/* Service Request Entry (forward facing web form styles) */
/* added 2/27/07 by Travis.				*/

.SERVICE_REQUEST_HEADER_TEXT{
	font-family:verdana,sans-serif;
	font-size:14px;
	font-weight:700;
}

.SERVICE_REQUEST_FORM_LABEL_TEXT{
	font-family:verdana,sans-serif;
	font-size:12px;
}

.SERVICE_REQUEST_TEXTBOX{
	color:blue;
	font-family:verdana,sans-serif;
}

.SERVICE_REQUEST_TEXTAREA TEXTAREA{
	width:98%;
}

.SERVICE_REQUEST_SUBMIT_BUTTON{
}

.SERVICE_REQUEST_ERROR_TEXT{
}

.SRParentTable{
}

.SRLeftTable TD{
	padding:2px 0px;
}

.SRRightTable TD{
	padding:2px 0px;
}

.ERROR_TEXT{
	color:red;
}

.SEARCH_FORM_BOX{
	background-color:#FFF;
	border:1px solid #C58140;
	color:#333;
	padding:1px;
	width:100px;
}

.SEARCH_FORM_LABEL_TEXT{
	color:#000;
	font-size:13px;
}

.SUBMIT_BUTTON{
	margin-top:5px;
}

.MINISEARCH_TEXT{
	color:#FFF;
	font-weight:700;
}

H1{
	font-family:garamond,verdana,sans-serif;
	font-weight:800;
	font-size:24px; 
	color:#974806;
	margin:5px 0;
}

h1 img{
	margin-top:5px;
}

a{
	color:blue;
	text-decoration:none;
}

a:hover{
	color:blue;
	text-decoration:underline;
}

#Content{
	font-family:verdana,sans-serif;
	font-size:13px;
	line-height:1.5;
}

#Content_Wide{
	background-image:url(/images/layout/layout_06_2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	font-family:verdana,sans-serif;
	font-size:13px;
	line-height:1.5;
}

#Content_Full{
	background-image:url(/images/layout/layout_06_2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	font-family:verdana,sans-serif;
	font-size:13px;
	line-height:1.5;
}

#MiniCal{
	padding-top:5px;
}

#MiniCal span{
/*	display:none;
	margin-left:-3px;*/
	width:155px;
	overflow:hidden;
}

hr{
	background-color:#E6B78C;
	border:0px;
	color:#E6B78C;
	height:1px;
}

SELECT, TEXTAREA, CHECKBOX{
	color:#444;
	background-color:Transparent;
}

.CHECKBOX{
	background-color:Transparent;
}

LEGEND{
	color:#000;
	FONT-SIZE:12px;
	margin:2px;
}

.ERROR_TEXT{
	color:Red;
}

/*  For text before the form field */
.FORM_LABEL_TEXT{
	color:#444;
	font-weight:700;
}

/*  Used as header text in Qforms */
.HEADER_TEXT{
	font-weight:700;
	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{
	 background-color:#CCC;
}

/*  For Cells in Baselist */
.TBL_CELL{
	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{
	border-left:1px solid #24486C;
	font-weight:700;
}

/*  For Header Row in Baselist */
.TBL_HEADER_CELL_INITIAL{
	border:none;
}

/*  For Rows in Baselist */
.TBL_HEADER_ROW{
	background-color:#24486C;
	color:#FFF;
	font-weight:700;
	padding-left:2px;
	padding-right:2px;
}

/*  For TextBoxes */
.TEXT{
	background-color:transparent;
	color:#444;
}

/* Geo RSS Map styles */
#layertoggles{
	background:#F7FAFA;
	border:1px solid #CBCBCB;
	color:#444;
	left:auto;
	position:relative;
	right:-39px;
	top:-360px;
	width:200px;
} 

#layertoggles p{
	margin-bottom:0;
	padding-bottom:0;
}

/* News feed styles */
body {
	background:#F1DBBB;
	margin:0;
	padding:0;
	font-size:100%;
	font-family: 'Lucida Sans', LucidaSans, Tahoma, sans-serif;
}

.NEWS_FEED_DISPLAY_DETAILS_TABLE,
.NEWS_FEED_DISPLAY_TABLE {
	width:90%;
	margin:0 auto;
	background:#E6E3DB url(/images/layout/centercolumn_bg.png) center top repeat-x;
	padding:10px;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW{
	
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT{
	padding:5px;
	font-size:13px;
	line-height:1.5;
	color:#333333;
	text-align:left!important;
}

.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE{
	
}


.NEWS_FEED_DISPLAY_DETAILS_TITLE{
	color:#AC5819;
	font-size:18px;
	font-weight:normal;
}

.NEWS_FEED_DISPLAY_EXPANDER{
	margin:5px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE{
	text-align:center;
	padding:5px 10px;
	background:#FCFEF2;
	color:#AC5819;
	text-decoration:none;
	font-size:85%;
	clear:both;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover {
		color:#333333;
		background:white;
		}
		

.NEWS_FEED_DISPLAY_LINK_TITLE{
	display:block;
		color:#333333;
		font-size:100%;
		text-decoration:none;
		padding:5px 0 5px 20px;
		background:url(/images/layout/arrow_right.png) left no-repeat;
}
.NEWS_FEED_DISPLAY_LINK_TITLE:hover {
		color:#AC5819;
		text-decoration:underline;
		}

/*Row That Contains Link To Archives*/
.NEWS_FEED_DISPLAY_ROW_ARCHIVE{
	text-align:right;
}

/*Title Area On Archive Page*/
.NEWS_FEED_DISPLAY_ROW_HEADER{
	display:none;
	text-align:left;
	padding:5px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_RSS{
	margin:0 2px 0 10px;
}

/*Text In Title Area On Archive Page*/
.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT{
	color:#00F;
	font-family:verdana;
	font-weight:bold;
}

/*Background Of Feed Links*/
.NEWS_FEED_DISPLAY_ROW_TITLE{
	border:0;
	display:table-row;
	text-align:left;
	width:100%;
}

/*Table Around The Whole Feed Token*/


.NEWS_FEED_DISPLAY_RSS{
	margin:0 2px 0 10px;
}

/*Date*/
.NEWS_FEED_DISPLAY_TITLE{
	color:#000;
	font-family:verdana,sans-serif;
	font-weight:bold;
	width:100%;
}

.LiveEditDiv{
	left:auto;
	margin:0;
	position:fixed;
	right:8px;
	top:8px;
}

.LiveEditButton{
}

/* Geo RSS Map styles */
#layertoggles{
	background:#F7FAFA;
	border:1px solid #CBCBCB;
	color:#444;
	left:auto;
	position:relative;
	right:-39px;
	top:-360px;
	width:200px;
}

#layertoggles p{
	margin-bottom:0;
	padding-bottom:0;
}

.LiveEditDiv{
	left:auto;
	margin:0;
	position:fixed;
	top:8px;
	right:8px;
}

.LiveEditButton{
}

.wrapper_news{
}

.eventDate{
	font-weight:700;
	padding-right:10px;
	float:left;
	width:75px;
}

.eventLink{
	display:block;
}

ul.ulevents{
	margin:0;
	padding:0;
}

ul.ulevents li{
	list-style-type:none;
	padding:3px 0px 5px;
}

.more_news{
	font-size:13px;
	margin-right:10px;
	text-align:right;
}
