body, td, th, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
}
body.main {
	margin: 0;
	padding: 0;
}

div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.floatLeft {
    float: left;
}

h1, h2, h3, h4 {
    margin: 0;
}

.normaltext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal; 
}

.smalltext {
    font-size: .9em;
}

.bold {
    font-weight: bold;
}

.invisible {
    visibility: hidden;
}

th {
    font-weight: bold;
    color: white;
    background-color: gray;
}
th[scope=row] {
    font-weight: inherit;
	background-color: inherit;
	color: inherit;
	text-align: inherit;
} 


th.plain {
    font-weight: bold;
    color: #000;
    background-color: #fff;
}

th a {
    color: white;
}

.tableheadertext {
    color: white;
}

div.globalTabContainer {
	margin-left: 160px;
}

#loadTimestamp {
	font-style: italic; 
}

#headerBar {
	overflow: hidden;
	height: 85px;
}

#globalTabs {
	margin: 2px 0 0 160px;
	list-style: none;
	padding: 0;
}
#globalTabs li {
	float: left;
	background-color: #e2e2e2;
	color: #000;
	margin-top: 2px;
	font-size: 8pt;
	border: solid 1px #03628E;
	border-collapse: collapse;
}
#globalTabs li.selected {
	background-color: #fff;
	margin-top: 0;
	font-size: 9pt;
	font-weight: bold;
	border: none;
}
#globalTabs li a {
	display: block;
	padding: 0 8px;
	line-height: 23px;
}
#globalTabs li.selected a {
	text-decoration: underline;
	line-height: 27px;
}

#leftNav {
	width: 160px;
	overflow: hidden;
}
#leftNav div.menuDivider {
	background-color: #fff; 
	height: 2px; 
	font-size: 1px;
}
div.menu {
	background-color: #03628E;
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
div.submenu {
	padding-bottom: 8px;
	padding-left: 15px;
}
div.submenuItem {
	padding-bottom: 3px;
}
div.submenuItem a {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}
div.submenuItem a:hover {
	color: #F9C150;
}
#leftNav a.menuselected {
	color: #F9C150;
	text-decoration: underline;
	
}

.noborder {
    border: 0px;
}

form {
    margin: 0px;
}

ul.instructionList {
    padding: 0 15px;
    margin: 0;
    list-style-type: none;
}

ul.listWithDescriptions li p {
	padding: 3px 0 0 23px;
}

ul.textItems {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
    list-style-type: none;
}
ul.textItems li {
	padding: 2px 0;
}

ul.formattedItems {
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
    list-style-type: none;
}
ul.formattedItems  li {
	padding: 3px 0;
}
ul.formattedItems  li span:first-child {
	display: inline-block;
	width: 7em;
	font-weight: bold;
}

.verticalAlignLabel {
    vertical-align: 0.2em;
}

/**
 * Remove border from all fieldsets and make the legend hidden since styling
 * the legend is poorly supported.
 */
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

fieldset legend {
    display: none;
}

/**
 * A flowing form allows you to put multiple form inputs on a single line.
 * Simply put the form in a fieldset with this class and put your form elements
 * into and unordered list. Each unordered list (ul) becomes a new line in the form.
 */
fieldset.flowingForm ul {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

fieldset.flowingForm ul li {
    float: left;
    padding: 0;
}

/**
 * Clear the first li to fix floating problems
 */
fieldset.flowingForm ul li:first-child {
    clear: both;
}

fieldset.flowingForm ul li label {
    vertical-align: 0.2em;
}

fieldset.flowingForm ul li label.hidden {
    display: none;
}

fieldset.flowingForm ul li.formPadding {
    padding: 3px;
}


fieldset.verticalForm ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
fieldset.verticalForm ul label {
	display: inline-block;
	width: 10em;
	font-weight: bold;
}
fieldset.verticalForm ul label.inline {
	width: auto;
	margin-left: 20px;
}
fieldset.verticalForm ul label.wildCard {
	display: inline-block;
	width: 8.2em;
	font-weight: bold;
}
fieldset.verticalForm ul li.formPadding {
    padding: 3px;
}

fieldset.verticalForm ul label.narrowLabel {
	width: 7em;
}

fieldset.verticalForm ul label.wideLabel {
	display: inline-block;
	width: 15em;
	font-weight: bold;
}

fieldset.verticalForm ul label.wideLabelWildCard {
	display: inline-block;
	width: 13.2em;
	font-weight: bold;
}

fieldset.verticalForm ul label.wideLabelTop {
	display: inline-block;
	width: 15em;
	font-weight: bold;
	vertical-align: top;
}

fieldset.verticalForm ul label.extraWideLabel {
	display: inline-block;
	width: 17em;
	font-weight: bold;
}

fieldset.verticalForm ul label.extraWideLabelTop {
	display: inline-block;
	width: 17em;
	font-weight: bold;
	vertical-align: top;
}

fieldset.verticalForm ul label.top {
	display: inline-block;
	width: 10em;
	font-weight: bold;
	vertical-align: top;
}

fieldset.verticalForm ul span.inputHint {
	display: inline-block;
	text-align: left;
	margin-left: 15.5em;
	padding-bottom: 10px;
	padding-top: 2px
}

fieldset.verticalForm ul span.inputHintStandard {
	display: inline-block;
	text-align: left;
	margin-left: 10.5em;
	padding-bottom: 10px;
	padding-top: 2px
}

fieldset.verticalSearchForm ul {
	list-style: none;
    padding: 0;
    margin: 8px 0 16px 0;
}
fieldset.verticalSearchForm ul.nomargins {
    margin: 0;
}
fieldset.verticalSearchForm ul label {
	display: inline-block;
	width: 7em;
	padding-bottom: 1px;
}
fieldset.verticalSearchForm ul label.inline {
	width: auto;
	margin-left: 10px;
}

input#attn, input#companyName, input#address {
	width: 22em;
}

/**
 * Standard form - one form item per line - not vertically aligned
 */
