/**** QCONTENT DEFAULT STYLES *****/
/**** News Feed Display Pop Up
/**** File Browser
/**** Dynamic Menus
/**** Search Box
/**** Site Map
*****/

/* ----------------- DEFAULT NEWS FEEDS & POPUP ------------------- */
/* ---------------------------------------------------------------- */


.NEWS_FEED_DISPLAY_TABLE, .NEWS_FEED_DISPLAY_DETAILS_TABLE {				/* Containers */
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	margin: 0 auto;
	padding: 5px;
}
.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: 7px 10px;
}
.NEWS_FEED_DISPLAY_ROW_TITLE:hover {
	background: #FDFAF4;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.NEWS_FEED_DISPLAY_TITLE {						/* Feed Item Date */
	color: #666666;
}
.NEWS_FEED_DISPLAY_LINK_TITLE {					/* Feed Item Link */
	text-decoration: none;
	color: #5a5a5a;
	font-size: 13px;
	font-weight: normal;
	padding-left: 20px;
	background: url("/data/layout/images/news_icon.png") top left no-repeat;
	background-position: 0px 4px;
}
.NEWS_FEED_DISPLAY_ROW_TITLE:hover > .NEWS_FEED_DISPLAY_LINK_TITLE {
	color: #00703C;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW {			/* Item Details Row */
	padding: 3px 10px;
	color: #666666;
	font-size: 90%;
}
.NEWS_FEED_DISPLAY_ROW_ARCHIVE {				/* Archive Row */
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE {
	text-align: center;
	padding: 4px 7px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #a99b9b;
	font-size: 12px;
	font-weight: bold;
	background: url("/data/layout/images/archive.png") top left no-repeat;
	background-position: -7px -1px;
	padding-left: 17px;
	padding-top: 5px;
}
.NEWS_FEED_DISPLAY_LINK_ARCHIVE:hover {
	color: #00703C;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: url("/data/layout/images/archive_roll.png") top left no-repeat;
	background-position: -7px -1px;
}
/* --------------------- 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 {
    margin-bottom: 10px;
}
.FB_FileListUL li a {							/* File Link */
}


/** FILE BROWSER HIDE FOLDER NAMES DISPLAY **/
/** ------ **/
#FB_Footer { display: none; }
#FB h2 { display: none; }
#FB_FB_APPanel h2 { display: none; }
#FB1_FB1_APPanel h2 { display: none; }
#FB2_FB2_APPanel h2 { display: none; }
#FB3_FB3_APPanel h2 { display: none; }
#FB4_FB4_APPanel h2 { display: none; }
#FB5_FB5_APPanel h2 { display: none; }


/* --------------------- DEFAULT DYNAMIC MENU --------------------- */
/* ---------------------------------------------------------------- */

