<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ##### content margins ##### */
div.content_margins
{
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 14px;
}

/* ##### content section ##### */
.content_section
{
	padding:15px 15px 25px 15px;
}
.content_section table, .content_section div table
{
	display: block;
	width:730px;
}

.content_sectionother table, .content_sectionother div table
{
	display:block;
	width:auto;
}

.content_section
{	
	font-size: 14px;
	text-align: left;
	background-color: #edecdf; /* light gray */
	background-repeat: repeat-x;
	background-position: bottom right !important;
	background-image: url('../images/app_bk.gif');
}

.content_section h1
{
	white-space: nowrap;
	text-align: left;
	padding: 10px 0px 0px 0px !important;
	margin: 0px;
	font-size: 16px !important;
}

.content_section h2 
{
	font-size:14px;
	margin:0px;
	padding:0px;
}

.content_section h3 
{
	font-size:14px;
	margin:0px;
	padding:0px;
}

/* ##### content wrapper ##### */
.contentWrapper
{
	width: auto;
	color: #837d64; /* dark gray */
	font-size: 14px;
	background-color: #edecdf; /* light gray */
}

.contentWrapper h1
{
	white-space: nowrap;
	text-align: left;
	margin: 0px;
	font-size: 20px;
	font-weight:lighter;
	padding:15px;
}

/* ##### h2 blue ##### */
h2.blue 
{
	text-align:left;
	margin:0px;
	padding:10px 0px;	
	color: #58abd4;
	font-size:14px;
}

/* ##### default section line ##### */
.default_section_line
{
	margin: 0px auto;
	text-align: center;
	width: 900px;
	background-image: url('../images/middle.jpg');
	background-repeat: repeat-y;
	margin-top: -5px;
	color: #969380;
	font-size: 14px;
}

.default_section_line .default_tab
{
	font-weight: bold;
	font-size: 18px;
	background-image: url('../images/tab.jpg');
	background-repeat: no-repeat;
	height: 30px;
	padding: 12px 0px 7px 40px;
	text-align: left;
}

.default_section_line .default_bottom
{
	height: 35px;
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
}

/* ##### default section ##### */
.default_section
{
	margin: 0px auto;
	text-align: center;
	width: 900px;
	background-image: url('../images/middle_noline.jpg');
	background-repeat: repeat-y;
	margin-top: -5px;
	color: #837d64;
	font-size: 14px;
}

.default_section .default_tab
{
	font-weight: bold;
	font-size: 18px;
	background-image: url('../images/tab_noline.jpg');
	background-repeat: no-repeat;
	height: 30px;
	padding: 12px 0px 7px 40px;
	text-align: left;
}

.default_section .default_items
{
	position:relative;
	padding: 0px 40px;
	z-index:100;
}

.default_section .default_bottom
{
	height: 35px;
	background-image: url('../images/bottom_noline.jpg');
	background-repeat: no-repeat;
}

.default_section .default_items .searchBar 
{
	margin:0px auto;
	float:right;
	padding-bottom:8px;
}

/* Common */
.hidden {
	display: none;
}

/* button styles */
.btn-sm {
	padding: .25em .5em;
}

/* ##### link buttons ##### */
/* default*/
.linkSearch, .linkSearchNoArrow, .linkNext, .linkCancel, .linkClose, .linkPdfCloseWithoutDistributing, .linkCloseDisabled, .linkSave, .linkSend, .linkPrevious,
.linkSaveClose, .linkDelete, .linkOK, .linkUpdate, .linkClearFields, .linkAttachment,
.linkAuth, .linkPrint, .linkPdfPrintAndDistribute, .linkDistribute, .linkAddDetails, .linkLogin, .linkLoginSSO, .linkBack, .linkContinue,
.linkYes, .linkNo, .linkNewProcess, .linkIConsent, .linkBrowse, .linkFilter, .linkRegister,
.linkClickToSign, .linkSubmit, .linkOverride, .linkTest, .linkExport, .linkSendCode
{
	padding: 0px 35px;
	text-decoration: none;
	font-size: 18px;
	top: 0px;
	background-repeat: no-repeat;
}