fieldset.standardFormReadOnly ul {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

fieldset.standardFormReadOnly ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

fieldset.standardFormReadOnly ul li label {
    font-weight: bold;
}

fieldset.standardFormReadOnly ul li.noPadding {
    padding: 0px;
}

fieldset.standardFormEdit ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
fieldset.standardFormEdit ul ul {
	margin-left: 20px;
}

fieldset.standardFormEdit ul li {
    padding: 2px;
}

fieldset.standardFormEdit ul li label {
    margin-top: .25em;
    padding-right: 2px;
}

fieldset.standardFormEdit ul li.noPadding {
    padding: 0px;
}

fieldset.standardFormEdit ul li.topPadding {
    padding-top: 8px;
}

fieldset.standardFormEdit ul li span.radioButton {
    float: left;
    margin-top: .1em;
}

fieldset.standardFormEdit > div {
	margin: 3px 0;
}

fieldset ul li div.labelTopPadding {
    padding-top: 5px;
}

label.mediumWide {
    width: 10em;
}

label.width4 {
    width: 4em;
    float: left;
}

label.width6 {
    width: 6em;
    float: left;
}

label.width7 {
    width: 7em;
    float: left;
}

label.width8 {
    width: 8em;
    float: left;
}

label.width9 {
    width: 9em;
    float: left;
}

label.width10 {
    width: 10em;
    float: left;
}

label.width11 {
    width: 11em;
    float: left;
}

label.width12 {
    width: 12em;
    float: left;
}

label.width13 {
    width: 13em;
    float: left;
}

label.width14 {
    width: 14em;
    float: left;
}

label.width15 {
    width: 15em;
    float: left;
}

label.width16 {
    width: 16em;
    float: left;
}

label.width17 {
    width: 17em;
    float: left;
}

label.width18 {
    width: 18em;
    float: left;
}

/**
 * Reporting - Transaction Date Parameter section
 *	pages/reports/transaction_date_parameter_include.jsp
 */
.transDateParameters {
    width: 52em;
}

span.transDateParameterNote {
    float: left;
    padding: 2px 2px 2px 2px;
    width: 10em;
    font-size: 8pt;
}

span.transDateParameterFromFormat {
    float: left;
    margin-left: 3.3em;
    font-size: 8pt;
}

span.endDateFormat {
    float: left;
    margin-left: 11.3em;
    font-size: 8pt;
}


span.transDateParameterToFormat {
    float: left;
    margin-left: 2.2em;
    font-size: 8pt;
}

.transDateParameterAlign {
    margin-top: .4em;
}

div.transReportSearchTip {
    float: right;
    margin-right: 4em;
    width: 14em;
    padding: 2px 2px 2px 2px;
}
span.transReportSearchTip {
    float: right;
    margin-right: 40em;
    width: 14em;
    padding: 2px 2px 2px 2px;
}

span.cellNumberNote {
    margin-right: 10em;
    width: 27em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-left: 10px;
}

span.emailNote {
    margin-right: 10em;
    width: 27em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-left: 7px;
}

span.notificationMethodNote {
    margin-right: 10em;
    width: 27em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-left: 15px;
}

span.copyProfileNote {
    margin-right: 10em;
    width: 33em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-top: 10px;
}

span.profileWarning {    
    width: 33em;
    padding: 2px 2px 2px 2px;
	vertical-align: top;
	margin-top: 10px;
}

div.purchAlertSearch
{	
	float: right;
    margin-right: 4em;
    width: 14em;
    padding: 2px 2px 2px 2px;
}


div.tempLimitsNote
{	
	float: right;
    margin-right: 2em;
    width: 24em;
    padding: 2px 2px 2px 2px;
}
div.transLocationNote
{	
	float: left;
    margin-right: 4em;
    width: 18em;
    padding: 2px 2px 2px 2px;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

p {
    width: 550px;
    margin-top: 0px;
    margin-bottom: 0px;
}

pre {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 100%;
    margin-bottom: 0px;
}

.indent1 {
    margin-left: 0.8em;
}

.indent2 {
    margin-left: 2.0em;
}

.indent3 {
	margin-left: 4.0em;
}

.reportDataAccess {
    width: 360px;
}

.reportfooter {
    font-size: x-small;
    width: 50em;
    margin-top: 0.3em;
}

.valignTop {
    vertical-align: top;
}

ul.plain {
    margin-left: 0px;
    list-style: none;
}

.submitButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
}

.buttonSubmit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
}

.aysbutton {
    width: 80px;
}

.headerlink {
    font-size: 8pt;
    font-weight: bold;
    color: black;
}

.fcoheaderlink {
    font-size: 8pt;
    font-weight: bold;
    color: white;
}

.footer {
    color: black;
    font-size: 8pt;
    padding-left: 15px;
}

.footerText {
    color: black;
    font-size: .9em;
}

.footerText ul.reportList {
	margin-bottom:5px;
}

.footerText ul.reportList li {
	display: inline-block;
}

.footerText ul.reportList li::after {
	content: '|';
	margin-left: 1em;
	margin-right: .6em;
}

.footerText ul.reportList li:last-child::after {
	content: '';
	margin-right: 0;
}

.footerLink {
    color: black;
}

