﻿@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
*/
.SectionContainer {
    background: rgba(255,255,255,0.05) none repeat scroll 0 0;
/*	border: 1px solid rgba(255,255,255,0.75);	*/
    box-shadow:			0 4px 8px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		0 4px 8px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	0 4px 8px -4px rgba(0,0,0,.5);
	margin-bottom: 16px;
}
.SectionContainer .header {
	background: #10059f;
	clear: both;
	color: #FFF !important;
	cursor: default;
	display: block;
	float: none;
	font-size: 11pt;
	font-weight: bold;
	height: 24px;
}
.SectionContainer .header .label {
	display: inline-block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	padding-left: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 720px !important;
}
.SectionContainer .header .label em {
	font-weight: normal
}
.SectionContainer .header .anchor {
	background-image: url(/custom/_public_includes/images/movetopnew.png);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	vertical-align: central;
	width: 15px;
}
.SectionContainer .subsection {
	clear: both;
	display: table-row;
	float: none;
	background-color: rgba(0,0,0,0.33);
	background: #bbbbbb;
	/* [disabled]background-color: #9F6;
*/
}
.SectionContainer .subsection .label {
	background: #4F98FF;
	border-top: 1px solid #ddd;
	color:#FFF;
	cursor: default;
	display: table-cell;
	font-weight: bold;
	padding: 20px 16px 0px 0px;
	text-align: right;
	vertical-align: top;
	width: 144px;
}
.SectionContainer .subsection .label[attention="attention"] {
	background-color: rgba(245,126,32,0.8);
	color: #fff;
	padding: 13px 16px 10px 0px;	
}
.SectionContainer .subsection .content {
	background-color: rgba(0,0,0,0.05);
	background: #eeeeee;
	border-top: 1px solid #ddd;
	display: table-cell;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	width: 591px;
}
.SectionContainer .subsection .content .coi {
	color: #333;
	font-size: 8pt;
	line-height: 9pt;
	padding: 20px 0px 0px 0px;
}
.SectionContainer .subsection .content .coi h5 {
	font-size: 9pt !important;
	font-weight: normal;
	margin: 0px 16px 8px 16px;
	padding: 0px 0px 0px 0px;
}
.SectionContainer .subsection .content .coi ul {
	margin: 0px 26px 0px 26px;
	padding: 0px 0px 0px 0px;
}
.SectionContainer .subsection .content .coi ol {
	margin: 8px 24px 0px 24px;
	padding: 0px 0px 0px 0px;
}
.SectionContainer .subsection .content .coi li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 4px;
}
.SectionContainer .subsection .content[attention="attention"] {
	background-color: rgba(255,255,255,0.33);
	color: rgba(245,126,32,1) !important;
	padding:8px 0px 0px 0px !important;
}