/* custom */
.linkSearch { top:2px; }
.linkSearchNoArrow { top:2px; }
.linkExport { top:2px; }
.linkCloseDisabled { cursor:default; }
.linkSave { padding: 0px 38px 0px 37px; }
.linkOK { padding:0px 38px; height:80px; width:21px; }
.linkAttachment
{
	padding:1px 58px;
	background-position:center;
}
.linkAuth { padding:1px 58px; }
.linkPrint { padding:0px 37px; }
.linkOverride { padding:0px 36px; }
.linkPdfPrintAndDistribute { padding-left:59px; padding-right:59px; }
.linkPdfCloseWithoutDistributing { padding-left:75px; padding-right:75px; }
.linkAddDetails
{
	padding:1px 58px;
	position:relative;
	background-position:center;
}
.linkLogin, .linkSendCode
{
	top: -5px;
	left: 95px;
}
.linkYes, .linkNo { padding: 0px 37px; font-size:21px; }
.linkNewProcess { padding:1px 46px; }
.linkContinue { padding:0px 40px; }
.linkIConsent { padding:0px 45px; }
.linkBrowse { position:absolute; }
.linkFilter
{
	top:2px;
	padding:0px 39px;
}
.linkRegister { padding:12px 160px 12px 0px; }
.linkSubmit { padding: 0px 39px; }

/* url */
.linkSearch { background-image:url(../images/buttons/btn_search_off.gif); }
.linkSearch:hover, .linkSearch:focus { background-image:url(../images/buttons/btn_search_on.gif); }

.linkSearchNoArrow { background-image:url(../images/buttons/btn_searchNoArrow_off.gif); }
.linkSearchNoArrow:hover, .linkSearchNoArrow:focus { background-image:url(../images/buttons/btn_searchNoArrow_on.gif); }

.linkExport { background-image:url(../images/buttons/btn_export_off.gif); background-repeat:no-repeat; }
.linkExport:hover, .linkExport:focus { background-image:url(../images/buttons/btn_export_on.gif); background-repeat:no-repeat;}

.linkNext { background-image:url(../images/buttons/btn_nxt_off.gif); }
.linkNext:hover, .linkNext:focus { background-image:url(../images/buttons/btn_nxt_on.gif); }

.linkCancel { background-image:url(../images/buttons/btn_cancel_off.gif); }
.linkCancel:hover, .linkCancel:focus { background-image:url(../images/buttons/btn_cancel_on.gif); }

.linkClose { background-image:url(../images/buttons/btn_close_off.gif); }
.linkClose:hover, .linkClose:focus { background-image:url(../images/buttons/btn_close_on.gif); }

.linkPdfCloseWithoutDistributing { background-image:url(../images/buttons/btn_CloseWithoutDistributing_off.gif); }
.linkPdfCloseWithoutDistributing:hover, .linkPdfCloseWithoutDistributing:focus { background-image:url(../images/buttons/btn_CloseWithoutDistributing_on.gif); }

.linkSave { background-image:url(../images/buttons/btn_save_off.gif); }
.linkSave:hover, .linkSave:focus { background-image:url(../images/buttons/btn_save_on.gif); }

.linkSend { background-image:url(../images/buttons/btn_send_off.gif); }
.linkSend:hover, .linkSend:focus { background-image:url(../images/buttons/btn_send_on.gif); }

.linkPrevious { background-image:url(../images/buttons/btn_previous_off.gif); }
.linkPrevious:hover, .linkPrevious:focus { background-image:url(../images/buttons/btn_previous_on.gif); }

.linkSaveClose { background-image:url(../images/buttons/btn_save_close_off.gif); }
.linkSaveClose:hover, .linkSaveClose:focus { background-image:url(../images/buttons/btn_save_close_on.gif); }

.linkDelete { background-image:url(../images/buttons/btn_delete_off.gif); }
.linkDelete:hover, .linkDelete:focus { background-image:url(../images/buttons/btn_delete_on.gif); }

.linkOK { background-image:url(../images/buttons/btn_ok_off.jpg); }
.linkOK:hover, .linkOK:focus { background-image:url(../images/buttons/btn_ok_on.jpg); }

.linkUpdate { background-image:url(../images/buttons/btn_update_off.gif); }
.linkUpdate:hover, .linkUpdate:focus { background-image:url(../images/buttons/btn_update_on.gif); }

.linkClearFields { background-image:url(../images/buttons/btn_clearfields_off.gif); }
.linkClearFields:hover { background-image:url(../images/buttons/btn_clearfields_on.gif); }