h1 {
    font-size: medium;
    font-weight: bold;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.taskTitle {
    font-size: medium;
    font-weight: bold;
}

.taskSubTitle {
    font-size: medium;
    font-weight: normal;
}

.taskSubTitleBold {
    font-size: 135%;
    font-weight: bold;
}

.sectionSubTitle {
    font-size: 12px;
    font-weight: bold;
}

.sectionSubHeader {
    font-size: 1em;
    font-weight: bold;
}

.sectionHeader {
    font-size: 1em;
    font-weight: bold;
}

.menu {
    font-size: 12px;
    font-weight: normal;
}

.submenu {
    font-size: 11px;
    font-weight: normal;
}

a,
th[scope=row] a {
    color: #000;
}

a.menu, a.menuselected {
    font-weight: bold;
    text-decoration: none;
}

a.submenu, a.submenuselected {
    font-size: 11px;
    text-decoration: none;
}

a.logoff {
    font-weight: bold;
}

.tabselected {
    background-color: white;
    color: #004A6E;
    font-weight: bold;
    font-size: 9pt;
}

a.tabselectedlink {
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
}

.tabdeselected {
    background-color: #E3E9EE;
    font-size: 8pt;
}

a.tabdeselectedlink {
    font-weight: normal;
    font-size: 8pt;
}

a.sortcolumn, a.sortcolumnselected {
    font-weight: bold;
}

/****	 Content and Headers	****/
.contentheader {
    font-size: 12pt;
    font-weight: bold;
}

.sectionTitle {
    font-size: 90%;
    font-weight: bold;
}

.msgboxheader {
    font-size: 12pt;
    font-weight: bold;
}

.accountheader {
    background-color: silver;
}
.orgheader {
	padding: 5px;
	margin: 12px 0;
	width: 770px; 
}

.contentsubheader {
    font-size: 10pt;
    font-weight: bold;
}

.contentsmall {
    font-size: 8pt;
}

.contentlarge {
    font-size: 12pt;
}

.contenthalf {
    font-size: 4pt;
}

.tablesubheader {
    font-weight: normal;
    font-size: 8pt;
}

.rowsubheader {
    font-weight: bold;
    color: white;
    background-color: silver;
}

h2.entityEditHeader {
	width: 40em;
	font-size: 12pt;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #999;
}

p.instructions {
	margin: 10px 0;
}

.submitButtons {
	margin-top: 15px;
	clear: both;
}

/**** Miscellaneous  ****/
.required {
    color: #CC0000;
    font-weight: bold;
    font-size: 10pt;
}

.selfregnumbers {
    color: #CC0000;
    font-size: 20pt;
}

.areyousuretext {
    color: #CC0000;
    font-size: medium;
    font-weight: bold;
}

.calendarbutton {
    /*width: 100% 100%;*/
    overflow: visible;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin-left: 3px;
    vertical-align: middle;
}

.spinbutton {
    overflow: visible;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    font-weight: bold;
}

.searchselectbutton {
    font-size: 10pt;
    font-weight: bold;
    width: 4em;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.magnifyingglassbutton {
    /*width: 100% 100%;*/
    overflow: visible;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.treebutton {
    background-color: silver;
}

.treepointer {
    text-align: right;
}

.treepointer {
    font-size: 17px;
    font-weight: bolder;
    line-height: 18px;
    vertical-align: top;
}

.treefound {
    background-color: silver;
    font-weight: bold;
}

.shaded {
    background-color: #eee;
}

.shaded2 {
    background-color: #eee;
}

.shadedDark {
    background-color: #C0C0C0;
}

.shadedDark2 {
    background-color: #C9C9C9;
}

.shadedDark3 {
    background-color: #666;
}

.tableheader {
    font-weight: bold;
}

.white {
    background-color: white;
}

.contentsmaller {
    font-size: 7pt;
}

.darkbackground {
    background-color: gray
}

.darkborder {
    border: 1px solid #000;
}

div.recordlinks a {
    font-size: 8pt;
    vertical-align: text-top;
    padding: 1px 2px;
}

div.recordlinks a.norcurrentpage {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

div.recordlinks a.norcurrentpage:hover {
    text-decoration: underline;
}

.treebutton {
    background-color: silver;
}

/** following colors are used for matching
*   indicators on Collapse Node
**/
.color0 {
    /** red **/
    color: #CC0000;
}

.color1 {
    /** blue **/
    color: #0000FF;
}

.color2 {
    /** green **/
    color: #00FF00;
}

.color3 {
    /** black **/
    color: #000;
}

.color4 {
    /** black **/
    color: #CCCCCC;
}

.color5 {
    /** cyan **/
    color: #66FFFF;
}

.color6 {
    /** magenta **/
    color: #FF66FF;
}

.color7 {
    /** yellow **/
    color: #FFFF33;
}

.treefound {
    background-color: silver;
    font-weight: bold;
}

.tableheader {
    font-weight: bold;
}

.white {
    background-color: white;
}

.contentsmaller {
    font-size: 7pt;
}

.darkbackground {
    background-color: gray
}

/*** messaging classes ***/
.messageline {
    background-color: #808080;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

.messagecontent {
    width: 100%;
    margin-right: 8px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 0px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.errorcontent {
    width: 100%;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.contentline {
    background-color: #808080;
}

.errortext {
    color: #CC0000;
    width:100%;
}

.errorMessage {
    font-weight: bold;
    color: #CC0000;
}

.infomessagetext {
    color: #006633;
}

.hilitetext {
    background-color: yellow;
}

.warningtext {
    font-weight: bold;
    color: #0066FF;
}

.infotext {
    font-weight: bold;
    color: #006633;
}

.infopointer {
    font-size: 140%;
    font-weight: bold;
    line-height: .95em;
}

.boldText {
    font-weight: bold;
}

.trimmedChildOrgs {
    font-weight: bold;
}

.importantText {
    font-weight: bold;
    font-size: 120%;
}

.instructionalText {
    display: inline;
    width: 508px;
    overflow: visible;
}

.hiddenText {
    color: white;
}

.hiddenTextForScreenReadersOnly {
	position: absolute !important;
   	top: -9999px !important;
   	left: -9999px !important;
   	overflow: hidden;
}

.skipNavigationlink{
	position: absolute !important;
	left: -9999px !important;
}
.skipNavigationlink:focus{ 
 	left: 6px !important;
 	top: 24px !important;
 	padding: 8px 16px;
	font-size: 1.2em;	
 	font-weight: bold;
 	z-index: 1;
} 

.maincontent:focus, .steppedProcessContent:focus, .privacyPolicyHeading:focus {
    width: 100%;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 0px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 1px;
    color: inherit;
}

.skipToProcessContentLink, .skipToProcessContentOTRLink{
	position: absolute !important;
   	top: -9999px !important;
   	left: -9999px !important;
   	overflow: hidden;
}
.skipToProcessContentLink:focus{ 
	background-color: #ffffff;
	left: 245px !important;
 	top: 116px !important;
	font-size: 1.2em;	
 	font-weight: bold;
 	z-index: 1;
}

.skipToProcessContentOTRLink:focus{ 
	background-color: #ffffff;
	left: 0px !important;
 	top: -15px !important;
	font-size: 1.2em;	
 	font-weight: bold;
 	z-index: 1;
}

.maincontent:hover, .steppedProcessContent:hover, .privacyPolicyHeading:hover {
    color: inherit;
}

.hidden {
    display: none;
}

.textFieldReadOnlySmall {
    font-size: 8pt;
    color: #595959;
}

.disabled {
    background-color: #DFDDDD;
}

a.disabled {
	background-color: transparent;
	color: #DFDDDD;
	cursor: default;
}
a.disabled:hover {
	color: #DFDDDD;
	cursor: default;
}

.disabledText {
	color: #9F9999;
}

.enabled {
    background-color: #fff;
}

.sectionDivider {
    background-color: #bbbbbb;
}

.smallerText {
    font-size: 70%;
    color: black;
}

/*** preview report classes - webfocus styles ***/
.x1 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000;
   	border-top: 1.00pt SOLID #000;
    /*border-bottom: NONE;
    border-right: 1.00pt SOLID #000;
    border-left: 1.00pt SOLID #000;*/
}

.x2 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000;
    border-style: NONE;
}

.x3 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000;
    border-style: NONE;
}

.x4 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000;
    border-style: NONE;
}

.x5 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000;
   /* border-top: 1.00pt SOLID #000;
    border-bottom: NONE;
    border-right: NONE;
    border-left: NONE; */
}

.x6 {
    font-family: ARIAL;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    text-align: center;
    /*border-top: 1.00pt SOLID #000;
    border-bottom: NONE;
    border-right: NONE;
    border-left: 1.00pt SOLID #000;*/
}

.x7 {
    font-family: ARIAL;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    text-align: center;
   /* border-top: 1.00pt SOLID #000;
    border-bottom: NONE;
    border-right: 1.00pt SOLID #000;
    border-left: 1.00pt SOLID #000;*/
}

.x8 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000;
    font-weight: bold;
   /* border-top: 1.00pt SOLID #000;
    border-bottom: NONE;
    border-right: NONE;
    border-left: 1.00pt SOLID #000;*/
}

.x9 {
    font-family: ARIAL;
    font-size: 9pt;
    color: #000;
    /* font-weight: bold;*/
  	 border: 1.00pt SOLID #000
}

.x10 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000; 
	width:55pt; 
	text-align:left;
 	border-style: NONE; 
 	font-weight: bold;
}