.MenuGroup {									/* Menu Container */
	width: 95%;
}
.MenuGroup img {								/* Hide default expand icon */
	display: none;
}
.MenuItem, .MenuItemOver {					/* Menu Item Containers */
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.MenuItem td, .MenuItemOver td {			/* Menu Item Text */
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.MenuItemOver {									/* Hover Item Container */
	background: white;
}
.MenuItemOver td {								/* Hover Item Text */
}
/* --------------------- POPULAR LINKS MENU --------------------- */
/* -------------------------------------------------------------- */

.MenuGroupPOP {									/* Menu Container */
	width: 100%;
}
.MenuGroupPOP img {								/* Hide default expand icon */
	display: none;
}
.MenuItemPOP, .MenuItemOverPOP {					/* Menu Item Containers */
	cursor: pointer;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	height: 63px;
	text-shadow: 0 1px 1px #000000;
}
.MenuItemPOP span.pay, .MenuItemOverPOP span.pay {
	background: url("/data/layout/images/popular/pay.png") top center no-repeat;
	padding-top: 30px;
	margin-top: 6px;
}
.MenuItemPOP span.ele, .MenuItemOverPOP span.ele {
	background: url("/data/layout/images/popular/ele.png") top center no-repeat;
	padding-top: 30px;
	margin-top: 6px;
}
.MenuItemPOP span.dep, .MenuItemOverPOP span.dep {
	background: url("/data/layout/images/popular/dep.png") top center no-repeat;
	padding-top: 30px;
	margin-top: 6px;
}
.MenuItemPOP span.car, .MenuItemOverPOP span.car {
	background: url("/data/layout/images/popular/car.png") top center no-repeat;
	padding-top: 30px;
	margin-top: 6px;
}
.MenuItemPOP span.dir, .MenuItemOverPOP span.dir {
	background: url("/data/layout/images/popular/dir.png") top center no-repeat;
	padding-top: 30px;
	margin-top: 6px;
}
.MenuItemPOP span.boa, .MenuItemOverPOP span.boa {
	background: url("/data/layout/images/popular/boa.png") top center no-repeat;
	padding-top: 30px;
	margin-top: 6px;
}
/* --------------------- HOW DO I...? MENU --------------------- */
/* ------------------------------------------------------------- */
#howdoi {
	padding: 0;
	margin: 0;
	width: 192px;
	position: relative;
	display: block;
}
.MenuGroupHowDoI {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	min-width: 192px;
  	max-width: 192px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.3);
}
.MenuGroupHowDoI img {
	width: 37px;
	height: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: -3px;
	margin-right: -1px;
}
.MenuItemHowDoI {
	background: #fff;
	padding: 0;
	margin: 0;
	min-width: 192px;
	width: 100%;
}
.MenuItemHowDoI, .MenuItemOverHowDoI {
	cursor: pointer;
}
.MenuItemHowDoI td, .MenuItemOverHowDoI td {
	font-family: 'Ubuntu', sans-serif;
	font-weight: regular;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
	color: #5a5a5a;
	padding-top: 3px;
}
.MenuItemOverHowDoI {
	background: #FAF4E9;
	padding: 0;
	margin: 0;
min-width: 192px;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
span table:not(.MenuGroupPOP) {
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
	background-color: #fdfaf4;
}


/* ---------------------- DEFAULT SEARCH BOX ---------------------- */
/* ---------------------------------------------------------------- */

.SEARCH_FORM_LABEL_TEXT {						/* Search Label */
	text-transform: uppercase;
	color: #B6C1DC;
	float: left;
	margin: 4px 0 0 0;
}
/* .SEARCH_FORM_BOX {								Search Text Field
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	outline: 0;
	border: 1px solid #E9E6E6;
	padding-right: 59px;
	padding-top: 6px;
	padding-bottom: 6px;
  top: -5px;
position: relative;
} */
.SEARCH_FORM_BOX {								/* Search Text Field */
	border-radius: 3px;
	padding: 5px;
	outline: 0;
	border: 1px solid #E9E6E6;
	width: 163px;
	padding-right: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	top: -5px;
	position: relative;
}
.SEARCH_FORM_BOX:focus {
	border: 1px solid #00703C;
	background: #F4F6E9;
}
input[type=image] {								/* Submit Button (if Image) */
	vertical-align: middle;
	position: absolute;
	right: 4px;
	top: 4px;
}
.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;
	padding: 2px;
}
@media (max-width: 840px) {
#howdoi {
	width: 160px;
}
.MenuGroupHowDoI {
	min-width: 160px;
  	max-width: 160px;
}
.MenuGroupHowDoI img {
}
.MenuItemHowDoI {
	min-width: 160px;
}
.MenuItemHowDoI td, .MenuItemOverHowDoI td {
	font-size: 10px;
}
.MenuItemOverHowDoI {
	min-width: 160px;
}
}
@media (max-width: 771px) {
.MenuItemPOP, .MenuItemOverPOP {
	font-size: 15px;
}
}
@media (max-width: 715px) {
#howdoi {
	width: 145px;
}
.MenuGroupHowDoI {
	min-width: 145px;
  	max-width: 145px;
}
.MenuGroupHowDoI img {
}
.MenuItemHowDoI {
	min-width: 145px;
}
.MenuItemHowDoI td, .MenuItemOverHowDoI td {
	font-size: 10px;
}
.MenuItemOverHowDoI {
	min-width: 145px;
}
}
@media (max-width: 640px) {
input[type=image] {
	right: -5px;
}
.MenuItemPOP, .MenuItemOverPOP {
	display: block;
	width: 100%;
	line-height: 32px;
	text-align: left;
	padding: 0!important;
	height: 45px;
}
.MenuItemPOP span.pay, .MenuItemOverPOP span.pay {
	background: url("/data/layout/images/popular/pay.png") center left no-repeat;
	padding-left: 40px;
	background-position: 4px 4px;
	padding-top: 0;
	height: auto;
}
.MenuItemPOP span.ele, .MenuItemOverPOP span.ele {
	background: url("/data/layout/images/popular/ele.png") center left no-repeat;
	padding-left: 40px;
	background-position: 4px 4px;
	padding-top: 0;
	height: auto;
}
.MenuItemPOP span.dep, .MenuItemOverPOP span.dep {
	background: url("/data/layout/images/popular/dep.png") center left no-repeat;
	padding-left: 40px;
	background-position: 4px 4px;
	padding-top: 0;
	height: auto;
}
.MenuItemPOP span.car, .MenuItemOverPOP span.car {
	background: url("/data/layout/images/popular/car.png") center left no-repeat;
	padding-left: 40px;
	background-position: 4px 4px;
	padding-top: 0;
	height: auto;
}
.MenuItemPOP span.dir, .MenuItemOverPOP span.dir {
	background: url("/data/layout/images/popular/dir.png") center left no-repeat;
	padding-left: 40px;
	background-position: 4px 4px;
	padding-top: 0;
	height: auto;
}
.MenuItemPOP span.boa, .MenuItemOverPOP span.boa {
	background: url("/data/layout/images/popular/boa.png") center left no-repeat;
	padding-left: 40px;
	background-position: 4px 4px;
	padding-top: 0;
	height: auto;
}
.MenuGroupPOP {
	padding-bottom: 10px;
}
#howdoi {
	width: 240px;
}
.MenuGroupHowDoI {
	min-width: 240px;
  	max-width: 240px;
}
.MenuGroupHowDoI img {
}
.MenuItemHowDoI {
	min-width: 240px;
}
.MenuItemHowDoI td, .MenuItemOverHowDoI td {
	font-size: 14px;
}
.MenuItemOverHowDoI {
	min-width: 240px;
}

}