.linkAttachment { background-image:url(../images/buttons/btn_attachment_off.gif); }
.linkAttachment:hover { background-image:url(../images/buttons/btn_attachment_on.gif); }

.linkAuth { background-image:url(../images/buttons/btn_auth_off.gif);}
.linkAuth:hover, .linkAuth:focus { background-image:url(../images/buttons/btn_auth_on.gif); }

.linkPrint { background-image:url(../images/buttons/btn_print_off.gif); }
.linkPrint:hover, .linkPrint:focus { background-image:url(../images/buttons/btn_print_on.gif); }

.linkOverride { background-image:url(../images/buttons/btn_override_off.gif); }
.linkOverride:hover, .linkOverride:focus { background-image:url(../images/buttons/btn_override_on.gif); }

.linkPdfPrintAndDistribute { background-image:url(../images/buttons/btn_PrintAndDistribute_off.gif); }
.linkPdfPrintAndDistribute:hover, .linkPdfPrintAndDistribute:focus { background-image:url(../images/buttons/btn_PrintAndDistribute_on.gif); }

.linkDistribute { background-image:url(../images/buttons/btn_Distribute_off.gif); }
.linkDistribute:hover, .linkDistribute:focus { background-image:url(../images/buttons/btn_Distribute_on.gif); }

.linkAddDetails { background-image:url(../images/buttons/btn_add_details_off.gif); }
.linkAddDetails:hover, .linkAddDetails:focus { background-image:url(../images/buttons/btn_add_details_on.gif); }

.linkLogin { background-image:url(../images/buttons/btn_login_off.png); padding:1px 37px; }
.linkLogin:hover, .linkLogin:focus { background-image:url(../images/buttons/btn_login_on.png); }

.linkLoginSSO { background-image:url(../images/buttons/btn_LoginSSO_off.png); padding:1px 49px; position:relative; top: 20px; }
.linkLoginSSO:hover, .linkLoginSSO:focus { background-image:url(../images/buttons/btn_LoginSSO_on.png); }

.linkBack { background-image:url(../images/buttons/btn_back_off.gif); }
.linkBack:hover, .linkBack:focus { background-image:url(../images/buttons/btn_back_on.gif); }

.linkContinue { background-image:url(../images/buttons/btn_continue_off.gif); }
.linkContinue:hover, .linkContinue:focus { background-image:url(../images/buttons/btn_continue_on.gif); }

.linkYes { background-image:url(../images/buttons/btn_yes_off.gif); }
.linkYes:hover, .linkYes:focus { background-image:url(../images/buttons/btn_yes_on.gif); }

.linkNo { background-image:url(../images/buttons/btn_no_off.gif); }
.linkNo:hover, .linkNo:focus { background-image:url(../images/buttons/btn_no_on.gif); }

.linkNewProcess { background-image:url(../images/buttons/btn_newprocess_off.gif); }
.linkNewProcess:hover, .linkNewProcess:focus { background-image:url(../images/buttons/btn_newprocess_on.gif); }

.linkIConsent { background-image:url(../images/buttons/btn_iconsent_off.gif); }
.linkIConsent:hover, .linkIConsent:focus { background-image:url(../images/buttons/btn_iconsent_on.gif); }

.linkBrowse { background-image:url(../images/buttons/btn_browse_off.gif); }
.linkBrowse:hover, .linkIConsent:focus { background-image:url(../images/buttons/btn_browse_on.gif); }

.linkFilter { background-image:url(../images/buttons/btn_filter_off.gif?4.1.3.8); }
.linkFilter:hover, .linkFilter:focus { background-image:url(../images/buttons/btn_filter_on.gif?4.1.3.8); }

.linkRegister { background-image:url(../images/buttons/btn_register_off.gif?4.1.3.8); }
.linkRegister:hover, .linkRegister:focus { background-image:url(../images/buttons/btn_register_on.gif?4.1.3.10); }

.linkClickToSign { background-image:url(../images/buttons/btn_ClickToSign_off.gif?4.3.0.0); }
.linkClickToSign:hover, .linkClickToSign:focus { background-image:url(../images/buttons/btn_ClickToSign_on.gif?4.3.0.0); }

.linkSubmit { background-image:url(../images/buttons/btn_Submit_off.gif?4.2.7.0); }
.linkSubmit:hover, .linkSubmit:focus { background-image:url(../images/buttons/btn_Submit_on.gif?4.2.7.0); }