.x11 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000;
 	border-style: NONE; 
 	font-weight: bold;
} 
 
.x12 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000; 
	width:72pt; 
	text-align:left;
 	border-style: NONE; 
 	font-weight: bold;
}

.x13 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000;
 	border-style: NONE; 
 	font-weight: bold;
}

.x14 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000; 
	text-align:right;
 	border-style: NONE; 
 	font-weight: bold;
}

.x15 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000; 
	width:50pt; 
	text-align:left;
 	border-style: NONE; 
 	font-weight: bold; 
}

.x16 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000;
 	border-style: NONE; 
 	font-weight: bold;
}

.x17 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#ffffff; 
	width:72pt; 
	text-align:left;
 	border-style: NONE; 
}
 
.x18 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#ffffff;
 	border-style: NONE; 
}


.x19 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#fff;  
	width:72pt; 
	text-align:right;
 	border-style: NONE;
}

.x20 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#fff; 
 	border-style: NONE; 
}

.x21 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000; 
	width:72pt; 
	text-align:right;
 	border-style: NONE; 
}

.x22 {
	font-family:ARIAL; 
	font-size:9pt;
	color:#000000;
	border-style: NONE; 
}

.x23 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000; 
	width:72pt; 
	text-align:right;
 	border-style: NONE; 
}

.x24 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000;
 	/*border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: NONE; 
 	border-left: NONE; */
}

.x25 { 
	font-family:ARIAL; 
	font-size:9pt; 
	font-weight:bold; 
	color:#000000; 
	text-align:center;
 /*	border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: NONE; 
 	border-left: 1.00pt SOLID #000000; */
}
 
.x26 { 
	font-family:ARIAL; 
	font-size:9pt; 
	font-weight:bold; 
	color:#000000; 
	text-align:center;
 	/*border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: 1.00pt SOLID #000000; 
 	border-left: 1.00pt SOLID #000000;*/
}

.x27 { 
	/*font-family:ARIAL; 
	font-size:9pt; color:#000000; 
	background-color:#D2E9FF;
 	border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: NONE; 
 	border-left: 1.00pt SOLID #000000; */
 	font-family: ARIAL;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-top: 1.00pt SOLID #000;
    border-bottom: NONE;
    border-right: 1.00pt SOLID #000;
    border-left: 1.00pt SOLID #000;
 	 
}

.x28 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#0000FF; 
	background-color:#D2E9FF; 
	text-align:left;
 	border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: NONE; 
 	border-left: 1.00pt SOLID #000000; 
}
 
.x29 { 
	font-family:ARIAL; 
	font-size:9pt; 
	color:#000000; 
	/*background-color:#D2E9FF;*/
 	border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: 1.00pt SOLID #000000; 
 	border-left: 1.00pt SOLID #000000; 
}

.x30 { 
	font-family:ARIAL; 
	font-size:9pt; color:#000000; 
	background-color:#CCFFCC;
 	border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: NONE; 
 	border-left: 1.00pt SOLID #000000; 
}
 
.x31 { 
	font-family:ARIAL; 
	font-size:9pt; color:#0000FF; 
	background-color:#CCFFCC; 
	text-align:left;
 	border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: NONE; 
 	border-left: 1.00pt SOLID #000000; 
}
 
.x32 { 
	font-family:ARIAL; 
	font-size:9pt; color:#000000; 
	background-color:#CCFFCC;
	border-top: 1.00pt SOLID #000000; 
	border-bottom: NONE; 
	border-right: 1.00pt SOLID #000000; 
	border-left: 1.00pt SOLID #000000; 
}

.x33 { 
	font-family:ARIAL; 
	font-size:9pt; color:#000000; 
	background-color:#CCFFCC;
	border-top: 1.00pt SOLID #000000; 
	border-bottom: NONE; 
	border-right: 1.00pt SOLID #000000; 
	border-left: 1.00pt SOLID #000000; 
}

.x34 { 
	font-family:ARIAL; 
	font-size:9pt; color:#0000FF; 
	background-color:#CCFFCC; 
	text-align:left;
 	border-top: 1.00pt SOLID #000000; 
 	border-bottom: NONE; 
 	border-right: NONE; 
 	border-left: 1.00pt SOLID #000000; 
 }

/*** END preview report classes - webfocus styles ***/

.approved {
    color: green;
}

.declined, .redText {
    color: #BE0808;
}

.notsubmitted {
    color: #000;
}

.datatablebold {
    font-weight: bold;
}

.datatablesmall {
    font-size: .9em;
}

table.datatable {
    border-collapse: collapse;
}

table.datatable td,
table.datatable th[scope=row] {
	padding: 3px;
}
table.datatable td,
table.datatable th[scope=row] {
    border: inherit;
}

table.datatablenoinnerborders {
    border: 1px solid #000;
}

table.datatablenoinnerborders td,
table.datatablenoinnerborders th[scope=row] {
    border-width: 0px;
}

table.datatablenoinnerborders td.bottomborder,
table.datatablenoinnerborders th[scope=row].bottomborder {
    border-bottom: 1px solid #000;
}

table.datatablenoinnerborders td.lightbottomborder,
table.datatablenoinnerborders th[scope=row].lightbottomborder {
    border-bottom: 1px solid #999999;
}
table.datatablenoinnerborders th[scope=colgroup].lightbottomborder {
    border-bottom: 1px solid #999999;
    background-color: inherit;
    
}

