﻿@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
*/

#UITabControlPageJump {
	font-size: 14px;
	line-height: 16pt;
	color: #333;
	margin-left: 24px;
	padding-top: 10px;
}
#UITabControlContainerMaster {
	display:none;
	float: left;
	width: 752px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 23px;
	padding-right: 24px;
	padding-top: 0px;
}
#UITabControlContainer {
	overflow: hidden;
	width: 752px;
	float: left;
	background-color: #666;
	border-bottom: 1px solid #767676;
	box-shadow: rgba(0,0,0,0.33) 0px 3px 3px;
	overflow: hidden;
}
#UITabControl {
	background-color: #666;
	cursor: default;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#UITabControl div {
	display: inline-block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 24px;
	font-size: 9pt;
	border-right: 1px solid #cccccc;
	cursor: pointer;
	white-space: nowrap;
	color: #eeeeee;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#UITabControl div:hover {
	color: #000;
	background-color: #9C0 !important;
}
#UITabControl div:focus {
	color: #ffffff;
}
/* Tab **********************************************/
.wifTabBar {
	font-family: Verdana, "Montserrat", Verdana, sans-serif;
	height: 24px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	background-position: bottom left;
	font-size: 8pt;
	text-align: center;
}
.wifTabBar a {
	color: #FFFFFF;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	background-image: url(/custom/_public_includes/images/epImgButtonGrey.jpg);
	border-left: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #212121;
	border-right: 1px solid #212121;
	background-color: #333333;
	text-align: center;
	width: 123px;
	background-position: center bottom;
}
.wifTabBar a:hover {
	color: #000000;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	background-image: url(/custom/_public_includes/images/epImgButtonGreen.jpg);
	border-left: 1px solid #dfee38;
	border-top: 1px solid #dfee38;
	border-bottom: 1px solid #728920;
	border-right: 1px solid #728920;
	background-color: #99CC00;
	text-align: center;
	width: 123px;
	background-position: center center;
}
.wifTabBar a[active="true"] {
	color: #000000;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	background-image: url(/custom/_public_includes/images/epImgButtonGold.jpg);
	border-left: 1px solid #f4e042;
	border-top: 1px solid #f4e042;
	border-bottom: 1px solid #b25f16;
	border-right: 1px solid #b25f16;
	background-color: #FFCC00;
	text-align: center;
	width: 123px;
	background-position: center bottom;
}
/* List To List **********************************************/