.linkNextEsign { background-image:url(../images/buttons/btn_nxt_off.gif); }
.linkNextEsign:hover, .linkNextEsign:focus { background-image:url(../images/buttons/btn_nxt_on.gif); }

.linkPreviousEsign { background-image:url(../images/buttons/btn_previous_off.gif); }
.linkPreviousEsign:hover, .linkPreviousEsign:focus { background-image:url(../images/buttons/btn_previous_on.gif); }

.linkStartEsign { background-image:url(../images/buttons/btn_nxt_off.gif); }
.linkStartEsign:hover, .linkStartEsign:focus { background-image:url(../images/buttons/btn_nxt_on.gif); }

.linkTest { background-image:url(../images/buttons/btn_test_off.gif); }
.linkTest:hover, .linkTest:focus { background-image:url(../images/buttons/btn_test_on.gif); }

.linkSendCode {	background-image: url(../images/buttons/btn_send_Code_off.gif);}
.linkSendCode:hover, .linkSendCode:focus { background-image: url(../images/buttons/btn_send_Code_on.gif); }

.linkPdfPrintWatermarkVersion 
{ 
	background-image:url(../images/buttons/btn_PrintWatermarkVersion_off.gif);
	width: 138px;
	height: 21px;
	background-repeat: no-repeat;
}
.linkPdfPrintWatermarkVersion:hover, .linkPdfPrintWatermarkVersion:focus 
{ 
	background-image:url(../images/buttons/btn_PrintWatermarkVersion_on.gif);
	width: 138px;
	height: 21px;
	background-repeat: no-repeat;
}

/* ##### other ##### */
.requiredInput
{
	border:solid 1px #98937f;
	background-color:#fffacd;
	padding:2px;
}

#validationAlertTitle 
{
	font-size: 12px;
	font-weight:bold;
	color:Black;
}
#validationAlertMessage 
{
	font-size: 10px;
}

label.smaller 
{
	padding-right:20px;
	float:left;
	font-size:10px;
	text-transform:uppercase;
	vertical-align:text-top;
}
div.smaller 
{
	font-size:10px;
	text-transform:uppercase;
	vertical-align:text-top;
}
input.pinkCheckbox, span.pinkCheckbox input {
	outline:#b988a8 solid 2px;
}
input.cadetBlueCheckbox, span.cadetBlueCheckbox input {
	outline:#5F9EA0 solid 2px;
}
input.orangeCheckbox, span.orangeCheckbox input {
	outline:#e7b379 solid 2px;
}
input.greenCheckbox, span.greenCheckbox input {
	outline:#80D060 solid 2px;
}
input.purpleCheckbox, span.purpleCheckbox input {
	outline:#BB77FF solid 2px;
}
input.darkCyanCheckbox, span.darkCyanCheckbox input {
	outline:#00C0C0 solid 2px;
}
input.grayCheckbox, span.grayCheckbox input {
	outline:#C0C0C0 solid 2px;
}
input.cornflowerCheckbox, span.cornflowerCheckbox input {
	outline:#6495ED solid 2px;
}
input.blueCheckbox, span.blueCheckbox input {
	outline:#7C64EE solid 2px;
}

.FieldIdentifier
{
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-transform:uppercase;
	color: #6b6550;
}

.DescriptiveMessage
{
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	line-height:21px;
	color: #6b6550;
}

/* ##### Secure Email ##### */
.SecureEmailFileSizeError_Size
{
	font-style:italic;
}

.SecureEmailWeighted
{
	font-weight:bold;
}

.linkNextEsign
{	
	padding:0px 35px;
	text-decoration:none;
	font-size:18px;	
	background-repeat: no-repeat;
	position:absolute;
	bottom:10px;
	left:267px;	
	float:right;
}

.linkPreviousEsign
{
	padding:0px 35px;
	text-decoration:none;
	font-size:18px;	
	background-repeat: no-repeat;
	position:absolute;
	bottom:10px;
	left:188px;
	float:right;
}

.linkStartEsign
{
	padding:0px 35px;
	text-decoration:none;
	font-size:18px;	
	background-repeat: no-repeat;
	position:absolute;
	bottom:10px;
	left:188px;	
	float:right;	
}</pre></body></html>