table.datatable td.noborder,
table.datatable th[scope=row].noborder {
    border-width: 0px;
}

table.datatable td.noleftborder,
table.datatable th[scope=row].noleftborder {
    border-left-width: 0px;
}

table.datatable td.norightborder,
table.datatable th[scope=row].norightborder {
    border-right-width: 0px;
}

table.datatable td.nosideborders,
table.datatable th[scope=row].nosideborders {
    border-left-width: 0px;
    border-right-width: 0px;
}

table.textColumns th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: transparent;
	color: #000;
}

table.data {
	border-collapse: collapse;
	width: 100%;
}
table.data th {
	text-align: left;
}

/*
 Used for tables that sort/page with jquery datatable.
*/
.datatableJquery {
	border: 1px solid #0c2074;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	/*  font-size: 75%; */
}

.datatableJquery th {
	color: #fff;
	background-color: #0c2074;
	white-space: nowrap;
}
.datatableJquery th[scope=row] {
	color: inherit;
	background-color: inherit;
}

.datatableJquery th.noSort {
	text-decoration: none;
}

.datatableJquery tr {
	text-align: left;
}

.scrollingPanelMedium {
	height: 150px; 
	overflow: auto;
}

.scrollingPanelSmall {
	width: 400px; 
	height: 3em; 
	overflow: auto; 
	display: inline-block; 
	border: solid 1px #aaa; 
	padding: 3px;
}

table.smalldata td,
table.smalldata th[scope=row] {
    font-size: 70%;
}

table td.mediumdata,
table th[scope=row].mediumdata {
    font-size: 75%;
}

table.exceptions {
	border-collapse: collapse;
	width: 650px;
}
table.exceptionsFluid {
	border-collapse: collapse;
	max-width: 650px;
}
table.exceptions th { 
	color: #fff;
	background-color: #000;
	border: solid 1px #000;
	vertical-align: top;
}
table.exceptions th.subheader {
	text-align: left;
	color: #000;
	background-color: #bbb;
} 
table.exceptions th[scope=row] {
	text-align: left;
	color: #000;
	background-color: #fff;
	padding: 4px;
} 
table.exceptions td {
	border: solid 1px #000;
	vertical-align: top;
	padding: 4px;
}
table.exceptions td.value {
	text-align: right;
}

.accountDefault {
	font-size: 8pt;
	color: #900;
	font-style: italic;
}

.subdata {
    margin: 0px 0px 0px 3px;
    white-space: nowrap;
}

.subdataleft {
    white-space: nowrap;
    float: left;
}

.subdataright {
    white-space: nowrap;
    float: right;
}

table.tableheaderspacing th {
    padding: 4px 6px 4px 5px;
}

table.tableheaderspacing td {
    padding: 2px 6px 2px 5px;
}

div.logoff {
    margin-left: 11px;
    margin-top: 3px;
    margin-bottom: 20px;
}

td.borderright {
    border-right: 1px solid #03628E;
}

div.row {
    clear: both;
    white-space: nowrap;
}

div.row span.left {
    float: left;
    text-align: left;
    width: 80%;
    white-space: nowrap;
}

div.row span.right {
    float: right;
    text-align: right;
    width: 20%;
    white-space: nowrap;
}

div.spacer {
    clear: both;
}

div.spacerHeight {
    clear: both;
    margin-bottom: 1.3em;
}

.globalnavtabdeselected {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.globalnavtabselected {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #fff;
}

.searchparameterssection {
    border-bottom: 1px solid #000;
    clear: left;
}

div.userSearchSection {
	padding: 10px;
	margin-top: 5px;
}
div.userSearchSection h3 {
	font-size: 10pt;
	margin-bottom: 3px;
}
div.userSearchSection a.filterLink {
	float: right;
	margin-right: 25px;
}
div.userSearchSection div.filterList {
	font-size: 8pt;
	margin: 5px 200px 0 25px;
}

.searchparameterlabel {
    margin-top: .33em;
    margin-bottom: .33em
}

.searchparameterspacer {
    height: .5em;
    width: .5em;
    font-size: .5em;
}

.spacer {
    font-size: 1px;
    width: 1px;
    height: 1px;
    clear: left;
}

table.datatablecellhspace td,
table.datatablecellhspace th {
    padding-left: 6px;
    padding-right: 6px;
}

.thinborder {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* 
 * use these width styles instead of custom or inline styles - add more if you need
 * widths not aren't listed
 */
.width4 {
    width: 4em;
}

.width6 {
    width: 6em;
}

.width7 {
    width: 7em;
}

.width8 {
    width: 8em;
}

.width9 {
    width: 9em;
}

.width10 {
    width: 10em;
}

.width11 {
    width: 11em;
}

.width12 {
    width: 12em;
}

.width13 {
    width: 13em;
}

.width14 {
    width: 14em;
}

.width16 {
    width: 16em;
}

.width17 {
    width: 17em;
}

.width18 {
    width: 18em;
}

.width19 {
    width: 19em;
}

.width20 {
    width: 20em;
}

.width21 {
    width: 21em;
}

.width22 {
    width: 22em;
}

.width23 {
    width: 23em;
}

.width24 {
    width: 24em;
}

.width25 {
    width: 25em;
}

.marginbottom15{
	margin-bottom: 15px;
}

/*********************************

css for customer feedback form
added 7Feb07 by ejamido

*********************************/
#wrapperul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 2em;
}

#wrapperlabel {
    float: left;
    width: 7em;
    font-weight: bold;
}

#wrapperinput {
    margin: 0 5px 0 0;
    font: 11px verdana;
}

#feedbackReply {
    margin: 5px 0;
}

/* Note styles */
.noteInline {
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/*********************************

css for Account Maintenance Preferences
added 21Feb07 by ejamido

*********************************/
#acctMaintWrap {
    text-align: left;
    margin: 10px 0;
}

.pref1, .pref2 {
    float: left;
    margin: 5px 0;
    text-align: left;
}

.pref1 {
    margin-right: 10px;
    width: 275px;
}

.prefLinks {
    margin: 0 0 0 10px;
}

.clearDiv {
    clear: both;
}

button {
    margin: 0 5px 0 0;
}

/**** Teletrans Rules ****/
.productRuleCategory {
    font-weight: bold;
    color: #fff;
}

div.multiselectText {
    margin-left: 20px;
    font-size: .9em;
}