.wifListToListContainer {
	width: 229px;
	display: block;
	float: left;
}
.wifListToListSelectContainer {
	width: 211px;
	height: 192px;
	float: right;
	border: 1px solid #cccccc;
}
.wifListToListSelect {
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 211px;
	height: 192px;
	color: #555555;
	font-size: 8pt;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px solid #ffffff;
	outline: none;
}
.wifListToListToolbar {
	float: left;
	display: block;
	margin: 40px 0px 0px 16px;
	width: 100px;
}
.wifListToListToolbar a, abbr {
	margin: 0px;
	text-align: center;
	height: 16px;
	line-height: 16px;
	padding: 2px 8px 2px 8px;
	margin: 0px 0px 8px 0px;
	width: 84px;
	border-bottom: 1px solid #bababa;
	border-right: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	font-family: "Montserrat", Verdana, sans-serif;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: normal;
	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);
}
.wifListToListToolbar[nofloat="true"] a {
	float: none;
	clear: both;
}
.wifListToListToolbar 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);
}
.wifListToListToolbar 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);
}
.wifListToListToolbar 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(#dcdcdc), to(#737373));
	background-image: -webkit-linear-gradient(top, #dcdcdc, #737373);
	background-image: -moz-linear-gradient(top, #dcdcdc, #737373);
	background-image: -ms-linear-gradient(top, #dcdcdc, #737373);
	background-image: -o-linear-gradient(top, #dcdcdc, #737373);
	background-image: linear-gradient(to bottom, #dcdcdc, #737373);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#dcdcdc, endColorstr=#737373);
	cursor: not-allowed;
}
#ListToList {
	width: 102px;
	padding: 40px 0px 0px 14px;
	float: left;
}
.BusinessCard {
	font-family: "Montserrat", Verdana, sans-serif;
	font-size: 8pt;
	background-image: url(/custom/_public_includes/images/contact-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 6px;
}
.BusinessCard dd {
	width: 40px;
	height: 14px;
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.BusinessCard dt {
	width: 100px;
	height: 14px;
	float: left
}
.BusinessCard br {
	clear: both;
	float: none
}
.BusinessCard em {
	padding: 2px 0px 3px 0px;
	display: block;
	margin: 0px 0px 0px;
}
.BusinessCard strong {
	font-size: 9pt;
}
.BusinessCard a {
	color: #00C
}
.BusinessCard a:hover {
	color: #C00
}
#AttorneyClientPrivilege {
}
.Scale5 thead td label {
	display: block;
	width: 305px;
	float: left;
	color: #333;
}
.Scale5 thead td ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 270px;
	float: left;
}
.Scale5 thead td ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 50px;
	float: left;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
	text-align: center;
	margin: 4px 0px 0px 4px;
	font-size: 7.5pt;
	line-height: 9pt;
	height: 18pt;
	font-family: "Montserrat", Verdana, sans-serif, Verdana;
}
.Scale5 tbody tr:nth-child(odd) td {
	background-color: rgba(0,0,0,0.08);
}
.Scale5 tbody th {
	padding-top: 5px;
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
}
.Scale5 tbody td {
	padding-left: 4px;
	padding-top: 7px;
	padding-bottom: 3px;
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
}
.Scale5 tbody td label {
	display: block;
	width: 290px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 14px;
	font-family: "Montserrat", Verdana, sans-serif, Verdana;
}
.Scale5 tbody td ul {
	display: block;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	list-style: none;
	width: 280px;
	float: left;
}
.Scale5 tbody td ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 53px;
	background-image: url(/custom/_public_includes/images/scale_button.png);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 0px solid #cdcdcd;
	font-size: 10.5pt;
	font-weight: bold;
	line-height: 18pt;
	height: 18pt;
	font-family: Arial, "Arial Black";
	color: #666;
}
.Scale5 tbody td ul li:hover {
	cursor: pointer;
	color: #000;
	background-color: rgba(0,0,0,0.33)
}
.Scale5 tbody td ul li:nth-child(1) {
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	/* [disabled]background-color:#FFCCFF;
*/
}
.Scale5 tbody td ul li:nth-child(2) {
	/* [disabled]background-color:#FFCCCC;
*/
}
.Scale5 tbody td ul li:nth-child(3) {
	/* [disabled]background-color:#FFFFCC;
*/
}
.Scale5 tbody td ul li:nth-child(4) {
	/* [disabled]background-color:#CCFFCC;
*/
}
.Scale5 tbody td ul li:nth-child(5) {
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	/* [disabled]background-color:#CCFFFF;
*/
}
.Scale5 tbody td ul li[selected="true"]:nth-child(1) {
	background-color: #ffa8a8;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale5 tbody td ul li[selected="true"]:nth-child(2) {
	background-color: #ffd5a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale5 tbody td ul li[selected="true"]:nth-child(3) {
	background-color: #fefda9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale5 tbody td ul li[selected="true"]:nth-child(4) {
	background-color: #e0f4a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale5 tbody td ul li[selected="true"]:nth-child(5) {
	background-color: #c4e2a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 thead td label {
	display: block;
	width: 305px;
	float: left;
	color: #333;
}
.Scale10 thead td ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 270px;
	float: left;
}
.Scale10 thead td ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 50px;
	float: left;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
	text-align: center;
	margin: 4px 0px 0px 4px;
	font-size: 7.5pt;
	line-height: 9pt;
	height: 18pt;
	font-family: Arial, "Arial Black";
}
.Scale10 tbody tr:nth-child(odd) td {
	background-repeat: repeat;
	background-image: url(/custom/_public_includes/images/Grey50.png);
}
.Scale10 tbody th {
	padding-top: 7px;
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
}
.Scale10 tbody td {
	padding-left: 4px;
	padding-top: 7px;
	padding-bottom: 3px;
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
}
.Scale10 tbody td label {
	display: block;
	width: 550px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 14px;
	font-family: "Montserrat", Verdana, sans-serif, Verdana;
}
.Scale10 tbody td ul {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 9px;
	list-style: none;
	width: 570px;
	float: left;
}
.Scale10 tbody td ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 55px;
	background-image: url(/custom/_public_includes/images/scale_button.png);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 0px solid #cdcdcd;
	font-size: 10.5pt;
	font-weight: bold;
	line-height: 18pt;
	height: 18pt;
	font-family: Arial, "Arial Black";
	color: #666;
}
.Scale10 tbody td ul li:hover {
	cursor: pointer;
	color: #000;
	background-color: #FFF;
}
.Scale10 tbody td ul li:nth-child(1) {
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	width: 58px;
}
.Scale10 tbody td ul li:nth-child(10) {
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 58px;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(1) {
	background-color: #ffa8a8;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(2) {
	background-color: #ffb9a8;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(3) {
	background-color: #ffd0a8;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(4) {
	background-color: #ffe7a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(5) {
	background-color: #fff9a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(6) {
	background-color: #fafda9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(7) {
	background-color: #edfca9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(8) {
	background-color: #ddf2a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(9) {
	background-color: #cee8a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.Scale10 tbody td ul li[selected="true"]:nth-child(10) {
	background-color: #c4e2a9;
	background-image: url(/custom/_public_includes/images/scale_button_selected.png);
	color: #00F;
}
.StarRate {
	/* [disabled]background-color:#9F9;
*/
	display: block;
	float: left;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 16px !important;
	width: 155px;
	background-image: url(/custom/_public_includes/images/StarScale.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
}
.StarRate li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	list-style: none;
}
.StarRate li:nth-child(6) {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	list-style: none;
	background-image: url(/custom/_public_includes/images/starclear.png);
}
.StarRate li:nth-child(6):hover {
	background-image: url(/custom/_public_includes/images/starclear_Hover.png);
}
.ScratchPadContainer {
	position: absolute;
	overflow: hidden;
	z-index: 200000;
	height: auto;
}
.ScratchPadBody {
	border: 1px solid #494429
}
.ScratchPadTitleBar {
	height: 20px;
	line-height: 20px;
	background-color: #938953;
	border: 1px solid #ddd9c3;
	font-family: "Montserrat", Verdana, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	color: #eeece1;
	padding-left: 4px;
	width: 275px;
	cursor: move;
}
.ScratchPadContent {
	/* [disabled]background-color:#eeece1;
*/
	height: 300px;
	width: 275px;
}
.ScratchPadContentText {
	/* [disabled]background-color:#eeece1;
*/
	border: 0px !important;
	background-color: #eeece1;
	height: 300px;
	width: 275px;
	outline: none;
	margin-top: -1px;
	border-left: 1px solid #ddd9c3;
	border-right: 1px solid #ddd9c3;
	border-bottom: 1px solid #c4bd97;
}
.Help {
	background-image: url(/custom/_public_includes/images/HelpBackground.png);
	background-repeat: repeat-y;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.HelpInstructions {
	width: 150px;
	float: left;
	text-align: right;
	color: #ffffff;
	padding-right: 17px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 11px;
}
.HelpIcon {
	width: 16px;
	height: 16px;
	background-image: url(/custom/_public_includes/images/Help.png);
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 2px;
	cursor: help;
	margin-left: -15px;
	margin-top: -2px;
	float: left;
}
.HelpContent {
	padding-left: 10px;
	padding-right: 0px;
	font-family: "Montserrat", Verdana, sans-serif;
	line-height: 9pt;
	font-size: 8pt;
	color: #603F2D;
	padding-bottom: 0px !important;
	cursor: default;
	width: 570px;
	float: left;
	padding-top: 5px;
}
.HelpContent ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px !important;
	width: 532px;
}
.HelpContent ul li {
	list-style: square;
	padding-bottom: 5px;
	text-align: left;
}
.Help {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100px;
	height: 18px;
	line-height: 18px;
	font-family: "Montserrat", Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	cursor: default;
	color: #eeeeee;
	background-color: #686868;
	text-decoration: none;
	font-weight: normal;
	background-image: url(/custom/_public_includes/images/ListHelpEnabled.png);
	border-left: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #212121;
	border-right: 1px solid #212121;
}
.Help:hover, .Help:focus {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100px;
	height: 18px;
	line-height: 18px;
	font-family: "Montserrat", Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	cursor: default;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(/custom/_public_includes/images/ListHelpHover.png);
	border-left: 1px solid #dfee38;
	border-top: 1px solid #dfee38;
	border-bottom: 1px solid #728920;
	border-right: 1px solid #728920;
	background-color: #99CC00;
	cursor: pointer;
	width: 100px;
}
