/*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;
}

A{
	text-decoration: none;
	color:NAVY;
}
		
A:hover{
	text-decoration: underline;
}

BODY{
	BACKGROUND-COLOR: white;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}

.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: #444444;
	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{
	 background-color:#CCC;
}

/*  For Cells in Baselist */
.TBL_CELL{
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left-width: 1px;
	border-left-color: #24486C;
	border-left-style: solid;
}

/*  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-width: 1px;
	border-left-color: #24486C;
	border-left-style:  solid;
}

/*  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: #444;
	background-color: transparent;
}

/* 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;
}

/* News feed styles */

.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {
}
.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT {
}
.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE {
border-bottom:1px solid #CCC;
}
.NEWS_FEED_DISPLAY_DETAILS_TABLE, .NEWS_FEED_DISPLAY_TABLE {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
padding:10px;
}
.NEWS_FEED_DISPLAY_DETAILS_TITLE {
font-weight:bold;
font-size:1.25em;
}
.NEWS_FEED_DISPLAY_EXPANDER {
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE {
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover {
}
.NEWS_FEED_DISPLAY_LINK_TITLE {
}
.NEWS_FEED_DISPLAY_ROW_ARCHIVE {
}
.NEWS_FEED_DISPLAY_ROW_HEADER {
}
.NEWS_FEED_DISPLAY_ROW_HEADER_RSS {
}
.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT {
}
.NEWS_FEED_DISPLAY_ROW_TITLE {
}
.NEWS_FEED_DISPLAY_RSS {
}
.NEWS_FEED_DISPLAY_TITLE {
}

.LiveEditDiv{
	margin:0;
	position:fixed;
	top:8px;
	left:auto;
	right:8px;
}

.LiveEditButton{
}