div.underlinedheader {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
    clear: left;
}

hr {
    width: 540px;
    text-align: left;
    margin: 0;
    padding: 0;
}

/**
 * Inline block element - renders a block element in and inline flow.
 * NOTES: - have to use span to make it work in IE 6 and 7
 *        - -moz-inline-block makes it work in Mozilla browsers (Firefox)
 *		  - the width is set to 1px so elements inside can set their own widths
 */
span.inlineBlock {
    display: inline-block;
    width: 1px;
    vertical-align: top;
}

/**
*  FColebrooke: Entries for Ship to Address and Delievry Options
*  Each page is designed for 800wx600h
*  the content page is designed for 640w
*/
div#frm_shipToAddress, div#frm_deliveryOptions {
    margin: 0;
    padding: 0;
    width: 640px;
    height: 100%;
}

div#frm_shipToAddress em {
    color: rgb(255, 0, 0);
}

div#frm_shipToAddress p {
    line-height: 1.4em;
}

div#frm_shipToAddress fieldset p {
    margin: 3px 0;
}

div#frm_shipToAddress tr._Lalign {
    text-align: left;
}

div#frm_shipToAddress label._hidden {
    visibility: hidden;
}

div#frm_shipToAddress label {
    width: 125px;
    float: left;
    text-align: left;
}
div#frm_shipToAddress label.radioLabel {
    width: 225px;
    float: none;
}

div#frm_shipToAddress legend {
    font-weight: bold;
    display: block;
    font-size: 12pt;
    margin: .75em 0
}

div#frm_contentIndent {
    padding-left: 10px;
}

div#frm_deliveryOptions *.paraIndent {
    padding-left: 35px;
    margin-top: 0px;
}

.disabledFieldColor {
    background-color: #808080;
}

#pageMRSWrapper {
    background: #fff;
    margin: 0;
    width: 750px;
    white-space: normal;
    word-wrap: break-word;
}

#sideMRSBar {
    background: #fff;
    float: right;
    width: 200px;
    margin-top: 0%;
    padding: 0 5px 0 5px;
    text-align: center;
    border: thin solid black;
    white-space: normal;
    word-wrap: break-word;
}

#sideMRSBar p{
    padding: 0 5px 0 5px;
    text-align: center;
}

div.userActionLinks {
	margin-left: 15px;
}
div.userActionLinks a {
	display: inline-block;
	margin-right: 4px;
}

div.viewUserSection {
	width: 49em;
}
div.editUserSection {
	width: 58em;
}
div.editUserSection, div.viewUserSection {
	padding: 10px;
}
div.editUserSection h3, div.viewUserSection h3 {
	font-size: 10pt;
	border-bottom: solid 1px #ccc;
	margin: 5px 0;
}
div.editUserSection label, div.viewUserSection label {
	font-weight: bold;
	width: 130px;
}
div.editUserSection ul, div.viewUserSection ul {
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
}

#sideMRSBar2 {
    background: #fff;
    float: right;
    width: 200px;
    margin-top: 15%;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
}

#mainMRSContent {
    background: #fff;
    float: left;
    width: 440px;
    white-space: normal;
    word-wrap: break-word;
}

#mainMRSContent h2, #mainMRSContent h3, #mainMRSContent p {
    padding: 0 5px 0 5px;
}

#mainMRSFooter {
    padding-top: 30px;
    clear: both;
    width: 640px;
    white-space: normal;
    word-wrap: break-word;
}

div#sideMRSBar input {
    padding-left: 20px;
    padding-right: 20px;
    margin: auto 20% 15px 20%;
}

.hierarchySelectPanel {
	padding-top: 5px;
}
.hierarchySelectPanel p {
	padding-left: 15px;
	padding-bottom: 5px;
}

div#showShipping {
  visibility: hidden;
  display: none;
}

ul.reportList {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 10px;
}
ul.reportList li {
	padding-top: 3px;
	margin-bottom: 3px;
}

a.linkInfo {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.linkInfo:hover {
	text-decoration: none;
 	border-bottom: 1px solid;
}

.cssbutton{
    background-color: ButtonFace;
    border: 2px white outset;
    padding: 1px 4px;
    color: black;
    text-decoration: none;
    font-family:  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
    color: black;
}

.cssbutton:hover{
    border-style: inset;
    background-color: ButtonFace;
    padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
    color: black;
}

div#showShipping {
  visibility: hidden;
  display: none;
}

.confirmationBox {
	padding: 10px;
	margin: 10px 0;
	border: solid 1px #888;
	background-color: #ddd;
	width: 600px;
}
div.aysBox {
	width: 600px;
	padding: 15px;
	margin: 5px 0;
}
div.aysBox h2 {
	margin: 8px 0;
}

.busy {
	cursor: progress !important;
}

/*
 Used for the messaging tables.
*/

.msgDatatable {
  border: 1px solid #03628E;
  border-collapse: collapse;
  width: 800px;
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 75%; */
}
.msgDatatable th {
  color: #fff;
  background-color: #0c2074;
  white-space: nowrap;
  text-align:left;
}
.msgDatatable th[scope=row] {
    font-weight: inherit;
	background-color: inherit;
	color: inherit;
	text-align: inherit;
}
.msgDatatable tr {
  text-align:left;
}
/*
only here for debugging reasons.
*/
input.invalid {
	background-color: #faa;
}
input.valid {
	background-color: #afa;
}

.delete {
	background-color: #900;
}

.graphControls {
	clear: both;
	font-weight: bold;
	padding: 3px 8px;
}
.graphControls button {
	font-size: 8pt;
	padding:4px 4px;
}


#limitPopup div.scrollPanel {
	border: solid 1px #aaa;
	height: 240px;
	overflow: auto;
}
#limitPopup div.scrollPanel div {
	padding: 2px;
}
#limitPopup div.buttons {
	text-align: left;
	padding: 6px 0px;
}
#limitPopup div.odd {
	background-color: #ddd;
}

ul.even-odd {
	padding: 0;
	margin: 0;
}
ul.even-odd li {
	list-style: none;
	background-color: #ddd;
	padding: 2px .5em;
}
ul.even-odd li:nth-child(odd) {
	background-color: white;
}

