/**** QCONTENT DEFAULT STYLES *****/
/**** News Feed Display Pop Up
/**** File Browser
/**** Dynamic Menus
/**** Search Box
/**** Site Map
*****/

a {
	text-decoration:none;
	border-bottom:1px solid #2D4B21;
	color:#2D4B21;
}

a:hover {
	color:#75A565;
}

/* ----------------- DEFAULT NEWS FEEDS & POPUP ------------------- */
/* ---------------------------------------------------------------- */


.NEWS_FEED_DISPLAY_TABLE,
.NEWS_FEED_DISPLAY_DETAILS_TABLE {				/* Containers */
	width:98%;
	margin:10px auto;
	padding:0;
	font-size:14px;
	clear:both!important;
}

.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;
}

.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;
}


.NEWS_FEED_DISPLAY_ROW_TITLE {					/* Feed Item Row */
	padding:4px 3px 4px 15px;
	background:#F6F8F4;
	border-radius:5px;
	margin:2px 0;
	border:1px solid #E1E9DF;
}

.NEWS_FEED_DISPLAY_TITLE {						/* Feed Item Date */
	color:#666666;
	padding:0 0 0 15px;
}

.NEWS_FEED_DISPLAY_LINK_TITLE {					/* Feed Item Link */
	text-decoration:none;
	border:none;
	display:block;
	background:url(/images/layout/arrow_double.png) left 7px no-repeat;
	padding:0 0 0 15px;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {			/* Item Details Row */
	padding:3px 10px;
	color:#666666;
	font-size:90%;
	background:#f4f4f4;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE {				/* Archive Row */
	text-align:right;
	padding:3px;
	overflow:auto;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE {				/* Archive Link */
	width:120px;
	height:35px;
	text-align:center;
	float:right;
	background:url(/images/layout/button_yellow.png) 0 0 no-repeat;
	color:#333333;
	text-shadow:1px 1px 0 white;
	text-decoration:none;
	border:none;
	font-size:13px;
	line-height:33px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover {
	background-position:0 -35px;
	color:white;
	text-shadow:1px 1px 0 black;
}

/* -------------------------- EVENTS LIST ------------------------- */
/* ---------------------------------------------------------------- */

.wrapper_news {
	padding:10px 0;
}

.wrapper_news .ncell {
	padding:0 0 15px 0;
	font-size:13px;
}

.date_news {
	color:#333333;
	display:block;
}

.article_news {
	font-family:'Bookman Old Style', BookmanOldStyle, Bookman, Georgia, serif;
	font-weight:400;
	display:block;
}




/* --------------------- DEFAULT FILE BROWSER --------------------- */
/* ---------------------------------------------------------------- */

.FolderPreText,									/* Hide "listing files in" text */
.FB_Footer,										/* Hide "times adjusted" footer */
.FB_FileListUL li div span {					/* Hide file upload time text */
	display:none;
}

.FB_FileListUL {								/* FB Unordered List Styles */
	list-style:none;
	margin:10px;
	padding:0;
}

.FB_FileListUL li {
	margin:0;
	padding:3px 0 3px 15px;
	background:url(/images/layout/arrow_double.png) left 50% no-repeat;
}

.FB_FileListUL li a {							/* File Link */
	padding:0 3px;
	color:#333333;
	border:none;
}

.FB_FileListUL li a:hover {
	color:#75A565;
}

/* ------------------- DYNAMIC MENU IMP. LINKS -------------------- */
/* ---------------------------------------------------------------- */

.MenuGroupLinks {									/* Menu Container */
	width:95%;
	margin:0 0 10px 5px;
}

.MenuGroupLinks img {								/* Hide default expand icon */
	display:none;
}

.MenuItemLinks, .MenuItemOverLinks {					/* Menu Item Containers */
	cursor:pointer;
	background:url(/images/layout/arrow.png) left 9px no-repeat;
}

.MenuItemLinks td, .MenuItemOverLinks td {			/* Menu Item Text */
	font-family:'Bookman Old Style', BookmanOldStyle, Bookman, Georgia, serif;
	font-weight:400;
	font-size:14px;
	color:#333333;
	padding:5px 5px 5px 12px!important;
}

.MenuItemOverLinks {									/* Hover Item Container */
	
}

.MenuItemOverLinks td {								/* Hover Item Text */
	color:#75A565;
}

/* ------------------- DYNAMIC MENU SIDEBAR NAV ------------------- */
/* ---------------------------------------------------------------- */

.MenuGroupSide {									/* Menu Container */
	width:203px;
	margin:10px 0;
}

.MenuGroupSide img {								/* Hide default expand icon */
	display:none;
}

.MenuItemSide, .MenuItemOverSide {					/* Menu Item Containers */
	cursor:pointer;
	background:#F4F7F3 url(/images/layout/sidenav_bg.png) bottom repeat-x;
	border:1px solid #D0D7CE;
	margin:2px 0;
}

.MenuItemSide td, .MenuItemOverSide td {			/* Menu Item Text */
	font-family:'Bookman Old Style', BookmanOldStyle, Bookman, Georgia, serif;
	font-weight:400;
	font-size:14px;
	color:#333333;
	padding:7px 5px 7px 10px!important;
	text-shadow:1px 1px 0 white;
}

.MenuItemOverSide {									/* Hover Item Container */
	background:#F4F7F3;
}

.MenuItemOverSide td {								/* Hover Item Text */
	color:#2D4B21;
	text-shadow:1px 1px 0 #ff9;
}


/* ---------------------- DEFAULT SEARCH BOX ---------------------- */
/* ---------------------------------------------------------------- */

.SEARCH_FORM_LABEL_TEXT {						/* Search Label */
	display:none;
}

.SEARCH_FORM_BOX {								/* Search Text Field */
	border-radius:7px;
	padding:8px 10px 7px 10px;
	outline:0;
	border:1px solid #cccccc;
	margin:0 4px;
	background:white;
	box-shadow:inset 2px 2px 3px #999;
	font-size:13px;
	float:left;
	width:150px;
	color:#999999;
	font-family:Arial;
}

.SEARCH_FORM_BOX:focus {
	border:1px solid #ff6;
	background:white;
	color:#333333;
}

input[type=image] {								/* Submit Button (if Image) */
	vertical-align:middle;
}

.SUBMIT_BUTTON {								/* Submit Button (if Text) */
	
}



/* --------------------------- SITE MAP --------------------------- */
/* ---------------------------------------------------------------- */

.SiteMap{
}

.RootNode{
}

.RootNode a{
	color:#666;
}


/* ----------------------- EMERGENCY ALERT ------------------------ */
/* ---------------------------------------------------------------- */

#EmergencyAlert {
	background-color: red;
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	color: #FFF;
}