﻿BODY, TD, TH {
	font-family: 'Open Sans', Verdana, Arial;
	font-size: small;
}

BODY {
	padding: 0px;
	margin: 0px;
}

a {
	color: rgb(0, 102, 204);
}

TABLE.progress-layout-table {
}

TABLE.progress-layout-table TD {
}

.StepBar {
	vertical-align: middle;
	background-position: left;
	height: 37px;
	color: White;
}

.StepBarLeft {
	background-image: url(../images/StepBarLeftEnd.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 7px;
}

.StepBarRight {
	background-image: url(../images/StepBarRightEnd.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 7px;
}

.StepBarLabel {
	background-image: url(../images/StepBarMiddle.png);
	background-repeat: repeat-x;
	padding-left: 1ex;
	padding-right: 1ex;
	width: 8em;
	text-align: center;
}

.StepBarActive {
	vertical-align: middle;
	background-position: left;
	height: 37px;
	color: White;
	white-space: nowrap;
}

.StepBarLeftActive {
	background-image: url(../images/StepBarActiveLeftEnd.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 7px;
	white-space: nowrap;
}

.StepBarRightActive {
	background-image: url(../images/StepBarActiveRightEnd.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 2px;
	white-space: nowrap;
}

.StepBarLabelActive {
	background-image: url(../images/StepBarActiveMiddle.png);
	background-repeat: repeat-x;
	padding-left: 1ex;
	padding-right: 1ex;
	width: 8em;
	text-align: center;
}

.StepBarCompleted {
	vertical-align: middle;
	background-position: left;
	height: 37px;
	color: #9D9D9D;
	white-space: nowrap;
}

.StepBarLeftCompleted {
	background-image: url(../images/StepBarCompletedLeftEnd.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 7px;
}

.StepBarRightCompleted {
	background-image: url(../images/StepBarCompletedRightEnd.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 2px;
}

.StepBarLabelCompleted {
	background-image: url(../images/StepBarCompletedMiddle.png);
	background-repeat: repeat-x;
	padding-left: 1ex;
	padding-right: 1ex;
	width: 8em;
	text-align: center;
}

.StepBarSpacer {
	height: 1ex;
}

INPUT.Button {
	color: White;
	border: none;
	background-color: transparent;
	background-image: url(../images/Button.png);
	width: 91px;
	height: 31px;
	font-family: 'Open Sans', Verdana, Arial;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

INPUT.signing-button {
	color: White;
	border: none;
	background-color: transparent;
	background-image: url(../images/SigningButton.png);
	width: 142px;
	height: 49px;
	font-family: 'Open Sans', Verdana, Arial;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 20px;
}

.Banner {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.Footer {
	padding-left: 10px !important;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

IMG.customer-logo {
}

.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

.validation-errors-container {
	width: 100%;
	padding-top: 1ex;
}

.validation-errors {
	width: 100%;
	text-decoration: underline;
}

TABLE.listing {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 100%;
}

TABLE.listing th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: 0;
	text-align: left;
	/*	background: transparent url(../images/StepBarActiveMiddle.png) top left; */
	background-color: #72B2E7;
	color: White;
	height: 19px;
}

TABLE.listing td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: #808080;
	background-color: #ffffff;
	-moz-border-radius: 0;
	height: 19px;
}

TABLE.listing tbody tr.even td {
	background-color: whitesmoke;
}

TABLE.listing tbody tr.odd td {
	background-color: white;
}

.ui-dialog .ui-dialog-titlebar {
	background-color: #72B2E7 !important;
	background: transparent;
}

.ui-widget-header {
	background-color: #72B2E7 !important;
	background: transparent;
	border: 1px solid #72B2E7;
	border-radius: 0px;
}

DIV.progress-container {
	margin-top: 5px;
	margin-bottom: 5px !important;
}

TD.CurrentStepLabel {
	vertical-align: middle;
	font-size: 1.5em;
	color: #2894D5;
	width: 9em;
	background: #EEEEEE; /* fallback */
	background: -moz-linear-gradient(right, #EEEEEE, #FFFFFF); /* Mozilla: */
	background: -webkit-gradient(linear, right top, left top, from(#EEEEEE), to(#FFFFFF)); /* Chrome, Safari:*/
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true',StartColorStr='#FFFFFF',EndColorStr='#EEEEEE',GradientType='1'); /* MSIE */
}

.Transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

DIV.alert {
	color: #82A748;
}

DIV.alert P {
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV.alert UL {
	margin-top: 0px;
	margin-bottom: 0px;
}

SPAN.thumbnail-container {
	display: inline-block;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.thumbnail-strip {
}

DIV.choices-container {
	padding: 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #47B7E5;
	color: White;
	border: 1px solid #0294D9;
	font-weight: bold;
	display: inline;
	text-align: center;
}

SPAN.choices-container {
	padding: 6px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #47B7E5;
	color: White;
	border: 1px solid #0294D9;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.next-instructions {
	float: left;
	vertical-align: text-top;
}

.NextTag {
	font-size: large;
	font-weight: bold;
	color: #82A748;
}

input::-moz-focus-inner {
	/* Kill the focus rectangle on the "Click Here..." input */
	border: 0;
}

.inline-button {
	background-image: url(../images/BlueButton.png);
	width: 202px;
	height: 37px;
	cursor: pointer;
	text-align: center;
}

.Bold {
	font-weight: bold;
}

.Normal {
	font-weight: normal;
}

.Footer {
	background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true',StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');
}

.Banner {
	background: -moz-linear-gradient(top, #DDDDDD, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true',StartColorStr='#DDDDDD',EndColorStr='#FFFFFF');
	height: 100%;
}

.align-l {
	text-align: left;
}

.align-r {
	text-align: right;
}

.align-c {
	text-align: center;
}

.logo-11 {
	background-image: url('/images/LogoBackground_LE.png');
	background-repeat: repeat-y;
	background-position: left;
	background-color: White;
}

.logo-12 {
	padding: 5px;
}

.logo-13 {
	background-image: url('/images/LogoBackground_Divider.png');
	background-repeat: repeat-y;
	width: 3px;
}

.logo-14 {
	font-size: x-large;
	padding: 10px;
	background-color: White;
}

.logo-15 {
	background-image: url('/images/LogoBackground_RE.png');
	background-repeat: repeat-y;
	background-position: right;
	background-color: White;
	width: 2px;
}

.logo-21 {
	background-image: url('/images/LogoBackground_BL.png');
	background-repeat: no-repeat;
	width: 8px;
	height: 10px;
}

.logo-22 {
	background-image: url('/images/LogoBackground_BE.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: White;
}

.logo-23 {
	background-image: url('/images/LogoBackground_DividerBottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: White;
}

.logo-24 {
	background-image: url('/images/LogoBackground_BE.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: White;
}

.logo-25 {
	background-image: url('/images/LogoBackground_BR.png');
	background-repeat: no-repeat;
	width: 8px;
}

.Body {
	height: 100%;
	width: 100%;
	min-width: 200px;
	min-height: 100px;
}

.no-padding, td {
	padding: 0px;
}

.no-spacing {
	border-spacing: 0px;
	border-collapse: separate;
}

.instructions-panel {
	text-align: left;
	vertical-align: top;
}

.action-panel {
	text-align: right;
	min-width: 210px;
	white-space: nowrap;
	vertical-align: top;
}

.action-panel-consent {
	text-align: right;
	min-width: 210px;
	white-space: nowrap;
	vertical-align: top;
	min-height: 50px;
}

.action-button {
	text-align: center;
	vertical-align: top;
	padding-right: 16px;
}

.thumbnail-frame {
	z-index: 2;
	position: absolute;
	background-color: Transparent;
	border: solid 4px #2896D5;
	visibility: visible;
	display: none;
}

.thumbnail-view {
	z-index: 3;
	position: absolute;
	background-color: Transparent;
	border: solid 1px #006600;
	visibility: visible;
	display: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.thumbnail-highlight {
	z-index: 3;
	position: absolute;
	background-color: #2896D5;
	border: solid 1px #000000;
	visibility: visible;
	display: none;
}

#draggable {
}

.sign-document-center-pane {
	border-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 65%;
	overflow: hidden;
	background-color: White;
	border: 2px solid #ccc;
}

.sign-document-draggable {
	width: 100%;
	height: 100%;
	padding: 0px;
	background-color: #dddddd;
	border-style: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sign-document-click-here {
	z-index: 2;
	position: absolute;
	visibility: visible;
	display: none;
	top: -100px;
}

.sign-document-page {
	z-index: 1;
	border-style: none;
	position: absolute;
	width: 32px;
	height: 32px;
}

.sign-document-signature {
	z-index: 4;
	position: absolute;
	background-color: Transparent;
	border-style: none;
	visibility: visible;
	display: none;
}

.no-gap {
	border-left-style: none !important;
	border-right-style: none !important;
}

.no-gap-right {
	border-right-style: none !important;
}

.no-gap-left {
	border-left-style: none !important;
}

.ui-icon {
	background-image: url('/Css/custom-theme/images/ui-icons_228ef1_256x240.png') !important;
}

.buffer-right {
	padding-right: 10px;
}

.XE-Dialog .ui-dialog-titlebar-close {
	visibility: hidden !important;
}

.XE-Dialog .ui-dialog-buttonpane {
	border-top-style: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.XE-Dialog .ui-dialog-buttonset {
	float: none !important;
	text-align: center !important;
}

.XE-Dialog .ui-button {
	font-weight: normal !important;
}

.XE-Dialog .ui-dialog-title {
	font-weight: normal !important;
}

.XE-Dialog .ui-widget {
	font-family: 'Open Sans' !important;
	font-size: small !important;
	z-index: 200 !important;
}

.XE-Error .ui-dialog-titlebar-close {
	visibility: hidden !important;
}

.XE-Error .ui-dialog-buttonpane {
	border-top-style: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.XE-Error .ui-dialog-titlebar {
	background: #ff3126 !important;
}

.XE-Error .ui-dialog-buttonset {
	float: none !important;
	text-align: center !important;
}

.XE-Error .ui-button {
	font-weight: normal !important;
}

.XE-Error .ui-dialog-title {
	font-weight: normal !important;
}

.XE-Error .ui-widget {
	font-family: 'Open Sans' !important;
	font-size: small !important;
	z-index: 300 !important;
}

.ui-widget-overlay {
	background: white !important;
	opacity: 0.75 !important;
}