table.even-odd {
	width: 100%;
	border-collapse: collapse;
}
table.even-odd th,
table.even-odd td {
	text-align: left;
}
table.even-odd th {
	padding: 3px;
}
table.even-odd tr th:first-child {
	width: 12em;
	font-weight:bold;
}
table.even-odd tbody tr th:first-child {
	color: inherit;
}
table.even-odd tr td {
	vertical-align: top;
	background-color: #eee;
}
table.even-odd tr:not(:first-child) th:first-child {
	background-color: #eee;
}
table.even-odd tr.rowspan td,
table.even-odd tr.rowspan th:first-child {
	background-color: #fff;
}

div.contentBlock {
	width: 770px;
}
div.contentBlock p {
	width: 94%;
}
div.contentBlock hr {
	width: 122%;
	clear: both;
}

div.contentFluid {
	max-width: 770px;
	min-width: 320px;
}
div.contentFluid p {
	width: 100%;
}
div.contentFluid hr {
	width: 100%;
	clear: both;
}

p.note, span.note {
	background-color: #eee;
	padding: 5px;
	font-size: 8pt;
	margin: 8px 0 0 22px;
}
a.searchLink {
	float: right;
}
span.noneSelected {
	font-style: italic;
}
button {
	font-size: 9.5pt;
}
#map, #map-disabled, .stateMapPicker {
	width: 591px;
	height: 399px;
	border: solid 1px #999;
	padding: 0;
	margin: 0 0 2px 0;
	float: left;
}
#stateList {
	margin: 0 0 0 5px;
	height: 400px;
	width: 140px;
	float: left;
}

div.formRow .labelColumn {
	display: inline-block; 
	width: 80px;
	vertical-align: top;
	padding-top: 5px;
}
div.formRow span.note {
	display: inline-block; 
	width: 225px;
	vertical-align: top;
}

#typeOfSales {
	height: 100px;
	margin: 5px;
}

table.accountDetails {
		width: 750px;
		margin-bottom: 15px;
	}
table.accountDetails th {
	background-color: transparent;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	width: 150px;
}
h2.contentheader a {
	margin-left: 150px;
	font-weight: normal;
	font-size: 10pt;
}

div.contentheader h2 {
    font-size: 12pt;
    font-weight: bold;
	display: inline-block;
}

div.contentheader hr {
	border: 0;
	height: 1px;
	background-color: #0c2074;
}

div.resultsPager {
	margin: 12px 0;
	font-size: 11px;
}

div.addressBox {
	float: left;
	width: 325px;
	border: solid 1px #777;
	padding: 0 15px 15px 15px;
	margin: 15px 15px 0 0;
	background-color: #eee;
}
div.addressBox div.button {
	text-align: center;
}

#loginForm {
	margin-bottom: 35px;
}
#loginForm ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
#loginForm ul li {
	margin: 5px 0;
}
#loginForm label {
	display: inline-block;
	width: 75px;
	font-weight: bold;
	font-size: 10pt;
}
#loginForm input {
	margin-right: 10px;
}
div.newUserSection {
	margin: 35px 0 20px 0;
	padding: 15px;
	border-radius: 8px;
	background-color: #efefef;
	width: 504px;
}
div.newUserSection h3 {
	color: #0F0E0E;
	font-size: 12pt;
	margin-bottom: 5px;
}
div.newUserSection ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
div.newUserSection ul ul {
	margin-left: 15px;
}
div.newUserSection ul li {
	margin: 7px 0;
}
div.newUserSection a.enrollIcon img {
	margin-right: 5px;
}
div.newUserSection a.enrollIcon * {
	vertical-align: middle;
}

#reportPreview th {
	color: #fff;
}


.custom-fields{
   	 list-style: none;
     padding: 0;
     margin: 8px 0 2px 0;
}
.custom-fields input,label{
     display: inline-block;
}
.infotext-legalname{
	display: inline-block;
	padding-bottom:2px;
} 
 
input#selectAllSysMsgs:focus,.thinborder input[type=checkbox]:focus,input#report-search-select:focus,
input#report-search-saved:focus,input#checkUncheckAllResults:focus,input#selectAllExpiredMsgs:focus
{
 outline: 2px solid #ffffff;
}

input[type=checkbox]:focus{
 outline: 2px solid #636466;
}

a[href], input[type='submit'], button, .transparent-button {
   cursor: pointer;
}
.transparent-button {
    text-decoration: underline;
}
.transparent-button:hover{
     color: #6baacd;
}
.sortcolumn:hover {
	color: #F9C150;
}
.manage-group-perm{
    background-color:#f0f4f7;
    color:#092d58;
    cursor:pointer;
}

.align-form-fields{
  float:left;
  width:10em;
}

.otr-radiobtn-grp-label{
    display: inline-block;
    width: 15em;
    font-weight: bold;
}

.trueVin {
	width: 12em;
	text-transform: uppercase;
}

.fco_check_mark{
  color: #008000;
  font-weight: bold
}

input#resultsCheckAll:focus, input#selectedSearchAccounts:focus{
  outline: 2px solid #ffffff;
}