.SectionContainer .footer {
	float: none;
	clear: both;
}
.SectionContainer .footer .label {
	display: table-cell;
	width: 160px;
	cursor: default;
	background: #4F98FF;
	height: 16px;
}
.SectionContainer .footer .content {
	display: table-cell;
	width: 591px;
	height: 16px;
	background-color: rgba(0,0,0,0.05);
	background: #eeeeee;
	
}
/* ********************************************************************** */
/* 15% ----------------------------------------------------------------------- */
.wif15pContainer {
	display: block;
	width: 96px;
	float: left;
	padding-bottom: 0px;
}
.wif15pInputContainer {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 9pt;
	line-height: 18px;
	padding: 1px 0px 0px 4px;
	margin: 0px 0px 3px 16px;
	width: 75px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);
	
}
.wif15pCurrency {
	font-size: 9pt;
	padding: 0px 1px 0px 0px;
	margin: 0px 1px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 64px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	outline: none;
	background-color: transparent !important;
}
.wif15pCalendar {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 40px;
	float: left;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	cursor: default;
	outline: none;
	/* [disabled]background-color: #993;
*/
}
.wif15pText {
	font-size: 9pt;
	padding: 0px 1px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 73px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent !important;
}
.wif15pText[list] {
	background-image: url(/custom/_public_includes/images/menudowngrey.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) calc(100% - 2px);
}
.wif15pSelect {
	width: 74px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #0000FF;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px;
	outline: none;
}
/* 25% ----------------------------------------------------------------------- */
.wif25pContainer {
	display: block;
	width: 144px;
	float: left;
	padding-bottom: 0px;
	/* [disabled]background-color: #99F;
*/
}
.wif25pInputContainer {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 9pt;
	line-height: 18px;
	padding: 1px 0px 0px 4px;
	margin: 0px 0px 3px 16px;
	width: 122px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);

}
.wif25pCurrency {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 110px;
	color: #0000FF;
	font-size: 9pt;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent;
}
.wif25pText {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 119px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent !important;
}
.wif25pText[list] {
	background-image: url(/custom/_public_includes/images/menudowngrey.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) calc(100% - 2px);
}
.wif25pSelect {
	width: 121px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #0000FF;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px;
	outline: none;
}
.wif25pCalendar {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 76px;
	float: left;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	cursor: default;
	outline: none;
	/* [disabled]background-color: #993;
*/
}
/* 50% ----------------------------------------------------------------------- */
.wif33pContainer {
	display: block;
	width: 192px;
	float: left;
	padding-bottom: 0px;
}
.wif33pInputContainer {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 9pt;
	line-height: 18px;
	padding: 1px 0px 0px 4px;
	margin: 0px 0px 3px 16px;
	width: 171px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);

}
.wif33pTimeContainer {
	display: block;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	padding-left: 0px;
	float: right;
	width: 177px;
	height: 19px;
	line-height: 19px;
	padding-top: 1px;
	background-color: transparent !important;
}
.wif33pText {
	font-size: 9pt;
	padding: 0px 1px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 169px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	/* [disabled]content: "\25C0";
*/
	background-color: transparent !important;
}
.wif33pText[list] {
	background-image: url(/custom/_public_includes/images/menudowngrey.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) calc(100% - 2px);
}
.wif33pTextArea {
	font:normal normal 400 9pt/12pt RRPioneer-Regular, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0px;
	color: #0000FF;
	border-style: none;
	width: 169px;
	outline: none;
	background-color: transparent !important;
}
.wif33pCalendar {
	font-size: 9pt;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 127px;
	float: left;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	cursor: default;
	outline: none;
	background-color: transparent !important;
}
.wif33pCurrency {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 161px;
	color: #0000FF;
	font-size: 9pt;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent !important;
}
.wif33pSelect {
	width: 170px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #0000FF;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px;
	outline: none;
}
/* 50% ----------------------------------------------------------------------- */
.wif50pContainer {
	display: block;
	width: 288px;
	float: left;
	padding-bottom: 0px;
}
.wif50pInputContainer {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 9pt;
	line-height: 18px;
	padding: 1px 0px 0px 4px;
	margin: 0px 0px 3px 16px;
	width: 266px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);
	
}
.wif50pText {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 265px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent !important;
}
.wif50pText[list] {
	background-image: url(/custom/_public_includes/images/menudowngrey.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) calc(100% - 2px);
}
.wif50pTextArea {
	font:normal normal 400 9pt/12pt RRPioneer-Regular, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0px;
	color: #0000FF;
	border-style: none;
	width: 265px !important;
	outline: none;
	background-color: transparent !important;
}
.wif50pSelect {
	width: 266px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #0000FF;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px;
	outline: none;
}
/* 66% ----------------------------------------------------------------------- */
.wif66pContainer {
	display: block;
	width: 384px;
	float: left;
	padding-bottom: 0px;
}
.wif66pInputContainer {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 9pt;
	line-height: 18px;
	padding: 1px 0px 0px 4px;
	margin: 0px 0px 3px 16px;
	width: 363px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);
	
}
.wif66pText {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 362px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent !important;
}
.wif66pText[list] {
	background-image: url(/custom/_public_includes/images/menudowngrey.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) calc(100% - 2px);
}
.wif66pTextArea {
	font:normal normal 400 9pt/12pt RRPioneer-Regular, Arial, Helvetica, sans-serif;
	margin: 0px 0px 1px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0px;
	color: #0000FF;
	border-style: none;
	width: 362px !important;
	outline: none;
	background-color: transparent !important;
}
.wif66pSelect {
	width: 362px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #0000FF;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px;
	outline: none;
}
/* 75% ----------------------------------------------------------------------- */
.wif75pContainer {
	display: block;
	width: 432px;
	float: left;
	padding-bottom: 0px;
	
}
.wif75pInputContainer {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 9pt;
	line-height: 18px;
	padding: 1px 0px 0px 4px;
	margin: 0px 0px 3px 16px;
	width: 410px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);
	
}
.wif75pText {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 409px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent !important;
}
.wif75pText[list] {
	background-image: url(/custom/_public_includes/images/menudowngrey.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) calc(100% - 2px);
}
.wif75pTextArea {
	font:normal normal 400 9pt/12pt RRPioneer-Regular, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 1px 0px !important;
	border: 0px;
	color: #0000FF;
	border-style: none;
	width: 409px !important;
	outline: none;
	background-color: transparent !important;
}
.wif75pSelect {
	width: 409px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #0000FF;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px;
	outline: none;
}
/* 100% ---------------------------------------------------------------------------- */
.wif100pContainer {
	display: block;
	width: 576px;
	float: left;
	padding-bottom: 0px;
}
.wif100pInputContainer {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 9pt;
	line-height: 18px;
	padding: 1px 0px 0px 4px;
	margin: 0px 0px 3px 16px;
	width: 555px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);
	
}
.wif100pText {
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	line-height: 18px;
	height: 18px;
	width: 554px;
	color: #0000FF;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	outline: none;
	background-color: transparent !important;
}
.wif100pTextArea {
	font:normal normal 400 9pt/12pt RRPioneer-Regular, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0px;
	color: #0000FF;
	border-style: none;
	width: 554px !important;
	outline: none;
	background-color: transparent !important;
}
.wif100pSelect {
	width: 554px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #0000FF;
	font-size: 9pt;
	line-height: 18px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	border: 0px;
	outline: none;
}
.MultiRecordEditorContainer {
	width: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 16px;
	border: 1px solid #cccccc;
	margin-bottom: 16px;
	margin-right: 10px;
	/* [disabled]background-color: #963; */
}
.MultiRecordEditorPreviewLabel {
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);
	color: #00F;
	font:normal normal 400 9pt/12pt RRPioneer-Regular, Arial, Helvetica, sans-serif;
	display: block!important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis !important;
	padding-left:2px;
	background-color: rgba(255,255,255,.25);
	border:1px solid rgba(255,255,255,.5);
}
.MultiRecordEditorPreviewLabel:hover {	
	border:1px dotted #FFEA00;
	background-color: #FAFAE2;
	cursor:default;
	
}
.MultiRecord_15pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	float: right;
	width: 80px;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);	

}
.MultiRecord_33pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	float: right;
	width: 176px;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);	
}
.MultiRecord_50pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	float: right;
	width: auto;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);	
}
.MultiRecord_25pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	float: right;
	width: 128px;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);	
}
.MultiRecord_50pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 271px;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;

}
.MultiRecord_66pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	float: right;
	width: 360px;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);	
}
.MultiRecord_75pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	float: right;
	width: 414px;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);	
}
.MultiRecord_100pPreviewContainer {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	float: right;
	width: 560px;
	font-size: 9pt;
	line-height: 18px;
	height: 20px;
    box-shadow:			2px 2px 4px -4px rgba(0,0,0,.5);
   -moz-box-shadow:		2px 2px 4px -4px rgba(0,0,0,.5);
   -webkit-box-shadow:	2px 2px 4px -4px rgba(0,0,0,.5);	

}
.EmergencyStatement{
	color:#FF6600;	
	font-size:8pt;
	line-height:10pt;
	margin:0px 16px 16px 16px;
	
	}
.EmergencyStatement i{
	padding: 0px 8px 0px 0px;	
	display:block;
	float:left;
	font-size:30pt;
	font-weight:normal;

}
.fa-msg{
	color:#5a2c94;	
	font-size:8pt;
	line-height:10pt;
	margin:0px 16px 16px 16px;
	
	}
.fa-msg i{
	padding: 1px 8px 0px 0px;	
	display:block;
	float:left;
  	font-size: 2em;
	font-weight:normal;
}