﻿@charset "utf-8";
/*	
Copyright © 2000 - 2015 NAVEX Global, Inc. All Rights Reserved.">
			http://www.navexglobal.com/privacy-statement
			http://www.navexglobal.com/terms-of-use
Author: 	Raymond Bodnar | Senior UI / UX Designer & Front End Web Developer (Client Interface Team)
Codebase:	NVXG.V5.2015.10.12 | HTML5, CSS3, & Javascript Enabled
*/

/* GENERAL BUTTONS */
.add-button, .cancel-button{
text-align: center;
height: 16px;
padding: 2px 7px;
min-width: 20px;
border-bottom: 1px solid #bababa;
border-right: 1px solid #bbbbbb;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
font:normal normal 400 11px/16px RRPioneer-Regular, Arial, Helvetica, sans-serif;
text-decoration: none;
display: inline-block;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
color: #FFFFFF;
cursor: pointer;
background-color: #a8a8a8;
box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#323232));
background-image: -webkit-linear-gradient(top, #a8a8a8, #323232);
background-image: -moz-linear-gradient(top, #a8a8a8, #323232);
background-image: -ms-linear-gradient(top, #a8a8a8, #323232);
background-image: -o-linear-gradient(top, #a8a8a8, #323232);
background-image: linear-gradient(to bottom, #a8a8a8, #323232);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a8a8a8, endColorstr=#323232);
}

button.add-button, button.cancel-button{
	height:26px;
}

.add-button:hover{
	color: #000000;
text-shadow: 0px 0px 0 rgba(0,0,0,0.2);
background-color: transparent;
box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#eccd1a), to(#d6750a));
background-image: -webkit-linear-gradient(top, #eccd1a, #d6750a);
background-image: -moz-linear-gradient(top, #eccd1a, #d6750a);
background-image: -ms-linear-gradient(top, #eccd1a, #d6750a);
background-image: -o-linear-gradient(top, #eccd1a, #d6750a);
background-image: linear-gradient(to bottom, #eccd1a, #d6750a);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eccd1a, endColorstr=#d6750a);
}
.cancel-button:hover{
	color: #FFFFFF;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
background-color: transparent;
box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#de8898), to(#3b0b17));
background-image: -webkit-linear-gradient(top, #de8898, #3b0b17);
background-image: -moz-linear-gradient(top, #de8898, #3b0b17);
background-image: -ms-linear-gradient(top, #de8898, #3b0b17);
background-image: -o-linear-gradient(top, #de8898, #3b0b17);
background-image: linear-gradient(to bottom, #de8898, #3b0b17);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#de8898, endColorstr=#3b0b17);
}

/* FILE UPLOAD *************/
#browse-file{
	display:none;
}

/* DROP DOWN MENU **********************************************/
.form_menu_container {
	padding: 0px 8px 0px 7px !important;
	width: 785px !important;
	height: 24px !important;
	float: none !important;
	z-index: 1000;
	background-image: url(../images/nvxgMenuBar.png);
	background-position: center top;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	font:normal normal 400 9pt/22px RRPioneer-Regular, Arial, Helvetica, sans-serif;
}
.form_menu {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: right !important;
	margin-top: 1px !important;
	padding-top: 1px;
	outline: none;
	border-left: 1px solid #eee;
	line-height: 24px;
}
ul.form_menu, ul.form_menu li, ul.form_menu ul {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fefefe;
	text-decoration: none;
	outline: none;
	line-height: 22px;
}
ul.form_menu {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	z-index: 597;
	float: left;
	outline: none;
}
ul.form_menu li {
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	padding: 0px;
	vertical-align: middle;
	zoom: 1;
	border-right: 1px solid #CCCCCC;
	-o-transition: color .5s ease-out, background .3s ease-in;
	-ms-transition: color .5s ease-out, background .3s ease-in;
	-moz-transition: color .5s ease-out, background .3s ease-in;
	-webkit-transition: color .5s ease-out, background .3s ease-in;
	transition: color .5s ease-out, background .3s ease-in;
}
ul.form_menu li.hover, ul.form_menu li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background:#4F98FF;
}
ul.form_menu li.hover, ul.form_menu li[submenu="down"] {
	/* [disabled]padding-right:18px;
*/
	background-image: url(/custom/_public_includes/images/menudown.png);
	background-position: 93% 50%;
	background-repeat: no-repeat;
}
ul.form_menu li.hover, ul.form_menu li[submenu="right"] {
	background-image: url(/custom/_public_includes/images/menuright.png);
	background-position: right top;
	background-repeat: no-repeat;
}
ul.form_menu li.hover, ul.form_menu li[submenu="right"]:hover {
	background-position: right top;
	background-repeat: no-repeat;
}
ul.form_menu li.hover, ul.form_menu li[selected="selected"] {
	background-image: url(/custom/_public_includes/images/menuselected.png);
	background-position: top right;
	background-repeat: no-repeat;
}
ul.form_menu li.hover, ul.form_menu li[selected="selected"]:hover {
	background-image: url(/custom/_public_includes/images/menuselectedhover.png);
	background-position: top right;
	background-repeat: no-repeat;
}
ul.form_menu ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
	margin-top: -3px;
	margin-left: 5px;
}
ul.form_menu ul li {
	outline: none;
	color: #555;
	float: none;
	border-bottom: 1px solid #aaa;
	background-color: rgb(221,221,221);
	background-color: rgba(221,221,221,.94);
}
ul.form_menu a {
	text-decoration: none !important;
	display: block;
	cursor: default;
	min-width: 80px;
	padding: 1px 8px 0px 8px !important;
	cursor: pointer;
}
ul.form_menu ul ul {
	top: -1px;
	left: 100%;
	margin-left: -5px;
}
ul.form_menu li:hover > ul {
	visibility: visible
}
ul.form_menu ul li:active {
	background-color: #CC00FF;
	color: #fff;
}
#pdfreader {
	border-top: 1px solid #eee;
}
/* LANGUAGE **********************************************/
#LangBar {
} /* DO NOT STYLE */
.lang_menu_container {
	float: none !important;
	display: block;
	font:normal normal 400 8pt/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	height: 25px;
	color: #ffffff;
	text-align: right;
	margin: 0px 0px 0px 0px;
	background-image: url(/custom/_public_includes/images/nvxgLangBar.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	white-space: nowrap;
}
/* LANGUAGE MENU **********************************************/
.lang_menu {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: right !important;
	outline: none;
}
.lang_menu_icon {
	margin: 2px 0px 0px 0px;
	display: none;
}
ul.lang_menu, ul.lang_menu li, ul.lang_menu ul {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #444444;
	text-decoration: none;
	line-height: 23px;
	outline: none;
	white-space: nowrap;
}
ul.lang_menu {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	float: left;
	outline: none;
	/* [disabled]background-color:#F00;
*/
}
ul.lang_menu a {
	padding: 0px 5px 0px 5px !important;
	min-width: 120px;
	text-decoration: none;
	color: #999;
	display: inline-block;
	cursor: default;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	white-space: nowrap !important;
	text-align: left;
	line-height: 24px;
}
ul.lang_menu a:hover {
	color: #FFF;
	line-height: 24px;
}
.lang_menu a dl {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
ul.lang_menu li a img {
	/*
	vertical-align: middle !important;
	margin-right: 5px;
	height: 20px;
	width: 20px;
	background-position: center center;
	background-repeat: repeat;
	text-align: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;	
	*/
	vertical-align: middle !important;
	margin-right: 6px;
	height: 18px;
	width: 18px;
	display: inline-block;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-position: center center;
	background-repeat: repeat;
	text-align: right;
	box-shadow: rgba(0,0,0,0.25) 1px 1px 1px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 29px 29px;
	/* [disabled]display: none;
*/
}
.setCurrentRight {
	display: inline-block;
	width: auto;
	text-align: right;
	width: calc(100% - 24px);
!important;
}
/* Horizontal Langauge Bar **********************************************/
.lang_bar a {
	padding: 0px 5px 0px 5px !important;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	cursor: default;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	white-space: nowrap !important;
	float: none;
}
.lang_bar a[selected="selected"] {
	color: #666 !important;
	font-weight: bold;
}
.lang_bar a:hover {
	color: #555 !important;
}
.lang_bar a dl {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.lang_bar a img {
	vertical-align: middle !important;
	margin-right: 4px;
	height: 20px;
	width: 20px;
	background-position: center center;
	background-repeat: repeat;
	text-align: right;
	background-position: center;
 center;
	background-repeat: no-repeat;
	background-size: contain;
}
/* Verical Langauge Bar **********************************************/
ul.lang_menu li.hover, ul.lang_menu li:hover, ul.lang_menu li[submenu="down"]:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-color: #b2cc30;
	color: #FFFFFF !important;
	line-height: 23px;
}
ul.lang_menu li.hover, ul.lang_menu li[submenu="down"] {
	/*	background-image: url(/custom/_public_includes/images/menudowndark.png);*/
	background-image: url(/custom/_public_includes/images/language.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul.lang_menu li.hover, ul.lang_menu li[submenu="down"]a {
	text-align: right;
}
ul.lang_menu li.hover, ul.lang_menu li[submenu="right"] {
	background-image: url(/custom/_public_includes/images/menuright.png);
	background-position: right top;
	background-repeat: no-repeat;
}
ul.lang_menu li.hover, ul.lang_menu li[submenu="right"]:hover {
	background-position: right top;
	background-repeat: no-repeat;
}
ul.lang_menu li.hover, ul.lang_menu li[selected="selected"] {
	background-image: url(/custom/_public_includes/images/menuselected.png);
	background-position: top right;
	background-repeat: no-repeat;
}
ul.lang_menu li.hover, ul.lang_menu li[selected="selected"]:hover {
	background-image: url(/custom/_public_includes/images/menuselectedhover.png);
	background-position: top right;
	background-repeat: no-repeat;
}
ul.lang_menu ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	border: 1px solid #aaa;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
	margin-top: 0px;
	margin-left: -1px;
	white-space: nowrap;
	background-color: transparent;
}
ul.lang_menu ul li {
	outline: none;
	color: #555;
	float: none;
	background-color: rgb(221,221,221);
	background-color: rgba(221,221,221,.94);
	border-top: 1px solid #eee;
	height: 25px;
}
ul.lang_menu ul li a {
	color: #666;
	line-height: 25px;
}
ul.lang_menu ul ul {
	top: -1px;
	left: 100%;
	margin-left: -5px;
}
ul.lang_menu li:hover > ul {
	visibility: visible
}
ul.lang_menu ul li:active {
	background-color: #b2cc30;
	color: #fff;
}
.wifRecordTable {
	/* DO NOT STYLE */
	table-layout: fixed;
	width: 100%;
}
/* record table **********************************************/
.wifRecordTable thead tr th {
	position: relative !important;
	border-right: 1px solid #c5c2b8;
	z-index: 20000;
	margin: 0px;
	padding: 0px;
	cursor: default;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	background: #cccccc;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#80000000', GradientType=0 ); /* IE6-9 */
}
.wifRecordTable thead tr th:last-child {
	border-right: 0px;
}
.wifRecordTable thead tr th:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eccd1a), to(#d6750a));
	background-image: -webkit-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -moz-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -ms-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -o-linear-gradient(top, #eccd1a, #d6750a);
	background-image: linear-gradient(to bottom, #eccd1a, #d6750a);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eccd1a, endColorstr=#d6750a);
	cursor: pointer;
}
.wifRecordTable thead th ul {
	white-space: nowrap;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	height: inherit;
	cursor: pointer;
	float: left;
}
.wifRecordTable thead th li {
	color: #444444;
	font-size: 8pt;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 3px;
	list-style: none;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.wifRecordTable thead th li span {
	display: none;
}

.wifRecordTable tbody tr th {
	font:normal normal 400 8pt/18px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	color: #333;
	border-bottom: 1px solid #c5c2b8;
	background-color: rgba(0,0,0,.25);
	cursor: default;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	padding-right: 5px;
	width: 20px !important;
	max-width: 20px !important;
	min-width: 20px !important;
	text-overflow: ellipsis;
}
.wifRecordTable tbody tr td {
	position: relative !important;
	border-right: 1px solid #c5c2b8 !important;
	border-bottom: 1px solid #c5c2b8 !important;
	margin: 0px;
	padding: 0px;
	cursor: default;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
.wifRecordTable tbody tr td ul {
	white-space: nowrap;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	list-style: none;
	height: inherit;
	cursor: default;
}
.wifRecordTable tbody tr td ul li {
	font:normal normal 400 8pt/18px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	list-style: none;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
	cursor: default;
}
.wifRecordTable tbody tr td ul li span {
}
/*  FORM/PAGE LEVEL Buttons *******************************************************************************************************************/
.formLevelNavBar { /*DO NOT Style This */
}
.formLevelNavBar a {
	/*Common Level*/
	float: right;
	margin-left: 10px;
	text-align: center;
	height: 20px;
	padding: 2px 10px 2px 10px;
	min-width: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font:normal normal 400 12px/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	border-bottom: 1px solid #bababa;
	border-right: 1px solid #bbbbbb;
	-o-transition: color .2s ease-out, background .2s ease-in;
	-ms-transition: color .2s ease-out, background .2s ease-in;
	-moz-transition: color .2s ease-out, background .2s ease-in;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	transition: color .2s ease-out, background .2s ease-in;
	/*Pseudo Level*/	
	color: #FFFFFF;
	background-color: transparent !important;
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#333333));
	background-image: -webkit-linear-gradient(top, #aaaaaa, #333333);
	background-image: -moz-linear-gradient(top, #aaaaaa, #333333);
	background-image: -ms-linear-gradient(top, #aaaaaa, #333333);
	background-image: -o-linear-gradient(top, #aaaaaa, #333333);
	background-image: linear-gradient(to bottom, #aaaaaa, #333333);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#aaaaaa, endColorstr=#333333);
}
.formLevelNavBar a:hover {
	color: #000000;
	text-shadow: 0px 0px 0 rgba(0,0,0,0.2);
	background-color: #d1ed04;
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#799c00));
	background-image: -webkit-linear-gradient(top, #d1ed04, #799c00);
	background-image: -moz-linear-gradient(top, #d1ed04, #799c00);
	background-image: -ms-linear-gradient(top, #d1ed04, #799c00);
	background-image: -o-linear-gradient(top, #d1ed04, #799c00);
	background-image: linear-gradient(to bottom, #d1ed04, #799c00);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d1ed04, endColorstr=#799c00);
}
.formLevelNavBar a:hover[warning="true"] {
	color: #FFFFFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#de8898), to(#3b0b17));
	background-image: -webkit-linear-gradient(top, #de8898, #3b0b17);
	background-image: -moz-linear-gradient(top, #de8898, #3b0b17);
	background-image: -ms-linear-gradient(top, #de8898, #3b0b17);
	background-image: -o-linear-gradient(top, #de8898, #3b0b17);
	background-image: linear-gradient(to bottom, #de8898, #3b0b17);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#de8898, endColorstr=#3b0b17);
}
.formLevelNavBar a[disabled="disabled"] {
	color: #555555;
	text-shadow: 0px 0px 0 rgba(0,0,0,0);
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#737373));
	background-image: -webkit-linear-gradient(top, #e5e5e5, #737373);
	background-image: -moz-linear-gradient(top, #e5e5e5, #737373);
	background-image: -ms-linear-gradient(top, #e5e5e5, #737373);
	background-image: -o-linear-gradient(top, #e5e5e5, #737373);
	background-image: linear-gradient(to bottom, #e5e5e5, #737373);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e5e5e5, endColorstr=#737373);
	cursor: not-allowed;
}
.formLevelNavBar[nofloat="true"] a {
	float: none;
	clear: both;
}
/*  SUB LEVEL Buttons *******************************************************************************************************************/
.subLevelNavBar { /*DO NOT Style This */
}
.subLevelNavBar a, abbr {
	float: right;
	margin-left: 8px;
	text-align: center;
	height: 16px;
	padding: 2px 7px 2px 7px;
	min-width: 20px;
	border-bottom: 1px solid #bababa;
	border-right: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font:normal normal 400 11px/16px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	cursor: pointer;
	background-color: #a8a8a8;
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#323232));
	background-image: -webkit-linear-gradient(top, #a8a8a8, #323232);
	background-image: -moz-linear-gradient(top, #a8a8a8, #323232);
	background-image: -ms-linear-gradient(top, #a8a8a8, #323232);
	background-image: -o-linear-gradient(top, #a8a8a8, #323232);
	background-image: linear-gradient(to bottom, #a8a8a8, #323232);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a8a8a8, endColorstr=#323232);
}
.subLevelNavBar[nofloat="true"] a {
	float: none;
	clear: both;
}
.subLevelNavBar a:hover, abbr:hover {
	color: #000000;
	text-shadow: 0px 0px 0 rgba(0,0,0,0.2);
	background-color: transparent;
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eccd1a), to(#d6750a));
	background-image: -webkit-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -moz-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -ms-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -o-linear-gradient(top, #eccd1a, #d6750a);
	background-image: linear-gradient(to bottom, #eccd1a, #d6750a);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eccd1a, endColorstr=#d6750a);
}
.subLevelNavBar a:hover[warning="true"] {
	color: #FFFFFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-color: transparent;
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#de8898), to(#3b0b17));
	background-image: -webkit-linear-gradient(top, #de8898, #3b0b17);
	background-image: -moz-linear-gradient(top, #de8898, #3b0b17);
	background-image: -ms-linear-gradient(top, #de8898, #3b0b17);
	background-image: -o-linear-gradient(top, #de8898, #3b0b17);
	background-image: linear-gradient(to bottom, #de8898, #3b0b17);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#de8898, endColorstr=#3b0b17);
}
.subLevelNavBar a[disabled="disabled"] {
	color: #555555;
	text-shadow: 0px 0px 0 rgba(0,0,0,0);
	background-color: transparent;
	box-shadow: rgba(0,0,0,0.33) 3px 3px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#737373));
	background-image: -webkit-linear-gradient(top, #cccccc, #737373);
	background-image: -moz-linear-gradient(top, #cccccc, #737373);
	background-image: -ms-linear-gradient(top, #cccccc, #737373);
	background-image: -o-linear-gradient(top, #cccccc, #737373);
	background-image: linear-gradient(to bottom, #cccccc, #737373);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cccccc, endColorstr=#737373);
	cursor: not-allowed;
}
/*  SUB LEVEL Buttons *******************************************************************************************************************/
.controlToolButtonBar {
	height: 21px;
}
.controlToolButtonBar a {
	float: left;
	margin: 0px;
	text-align: center;
	height: 21px;
	width: 21px;
	line-height: 21px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: inline-block;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#666666));
	background-image: -webkit-linear-gradient(top, #cccccc, #666666);
	background-image: -moz-linear-gradient(top, #cccccc, #666666);
	background-image: -ms-linear-gradient(top, #cccccc, #666666);
	background-image: -o-linear-gradient(top, #cccccc, #666666);
	background-image: linear-gradient(to bottom, #cccccc, #666666);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cccccc, endColorstr=#666666);
	background-repeat: no-repeat;
	background-position: center center;
}
.controlToolButtonBar a:hover {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eccd1a), to(#d6750a));
	background-image: -webkit-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -moz-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -ms-linear-gradient(top, #eccd1a, #d6750a);
	background-image: -o-linear-gradient(top, #eccd1a, #d6750a);
	background-image: linear-gradient(to bottom, #eccd1a, #d6750a);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eccd1a, endColorstr=#d6750a);
}
.controlToolButtonBar a img {
	width: 19px;
	height: 19px;
	margin-top: 1px;
	border: 0px;
}
#Agencies_AgencyINDEX_blankPreviewContainer .controlToolButtonBar {
	display: none
}
.wifNavBar {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	line-height: 20px;
}
.wifNavBar ul {
	height: 20px;
	line-height: 18px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}
.wifNavBar li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font:normal normal 400 8pt/10pt RRPioneer-Regular, Arial, Helvetica, sans-serif;
	width: 100px;
	text-align: center;
	cursor: default;
	height: 40px !important;
}
.wifNavBar li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	font:normal normal 400 9pt/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	width: 95px;
	text-align: center;
	cursor: default;
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: normal;
	background-image: url(/custom/_public_includes/images/epImgButtonGrey.jpg);
	border-left: 1px solid #cccccc !important;
	border-top: 1px solid #cccccc !important;
	border-bottom: 1px solid #333333 !important;
	border-right: 1px solid #333333 !important;
	background-color: #000000;
	cursor: pointer;
	height: 20px !important;
}
.wifNavBar li a:hover {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	font:normal normal 400 9pt/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	width: 95px;
	text-align: center;
	cursor: default;
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000 !important;
	text-decoration: none;
	background-image: url(/custom/_public_includes/images/epImgButtonGreen.jpg);
	border-left: 1px solid #dfee38 !important;
	border-top: 1px solid #dfee38 !important;
	border-bottom: 1px solid #728920 !important;
	border-right: 1px solid #728920 !important;
	background-color: #99CC00;
	cursor: pointer;
	height: 20px;
}
.wifNavBar li a:focus {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	font:normal normal 400 9pt/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	width: 95px;
	text-align: center;
	cursor: default;
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000 !important;
	text-decoration: none;
	background-image: url(/custom/_public_includes/images/epImgButtonGreen.jpg);
	border-left: 1px solid #dfee38 !important;
	border-top: 1px solid #dfee38 !important;
	border-bottom: 1px solid #728920 !important;
	border-right: 1px solid #728920 !important;
	background-color: #99CC00;
	cursor: pointer;
}
.wifNavBar li a[warning="true"]:hover {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	font:normal normal 400 9pt/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;	
	width: 95px;
	text-align: center;
	cursor: default;
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFFFFF !important;
	text-decoration: none;
	background-image: url(/custom/_public_includes/images/epImgButtonRed.jpg);
	border-left: 1px solid #f46d83 !important;
	border-top: 1px solid #f46d83 !important;
	border-bottom: 1px solid #63383e !important;
	border-right: 1px solid #63383e !important;
	background-color: #ee1738 !important;
	cursor: pointer;
}
.wifNavBar li[disabled="disabled"] a:hover {
	background-image: url(/custom/_public_includes/images/epImgButtonLightGrey.jpg) !important;
	border-left: 1px solid #eeeeee !important;
	border-top: 1px solid #eeeeee !important;
	border-bottom: 1px solid #728920 !important;
	border-right: 1px solid #728920 !important;
	background-color: #bfda33;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	font:normal normal 400 9pt/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	width: 95px;
	text-align: center;
	cursor: default;
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000 !important;
	text-decoration: none;
	cursor: pointer;
}
.wifNavBar li[disabled="disabled"] a {
	background-image: url(/custom/_public_includes/images/epImgButtonLightGrey.jpg) !important;
	border-left: 1px solid #eeeeee !important;
	border-top: 1px solid #eeeeee !important;
	border-bottom: 1px solid #728920 !important;
	border-right: 1px solid #728920 !important;
	background-color: #bfda33;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	font:normal normal 400 9pt/20px RRPioneer-Regular, Arial, Helvetica, sans-serif;
	width: 95px;
	text-align: center;
	cursor: default;
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000 !important;
	text-decoration: none;
	cursor: pointer;
}