a.popup-window, a.pdf-window, a.download-file {
	display: inline;
	padding: 1px 0px 1px 0px;
}
a.popup-window::after {
	content: url(data:image/png;base64,R0lGODlhDQALAPcAAAAAAGpqav///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAANAAsAAAg/AP8JHChQgEGDBAcGWLhQwL+DBx8yFMCQocCKFB0OpNgwQMaNE/8FEKlRZMOHF0t+9JgyYUuSEA+yNFmx4sCAADs=); /* white shadow */
	margin: 0 4px;
}
a.pdf-window::after {
	content: url(data:image/gif;base64,R0lGODlhDAALAGBGACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OUUyQ0I3RTY0NDIxMUU0QTE1QjlCNkYwNUNFMDQ1QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OUUyQ0I3RjY0NDIxMUU0QTE1QjlCNkYwNUNFMDQ1QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5RTJDQjdDNjQ0MjExRTRBMTVCOUI2RjA1Q0UwNDVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5RTJDQjdENjQ0MjExRTRBMTVCOUI2RjA1Q0UwNDVCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAARgAsAAAAAAwACwCHAAAAAAAzAABmAACZAADMAAD/ACsAACszACtmACuZACvMACv/AFUAAFUzAFVmAFWZAFXMAFX/AIAAAIAzAIBmAICZAIDMAID/AKoAAKozAKpmAKqZAKrMAKr/ANUAANUzANVmANWZANXMANX/AP8AAP8zAP9mAP+ZAP/MAP//MwAAMwAzMwBmMwCZMwDMMwD/MysAMyszMytmMyuZMyvMMyv/M1UAM1UzM1VmM1WZM1XMM1X/M4AAM4AzM4BmM4CZM4DMM4D/M6oAM6ozM6pmM6qZM6rMM6r/M9UAM9UzM9VmM9WZM9XMM9X/M/8AM/8zM/9mM/+ZM//MM///ZgAAZgAzZgBmZgCZZgDMZgD/ZisAZiszZitmZiuZZivMZiv/ZlUAZlUzZlVmZlWZZlXMZlX/ZoAAZoAzZoBmZoCZZoDMZoD/ZqoAZqozZqpmZqqZZqrMZqr/ZtUAZtUzZtVmZtWZZtXMZtX/Zv8AZv8zZv9mZv+ZZv/MZv//mQAAmQAzmQBmmQCZmQDMmQD/mSsAmSszmStmmSuZmSvMmSv/mVUAmVUzmVVmmVWZmVXMmVX/mYAAmYAzmYBmmYCZmYDMmYD/maoAmaozmapmmaqZmarMmar/mdUAmdUzmdVmmdWZmdXMmdX/mf8Amf8zmf9mmf+Zmf/Mmf//zAAAzAAzzABmzACZzADMzAD/zCsAzCszzCtmzCuZzCvMzCv/zFUAzFUzzFVmzFWZzFXMzFX/zIAAzIAzzIBmzICZzIDMzID/zKoAzKozzKpmzKqZzKrMzKr/zNUAzNUzzNVmzNWZzNXMzNX/zP8AzP8zzP9mzP+ZzP/MzP///wAA/wAz/wBm/wCZ/wDM/wD//ysA/ysz/ytm/yuZ/yvM/yv//1UA/1Uz/1Vm/1WZ/1XM/1X//4AA/4Az/4Bm/4CZ/4DM/4D//6oA/6oz/6pm/6qZ/6rM/6r//9UA/9Uz/9Vm/9WZ/9XM/9X///8A//8z//9m//+Z///M////AAAAAAAAAAAAAAAACF8Aa337JjCbQIIDv71S+M1du4ULBR6ste/hwIUKwS2kZy4iQYkK6bVzZVDbQIPZwLVrZ66WwYEuXelzN2yfQ5cKzdkUCG6eyFe1wO2jhw1irXMFa7VE+C2bR4EQEeIMCAA7);
	margin: 0 2px;
}

a.download-file::after {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAJOgAACToAYJjBRwAAADfSURBVDhPY/wPBAxUBExQGi+oqqoFY2IAUQaSAkYNpBzgNPDy5StQFibAJ4fVwL1794GTyfLlK6EiCDBhwmSwHEgNNsDcAARQNhwoKSkyMDIyMixbtgJMv3r1Cix++fJVsEHOzk4MUVERYDEYAKnh5uZmAOcUWKJta2sG0zAAciHIUGQAMqygIBfKgwBk/XgjJTIyHMUl2AxDBwRjGWYoCBMyDASISjYgQ0GYGIBiIDUKHqJcSAqAx/LLl68YxMXFoMKkAVBC19XVQcQyiEOuYSAA0u/s7AhmU7nEZmAAAB8mWCdxjE70AAAAAElFTkSuQmCC');
	margin: 0 2px;
}

a.popup-window > [role=tooltip], a.pdf-window > [role=tooltip], a.download-file > [role=tooltip] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	padding: 2px 4px;
	border-radius: 7px;
	background-clip: padding-box;
	text-align: center;
	text-decoration: none;
	cursor: default;
	z-index: 2;
	opacity: 1;
	transition: opacity .2s ease-in 5s;
	background-color:#EEEEFF;
    color:#000066; 
	box-shadow: 0 0 3px #000;
}
a.popup-window:focus > [role=tooltip], a.pdf-window:focus > [role=tooltip], a.download-file:focus > [role=tooltip] {
	width: auto;
	height: auto;
	margin: -2px 0 0 25px;
	overflow: visible;
	clip: auto;
	opacity: 0;
}
a.popup-window:hover > [role=tooltip], a.pdf-window:hover > [role=tooltip], a.download-file:hover > [role=tooltip] {
	opacity: 1;
	transition: none;
}

ul.plain-home-screen {
    margin-left: -25px;
    list-style: none;
    margin-top: 1px;
}

ul.plain-home-screen li{
    padding-bottom: 3px;
}


.invalid-entry {
	outline-style: solid;
	outline-color: #de162b;
	outline-width: 2px
}

img.under_construction {
	position: absolute;
	top: 300px;
	right: 0;
	opacity: .4;
	z-index: -1;
}

/* jQuery UI style overrides */

.ui-widget-content {
   background:#ffffff;
   color: #000000;
}
.ui-widget-header,
.ui-state-hover,
.ui-dialog-titlebar {
   background:#0c2074;
   border: 1px solid #0c2074;
   color: #FFFFFF;
   font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #0c2074;
	border: 1px solid #0c2074;
}
.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter:Alpha(Opacity=50);
}
.ui-state-hover, .ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, .ui-state-focus, 
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background: #ffffff url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	color: #1c94c4;
	border: 1px solid #cccccc;
}
.hide{
  display: none;
}
.requiredWhite {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
ul.codeInputList label {
	min-width: 140px;
}

.datatableOTR {
	border: 1px solid #0c2074;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	/*  font-size: 75%; */
	font-size: 1em;
	width: auto !important;
}


.datatableOTR th {
	color: #fff;
	background-color: #0c2074;
	white-space: nowrap;
	width: inherit;
	padding: 4px 12px 4px 4px;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	vertical-align: middle;
}

.datatableOTR th[scope=row]{
	background-color: inherit;
	color: inherit;
	width: inherit;
	font-weight: normal;
	padding: inherit;
	text-decoration: none;
}

.datatableOTR tr {
	text-align: left;
	width: inherit;
	padding: 4px 12px 4px 4px;
}

.non-sorting{
	text-decoration: none !important;
	cursor: default;
}

.ui-datepicker-trigger {
	margin-bottom: -6px;
}

.ui-datepicker-trigger {
	margin-left: 3px;
}

.ui-datepicker-header .ui-datepicker-title .ui-widget-header .ui-widget-content .ui-helper-clearfix .ui-corner-all
	{
	background-color: #000084;
}

fieldset.verticalForm ul label.otr-group-radio-buttons {
    display: inline-block;
    width: 3em;
    font-weight: normal;
}

.hide-show-mask-btn {
     margin-left: 2px;
     background-color: transparent;
     border: none;
     cursor: pointer;
     color: #0a41c5;
}