/**** QCONTENT DEFAULT STYLES *****/
/**** News Feed Display Pop Up
/**** File Browser
/**** Dynamic Menus
/**** Search Box
/**** Site Map
*****/

body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:'Lucida Grande', 'Lucida Sans', Lucida, Tahoma, sans-serif;
	background:#4C6A3E;
}

a {
	text-decoration:underline;
	color:#27409A;
}

a:hover {
	color:#AE3905;
}

/* ----------------- DEFAULT NEWS FEEDS & POPUP ------------------- */
/* ---------------------------------------------------------------- */


.NEWS_FEED_DISPLAY_TABLE {						/* Inline Container */
	width:95%;
	margin:0 auto;
	padding:10px;
	font-size:15px;
	background:#F3F4F6;
}

.NEWS_FEED_DISPLAY_DETAILS_TABLE {				/* Pop Up Container */
	width:95%;
	margin:0 auto;
	padding:10px;
	font-size:15px;
	background:white;
}

.NEWS_FEED_DISPLAY_ROW_HEADER, 					/* Category Heading */
.NEWS_FEED_DISPLAY_DETAILS_TITLE {				/* & Pop Up Row Heading */
	font-size:125%;
	font-weight:bold;
	padding:15px 0;
	display:block;
}

.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:5px 5px 0 5px;
	float:left;
}


.NEWS_FEED_DISPLAY_ROW_TITLE {					/* Feed Item Row */
	padding:5px 0;
	clear:both!important;
}

.NEWS_FEED_DISPLAY_TITLE {						/* Feed Item Date */
	color:#AE3905;
	width:115px;
	float:left;
	padding:0 0 5px 0;
}

.NEWS_FEED_DISPLAY_LINK_TITLE {					/* Feed Item Link */
	color:#111111;
	text-decoration:none;
	border-bottom:1px solid black;
}

.NEWS_FEED_DISPLAY_LINK_TITLE:hover {
	border-bottom:1px solid #AE3905;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {			/* Item Details Row */
	padding:5px 10px;
	color:#666666;
	font-size:13px;
	background:#E0E3E8;
	border:1px solid #B3BCC8;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE {				/* Archive Row */
	text-align:right;
	padding:3px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE {				/* Archive Link */
	font-weight:bold;
	color:#333333;
}


/* --------------------- 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 */

}

.FB_FileListUL li {
	list-style:none;
	padding:3px 0 3px 15px;
	background:url(/images/layout/arrow_double.png) 0 8px no-repeat;
}

.FB_FileListUL li a {							/* File Link */

}

/* --------------------- SIDEBAR DYNAMIC MENU --------------------- */
/* ---------------------------------------------------------------- */

.MenuGroupSide {									/* Menu Container */
	margin:5px 0 30px 20px;
}

.MenuGroupSide img {								/* Hide default expand icon */
	display:none;
}

.MenuItemSide, .MenuItemOverSide {					/* Menu Item Containers */
	cursor:pointer;
	background:url(/images/layout/arrow_double.png) left 50% no-repeat;
}

.MenuItemSide td, .MenuItemOverSide td {			/* Menu Item Text */
	font-size:14px;
	color:#27409A;
	padding:5px 5px 5px 15px!important;
}

.MenuItemOverSide {									/* Hover Item Container */
	
}

.MenuItemOverSide td {								/* Hover Item Text */
	color:#AF3906;
}


/* ------------------------- HOW DO I MENU ------------------------ */
/* ---------------------------------------------------------------- */

.MenuGroupHow {									/* Menu Container */
	width:191px;
	border-collapse:collapse;
}

.MenuGroupHow img {								/* Hide default expand icon */
	display:none;
}

.MenuItemHow, .MenuItemOverHow {					/* Menu Item Containers */
	cursor:pointer;
	background:#eaecf0 url(/images/layout/howdoi_bg.png) top no-repeat;
	height:32px;
	border:1px solid #999EA5;
	border-collapse:collapse;
}

.MenuItemHow td, .MenuItemOverHow td {			/* Menu Item Text */
	font-size:13px;
	color:#27409A;
	padding:5px 10px!important;
	text-shadow:1px 1px 2px white;
}

.MenuItemOverHow {									/* Hover Item Container */
	background:#eaecf0 url(/images/layout/arrow_right.png) 96% 50% no-repeat;
}

.MenuItemOverHow td {								/* Hover Item Text */

}

/* ---------------------- DEFAULT SEARCH BOX ---------------------- */
/* ---------------------------------------------------------------- */

.SEARCH_FORM_LABEL_TEXT {						/* Search Label */
	display:none;
}

.SEARCH_FORM_BOX {								/* Search Text Field */
	background:url(/images/layout/input_bg.png) no-repeat;
	height:25px;
	width:140px;
	outline:0;
	border:1px solid #8B95A6;
	color:#666666;
	font-size:13px;
	padding:0 5px;
	float:left;
	margin-bottom:0;
	line-height:25px;
}

input[type=image] {								/* Submit Button (if Image) */
	vertical-align:middle;
	margin-left:-5px;
}

.SUBMIT_BUTTON {								/* Submit Button (if Text) */

}


/* ------------------------- SEARCH RESULTS ----------------------- */
/* ---------------------------------------------------------------- */

.HEADER_TEXT,
.QLINKSHARE_HEADER_TEXT {
	font-size:25px;
	color:#AE3905;
}

.SEARCHTEXT {
	color:#666666;
}

.SEARCHURL,
.FORM_LABEL_TEXT,
.QLINKSHARE_TEXT {
	color:#27409A;
	font-size:12px;
	font-weight:bold;
}


/* --------------------------- SITE MAP --------------------------- */
/* ---------------------------------------------------------------- */

.SiteMap {
	font-size:14px!important;
}

.SiteMap img {
	display:none!important;
}

.RootNode {
	font-size:16px!important;
	font-weight:normal!important;
	padding:0 0 0 15px!important;
	background:url(/images/layout/arrow_double.png) left no-repeat;
}

.RootNode a {
	color:#27409A!important;
}

.LeafNode {
	padding:3px 0 3px 25px!important;
	font-size:13px!important;
}

.LeafNode a {
	color:#666666!important;
}

/* ----------------------- EMERGENCY ALERT ------------------------ */
/* ---------------------------------------------------------------- */

#EmergencyAlert {
	background-color: red;
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	color: #FFF;
}