/**** QCONTENT DEFAULT STYLES *****/
/**** News Feed Display Pop Up
/**** File Browser
/**** Dynamic Menus
/**** Search Box
/**** Site Map
*****/
body {
	font-family: "PT Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 100%; 
}
a {
	text-decoration:underline;
	color:#4C5775;
}

a:hover {
	color:#9C4030;
}

/* ----------------- DEFAULT NEWS FEEDS & POPUP ------------------- */
/* ---------------------------------------------------------------- */



.NEWS_FEED_DISPLAY_DETAILS_TABLE {				/* Containers */
	width:90%;
	margin:0 auto;
	padding:10px;
	border:1px solid #cccccc;
	font-size:100%;
	background: white;
}

.NEWS_FEED_DISPLAY_TABLE {
	padding: 10px 0;
}

.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;
	color: #1D457B;
	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:0 5px;
}

.NEWS_FEED_DISPLAY_ROW_TITLE {					/* Feed Item Row */
	padding:0 0 10px 0;
	background: url(/data/images/rss_bulletpoint.png) left 8px no-repeat;
}

.NEWS_FEED_DISPLAY_TITLE {						/* Feed Item Date */
	color:#666666;
	display: block;
}

.NEWS_FEED_DISPLAY_LINK_TITLE {					/* Feed Item Link */
	text-decoration:none;
	color: #1B3F6D;
	font-weight: 700;
	margin-left: 18px;
	display: block;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {			/* Item Details Row */
	padding: 10px;
	color:#666666;
	font-size:100%;
	background:#F6F9FC;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE {				/* Archive Row */
	text-align:right;
	padding:3px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE {				/* Archive Link */
	font-weight:bold;
	color:#333333;
}

/**** ----- EVENT LIST ----- *****/

ul.eventlist {
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 1px solid #97ABC2;
	border-bottom: 1px solid white;
}

ul.eventlist li {
	overflow: auto;
	padding: 4px 0 4px 30px;
	background: url(/data/images/icon_event.png) left 6px no-repeat;
	text-shadow: 1px 1px 0 white;
	font-size: 90%;
	border-bottom: 1px solid #97ABC2;
	border-top: 1px solid white;
}

ul.eventlist .eventdate {
	font-weight: bold;
	color: #1D457B;
	display: block;
}

ul.eventlist .eventname {
	
}

ul.eventlist .eventname a {
	color: #251909;
	font-weight: bold;
	text-decoration: underline;
}

ul.eventlist .eventname a:hover {
	color: #DB8224;
}

/* --------------------- 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_AP h2 {
	font-family:'PT Sans', Arial, sans-serif;
	font-weight:700;
	font-size:100%;
	text-transform: uppercase;
	color:#213E52;
	margin: 0;
	padding: 0;
}

.FB_FileListUL {								/* FB Unordered List Styles */
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.FB_FileListUL li {
	padding: 5px;
	margin: 4px 0;
}

.FB_FileListUL li img {
	padding-right: 5px;
}

.evenFB {
	background: white;
	background: rgba(255,255,255,.75);
	border: 1px solid #C4D2DF;
}

.FB_FileListUL li div div {
	font-size: 13px;
	color: #666;
	line-height: 1.35;
	padding: 0 0 0 25px;
}

.FB_FileListUL li a {							/* File Link */
	font-weight: bold;
}

/* --------------------- DEFAULT DYNAMIC MENU --------------------- */
/* ---------------------------------------------------------------- */

.MenuGroup {									/* Menu Container */
	width:220px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

.MenuGroup img {								/* Hide default expand icon */
	display:none;
}

.MenuItem, .MenuItemOver {					/* Menu Item Containers */
	cursor:pointer;
	border: 1px solid #A4B5CA;
	background: #dee7f1;
	background: -moz-linear-gradient(top,  #dee7f1 0%, #aebdd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee7f1), color-stop(100%,#aebdd0));
	background: -webkit-linear-gradient(top,  #dee7f1 0%,#aebdd0 100%);
	background: -o-linear-gradient(top,  #dee7f1 0%,#aebdd0 100%);
	background: -ms-linear-gradient(top,  #dee7f1 0%,#aebdd0 100%);
	background: linear-gradient(to bottom,  #dee7f1 0%,#aebdd0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7f1', endColorstr='#aebdd0',GradientType=0 );

}

.MenuItem td, .MenuItemOver td {			/* Menu Item Text */
	font-family:'PT Sans', Arial, sans-serif;
	font-size:15px;
	font-weight:700;
	color: #0C2339;
	text-shadow: 1px 1px 2px white;
	padding: 4px 0 4px 15px !important;
}

.MenuItemOver {									/* Hover Item Container */
	background:#dee7f1;
}

.MenuItemOver td {								/* Hover Item Text */
	color: #1B3F6D;
}

/* --------------------- HOW DO I DYNAMIC MENU --------------------- */
/* ---------------------------------------------------------------- */

.MenuGroupH {									/* Menu Container */
	width:195px;
	margin-left:5px;
	background: #DEE7F1;
	box-shadow: 0 5px 10px #97ABC2;
}

.MenuGroupH img {								/* Hide default expand icon */
	display:none;
}

.MenuItemH, .MenuItemOverH {					/* Menu Item Containers */
	cursor:pointer;
	border-bottom:1px solid #AFC2DA;
	border-top: 1px solid white;
}

.MenuItemH td, .MenuItemOverH td {			/* Menu Item Text */
	font-size:100%;
	font-weight:700;	
	padding: 7px 8px !important;
}

.MenuItemOverH {									/* Hover Item Container */
	background:#F6F9FC;
}

.MenuItemOverH td {								/* Hover Item Text */

}


/* ---------------------- DEFAULT SEARCH BOX ---------------------- */
/* ---------------------------------------------------------------- */

.SEARCH_FORM_LABEL_TEXT {						/* Search Label */
	display: none;
}

.SEARCH_FORM_BOX {								/* Search Text Field */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	height: 32px !important;
	line-height: 32px !important;
	padding:0 40px 0 10px !important;
	outline:0;
	border:1px solid #666;
	background: white;
	background: rgba(255,255,255,.85) !important;
	color: #666666;
}

.SEARCH_FORM_BOX:focus {
	background: white !important;
}

.search input[type=image], .search img {		/* Submit Button (if Image) */
	position: absolute;
	right: -3px;
	top: 0px;
}




/* --------------------------- SITE MAP --------------------------- */
/* ---------------------------------------------------------------- */

.SiteMap{
}

.RootNode{
}

.RootNode a{
	color:#666;
}


/* ----------------------- EMERGENCY ALERT ------------------------ */
/* ---------------------------------------------------------------- */

#EmergencyAlert {
	background-color: white;
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	color: red;
	z-index: 9999;
	padding: 0;
	box-shadow: 0 0 10px #666;
}