







/*---------- HTML ELEMENT FORMATTING ----------*/

BODY
{
	color: #000000;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	background: url("../images/bg-global.png") 0 0 repeat-x #ffffff;
}

/* Fonts
---------------------------------------------- */

@font-face {
  font-family:'ProximaNova';
  font-weight:300;
  font-style:normal; 
  src:url("../images/2EECFE_0_0.woff") format('woff');
}
 
@font-face {
  font-family:'ProximaNova';
  font-weight:normal;
  font-style:normal; 
  src:url("../images/2EECFE_1_0.woff") format('woff');
}
  
@font-face {
  font-family:'ProximaNova';
  font-weight:bold;
  font-style:normal; 
  src:url("../images/2EECFE_2_0.woff") format('woff');
}
  
@font-face {
  font-family:'ProximaNova';
  font-weight:300;
  font-style:italic; 
  src:url("../images/2EECFE_3_0.woff") format('woff');
}
 
@font-face {
  font-family:'ProximaNova';
  font-weight:normal;
  font-style:italic; 
  src:url("../images/2EECFE_4_0.woff") format('woff');
}

/* Fonts
---------------------------------------------- */

TH
{
	color: #000000;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

UL
{
	margin-top: 0px;
	margin-bottom: 0px;
}

TEXTAREA
{
	border: 1px solid #003366;
}

PRE /* remove extra padding and set normal font */
{
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

OPTGROUP
{
	font-style: normal;
	font-weight: bold;
}

/*---------- SINGLE ITEM ID FORMATTING -----------*/

#tradebanner /* banner table (table) */
{
	background: #ffffff;
}

#main /* main table holds menu and content (table) */
{
	width: 100%;
	padding: 0px;
}

#main-navcell /* main table left side cell (td) */
{
	width: 10%;
	vertical-align: top;
	background: #dae9f3;
	border-right: 0px;
	padding-right: 0px;
}

#tradenav .pagetitlesub, .navtitle
{
	color: #000000;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

#tradenav /* menu table (table) */
{
	border-spacing: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-right: 0px;
}

#tradenav TD
{
	background: #dae9f3;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-color: #accde5;
	padding-right: 0px;
}

#tradenav .menucategory A, #tradenav .menucategory A:hover
{
	display: inline;
	width: auto;
	text-decoration: underline;
	background: #dae9f3;
	padding: 0px;
}

#tradenav A /* menu table and menu links (a) */
{
	display: block;
	color: #000000;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 100%;
}
#tradenav .toggleimg {
	display: inline;
	width: auto;
	padding-left: 3px;
	padding-right: 5px;
}

#tradenav .toggleimg:hover {
	background-color: #dae9f3;
}
#tradenav #navselected
{
	background-color: #ffffff;
}
#tradenav A:hover
{
	text-decoration: underline;
	background-color: #ffffff;
}
html>body #trademenu A /*work around to turn off width for Netscape using child> selector*/ 
{
	width: auto;
}

#main-contentcell /* main table right side cell (td) */
{
	background-color: #ffffff;
	width: 80%;
	vertical-align: top;
	padding-left: 6px;
}

#postmsglist, #postmsgedit /* post messages (table) */
{
	border-width: 0px;
	padding: 0px;
}

#postmsglist THEAD TD, #postmsgedit .msghead /* post messages column headers (td) */
{
	background: #005b88;
	color: #ffffff;
	font-size: 14px;
}

#postmsglist TBODY TD, #postmsgedit .msgbody /* post message data rows (td) */
{
	background: #eeeecc;
	font-size: 14px;
}

#msgcenterlist, #msgcentershow /* message center list messages (table) */
{
	border-width: 0px;
	padding: 0px;
}

#msgcenterlist THEAD TD, #msgcentershow .msghead /* message center display column headers (td) */
{
	background: #005b88;
	color: #ffffff;
	font-size: 14px;
}

#msgcenterlist TBODY TD, #msgcentershow .msgbody /* message display rows (td) */
{
	background: #eeeecc;
	font-size: 14px;
}

#postmessagestable /* table for posted messages (table) */
{
}

/*---------- MULTIPLE ITEM CLASS FORMATTING ----------*/

.button, .file /* formatting for all form buttons (input) */
{
    border: 1px solid #ffcc33;
    background: #ffcc33;
    font-weight: bold;
    color: #444;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.linkbutton /* formatting to make links appear as buttons (a) */
{
    border: 1px solid #ffcc33;
    background: #ffcc33;
    font-weight: bold;
    color: #444;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.textbox, .passwordbox /* formatting for inputs of type text (input) */
{
	/*border: 1px solid #003366;
	margin-bottom: 2px;*/
}

.checkbox /* formatting for all checkboxes (input) */
{
}

.radio /* formatting for all radio buttons (input) */
{
}

.pagetitle /* upper right page titles (span) */
{
	color: #000000;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.pagetitlesub /* left side page subtitles and menu titles (span) */
{
	color: #CFCFCF;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.contentlinks /* used to remove financial content links for print (td) */
{
}

.darkitalic /* used for displaying the selected business unit in hierarchy */
{
	font-style: italic;
	font-weight: bold;
}
.labeldark /* bold data labels (td, span) */
{
	color: #000000;
	font-weight: bold;
}

.labelmid /* light data labels (td, span) */
{
	color: #777777;
	font-weight: bold;
}

.labellight /* light data labels (td, span) */
{
	color: #777777;
}

.labelsortlink /* column headers that link to sort (a) */
{
	color: #777777;
	text-decoration: none;
}

.sectionheader, .sectionheader TH /* blue column headers (tr) */
{
	background-color: #003366;
	font-weight: normal;
}
.sectionheader .labelsortlink, .sectionheader .labelsortlink:hover /* sort links inside of a blue column header (a) */
{
	color: #ffffff;
}

.rowshade_odd /* shadding background color for odd table rows (td, tr) */
{
}

.rowshade_even /* shadding background color for even table rows (td, tr) */
{
	background: #f2f2f2;
}

.datetime /* time display format (span) */
{
	color: #000000;
	font-size: 14px;
}

.disclaimer /* format for bottom page disclaimers (span) */
{
	padding: 5px 10px 0px 0px; 
	color: rgb(102, 102, 102);
	font-size: 14px;
}

.quotedisclaimer /* format for quote message disclaimer (span) */
{
	color: #999999;
	font-size: 14px;
}

.helpmsg /* page explanation and help messages (td) */
{
	background-color: #e1e8c8;
	color: #000000;
	font-size: 14px;
}

.lineunder
{
	padding-bottom: 5px;
	border-bottom: solid 1px #000000;
}

.lineover /* creates a line over the cell, used for totals (td) */
{
	border-top: 1px solid #000000;
}

.postmessage /* posted messages on top of each page (td) */
{
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}

.bighead /* heading with large font (span) */
{
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.mainmenuhead /* section headers for the main menu page (span) */
{
	color: #003366;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.mainmenutable /* main menu table style with borders (table) */
{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.mainmenutable TD /* main menu table style with borders (table) */
{
	border-bottom: 1px solid #cccccc;
}

.chartchange A, .chartchange A:hover /* tabs to change charts on main menu (td) */
{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
#chartINDU /* tab color to match Dow Industrial chart color (td) */
{
	background: #404560;
}
#chartCOMPX /* tab color to match NASDAQ chart color (td) */
{
	background: #AD946B;
}
#chartSPX_X /* tab color to match SP500 chart color (td) */
{
	background: #858585;
}
#chartOEX_X /* tab color to match SP100 chart color (td) */
{
	background: #3131AD;
}
#chartNYA_X /* tab color to match NYSE Composite chart color (td) */
{
	background: #FF9C00;
}

.secprofouter /* security profile outer table (table) */
{
	background-color: #386427;
}

.secprofheader /* security profile inner table header rows (tr) */
{
	background-color: #e1e8c8;
}

.secprofinner /* security profile inner table data rows (tr) */
{
	background-color: #ffffee;
}

.setupsectionlabel /* section headers for customer setup, commision setup (td) */
{
	color: #003366;
	background-color: #cccccc;
	font-weight: bold;
	font-size: 16px;
}

.setupsublabel /* sub headers for customer setup (td) */
{
	color: #003366;
	font-weight: bold;
	font-size: 14px;
}

.accountlisttotals /* format for account listing total lines (td) */
{
	color: #000000;
	background-color: #cccccc;
	font-weight: bold;
}

.msglink /* link to message center on each page (a) */
{
	text-decoration: none;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.msglink:hover, .msglinknew:hover
{
	text-decoration: none;
}

.msglinknew /* color link when there are new messages (span) */
{
	color: #ee0000;
}

.errormsg /* error message display at page top (span) */
{
	color: #CC0000;
	font-weight: bold;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 16px; 
}
.errortable /* error message table (table) */
{
	background: #f7f7f7;
	border: 1px solid #dc0000;
	margin-bottom: 16px;
}
.warnmessage
{
	color: #800000;
	font-weight: bold;
}

#savingmessage, #savingmessage1, #savingmessage2, #savingmessage3 /* style for save message from form submit */
{
	background: #dc0000;
	border: 1px solid #dc0000;
	color: #ffffff;
}

.advisorymsg /* advisory message display (span) */
{
	color: #0000ee;
	font-weight: bold;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.emphasis /* used to mark important info */
{
	color: #ee0000;
}

.reportmarkedrow /* for firm reports to mark last changed order (td) */
{
	background-color: #cccccc;
}

.required /* color for required items (span) */
{
	color: #ff0000;
}

.cantchange /* for user settings and select account when you can't change (span) */
{
	font-weight: bold;
	color: #003366;
}

.symbollookuplink /* link to symbol lookup (a) */
{
	font-size: 16px;
	text-decoration: none;
}

.selectall /* labels for checkboxes (span) */
{
	font-style: italic;
	font-size: 16px;
}

.jobhistheader /* header rows for job scheduler history page in voltsmanager (td) */
{
	background: #6699CC;
}

.jobhistbody /* header rows for job scheduler history page in voltsmanager (td) */
{
	background: #fffff0;
}

.selectbrokerage /* format for select brokerage drop down list (select) */
{
	font-size: 16px;
}

.boxaround /* adds a border on all four sides (table) */
{
	border: 1px solid #cccccc;
}

.boxdotted /* gray box with dotted top bottom borders (table) */
{
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background: #f2f2f2;
}

.boxyellow /* yellow box with border on all four sides (table) */
{
	background: #ffffcc;
	border: 1px solid #cccccc;
}

.optioninmoney /* cell color for options in the money for the option chain (td) */
{
	background: #ffffcc;
}

.strikeprice /* cell color for option strike price for the option chain (td) */
{
	background: #cccccc;
}
.tablink /* body navigation tab links (td) */
{
	color: #ffffff;
	background: #003366;
	border-top: 1px solid #003366;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration:none;
	border-left: 1px solid #ffffff;  
}
.tablink_supscript /* body navigation tab links (td) */
{
	color: #ffffff;	
	background: #003366;
	border-top: 1px solid #003366;
	font-size: 16px;
	text-align: right ;	
	white-space: nowrap;
	text-decoration:none;
	padding-left: 10px;
}
.tablink_header /* body navigation tab links (td) */
{
	color: #ffffff;	
	background: #003366;	
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	text-decoration:none;
	padding-left: 10px;
}
.tablink A /* body navigation tab links (td) */
{
	color: #ffffff;
	background: #003366;
	text-align: center;
	white-space: nowrap;
	text-decoration:none;
	display: block;
	width: 100%;
}
html>body .tablink A /* work around to turn off width for Netscape using child> selector */ 
{
	width: auto;
}
.tablink A:hover /* body navigation tab links (td) when hovering over */
{
	color: #003366;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration:underline;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}
.tablink_first /* body navigation 1 tab, left border for 1st if not selected (td) */
{
	color: #ffffff;
	background: #003366;
	border-top: 1px solid #003366;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration:none;
}
.tablink_first A /* body navigation 1 tab links (td) */
{
	color: #ffffff;
	background: #003366;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration:none;
	display: block;
	width: 100%;
}
html>body .tablink_first A /* work around to turn off width for Netscape using child> selector */ 
{
	width: auto;
}
.tablink_first A:hover /* body navigation 1 tab links (td) */
{
	color: #003366;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration:underline;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}
.tablink_sel, .tablink_sel A /* body navigation 1 tab, currently selected (td) when hovering over */
{
	color: #003366 ! important;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #003366;
	/* border-left: 1px solid #003366;
	border-right: 1px solid #003366; */
	
}
.tablink_first_sel, .tablink_first_sel A /* body navigation 1 tab, currently selected (first position) (td) when hovering over*/
{
	color: #003366 ! important;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;	
}
.tablink_last_sel, .tablink_last_sel A /* body navigation 1 tab, currently selected (last position) (td) when hovering over */
{
	color: #003366 ! important;
	background: #ffffff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;	
}
.tabempty_line
{
	border-bottom: 1px solid #003366;
}
.component_table
{
}
.tablink_no /* body navigation 1 tab for area with no tabs shown (td) */
{
}

/* Firm Report Styles */
#firmreport, #summaryreport
{
	background: #e6e6e6;
	empty-cells: show;
}
#firmreport TD, #summaryreport TD
{
	background: #ffffff;
}
#firmreport .selected TD 
{
	background: #ffffee;
}
.reportheader TD A, .reportheader TD
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
#firmreport .reportheader TD, #summaryreport .reportheader TD
{
	border-top: 1px solid #b6b685;
	background: #e1e8c8;
}
.reportselector
{
	border: 1px solid #386427;
	background: #ffffee;
}
.removelink
{
	text-decoration: none;
	font-size: 16px;
}
.criteriatableclass
{
	border-left: solid 1px #386427;
	border-right: solid 1px #386427;
	border-bottom: solid 1px #386427;
}
#criteriatable TD
{
	border-top: solid 1px #386427;
	background: #e1e8c8;
}
#criteriatablenoborder TD
{
	border-top: 0;
	background: #e1e8c8;
}
.statusselected
{
	background: #dae9f3;
}
.orderdetail
{
	display: none;
}
.changeorderend TD
{
	border-top: solid 2px #8f8f8f;
}
.changedvalue
{
	color: #ee0000;
}
#firmreport .orderdetail TD
{
	background: #dae9f3;
}
#searchingmessage
{
	background: #dc0000;
	border: 1px solid #dc0000;
	color: #ffffff;
}

.menulinkcss
{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #accde5;
	width: 150px;
	text-align: center;
}

.menulinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.menulinkcss a:hover
{
	background-color: black;
	color: white;
}

.disablerowshade_even TD, .disablerowshade_even TD SPAN
{
	color: #D3D3D3;
	background: #f2f2f2;
}

.disablerowshade_odd TD, .disablerowshade_odd TD SPAN
{
	color: #D3D3D3;
}

.tabbluegradient /* headers for complex options screens */
{
	background-image: url("../images/blue_gradient.gif");
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;	
}


.columnheadings TH
{
	background-color:#73716D;
	color: #ffffff;
	border-style: solid;
	border-color:#73716D;
	border-width: 1px;
}
.columnheadings TH A, .columnheadings .labelsortlink
{
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
}
/* draggable column styles */
tr.dragcolumn th {
	margin: 1px;
	cursor: move;
}
.dragcolumn .nodrag {
	cursor: auto;
}
/* Drop down menu styles */
#menutoggle, #saveview
{
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
#menudiv h6
{
	text-align: left;
	font-size: 16px;
}
#menudiv .yuimenu  {
	background: #fff;
	border: 1px solid #D9DFE4;
	position: absolute;
	visibility: hidden;
}


/*Added for EDJCA header menu border */
.menuline 
{
 background-color: #FBC81A;
}

.nav #subnavselected { 
	font-weight:bold;
}

.loginheading {
	font-family: "ProximaNova", Helvetica, Arial, sans-serif; 
	font-weight:bold; 
	font-size: 16px;
	color: #5b5854;
}

.loginlabel {
	font-size: 16px; 
	font-weight: bold; 
	color: rgb(102, 102, 102);
}

.link {
	font-size: 16px;
}

.footertext {
	margin: 5px 0px 5px 10px; 
	font-family: "ProximaNova", Helvetica, Arial, sans-serif; 
	font-style: italic; 
	font-size: 14px;
}

.footer {
	float: left; 
	width: 100%; 
	height: 30px; 
	border-top: 1px solid #000000;
	color: rgb(102, 102, 102);
}


.logoff {padding-right: 10px; 
	padding-left: 10px; 
	vertical-align: top; 
	background-color: #FBC81A;
	padding: 10px; 
	text-align: right;
}

.headerlogo {
	width: 135px; 
	padding-left: 10px;
}

.headerlogoimage {
	border: 5px solid #FBC81A;
}

.headertext {
	text-align: right; 
	font-family: "ProximaNova", Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: italic; 
	color: #000000;
}

.advisorlabel { 
	padding: 10px; 
	font-weight: bold; 
	text-align: left;
}


.black {
	color: rgb(0, 0, 0);
}
	
	
	
/*Provided by EDJCA*/

a {color: #000000;}
a:hover {text-decoration: underline;}
td {font-family: "ProximaNova", Helvetica, Arial, sans-serif; }

tr.normal {background-color: #ffffff;}
tr.shaded {background-color: #f1f1f1;}

tr.highlight {background-color: #000000;}
tr.highlightnormal {background-color: #FBC81A;}
tr.highlightshaded {background-color: #FBC81A;}

tr.selectshaded {background-color: #f1f1f1;}
tr.selectnormal {background-color: #ffffff;}

.bold {font-weight: bold;}
.colhead {text-decoration: underline; font-weight: bold; color: #ffffff;}
.date {font-style: italic; text-align: right;}
.heading {font-family: "ProximaNova", Helvetica, Arial, sans-serif; font-weight:bold; font-size: 16px;}
.hidden {display: none;}
.logo {padding-right: 10px; padding-left: 10px; padding-bottom: 10px; padding-top: 10px;}
.nav { text-decoration: none; padding-left: 6px; font-family: "ProximaNova", Helvetica, Arial, sans-serif; border-bottom: #c7c6c4 1px solid; background-color: #c7c6c4}
.nav a { text-decoration: none; color: #000000; padding-left: 4px; padding-right: 6px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.navsel a { text-decoration: none; color: #000000;}
.tab { text-decoration: none; text-decoration: none; border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; font-family: "ProximaNova", Helvetica, Arial, sans-serif; font-weight: bold; border-left: #ffffff 1px solid; background-color: #ffffff; border-bottom: #ffffff 1px solid; text-align: center;}
.tab a { text-decoration: none; color: #000000; text-decoration: none;}
.tabsel {background-color: #c7c6c4; text-decoration: none; border-right: #c7c6c4 1px solid; border-top: #c7c6c4 1px solid; border-left: #c7c6c4 1px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  text-align: center;}
.tabsel a {color: #000000; text-decoration: none;}
.title {font-family: "ProximaNova", Helvetica, Arial, sans-serif; font-weight:bold; font-size:24px; color:#000000;}
.txtsize1 {padding-right: 3px; font-size: 14px;}
.txtsize2 {padding-right: 3px; font-size: 16px;}
.txtsize3 {font-size: 18px;}
.txtsizesel a {font-weight: bold; color: #000000;}
.unhidden {display: block;}
.userinfotitle {font-family: "ProximaNova", Helvetica, Arial, sans-serif; font-weight: bold; color: #000000;}
.txtsize4{width: 716px;}
.txtsize5{width: 550px;}
.txtsize6{font-weight: bold; width: 150px;}
.color{color: rgb(102, 102, 102);}

.tabheader{background-color: #73716D; text-decoration: none; font-weight: bold; color: #ffffff;}

#enrollment {float: left; width: 100%;}
#confirm {float: left; width: 100%;}
#header1 {background-color: #FBC81A; width: 100%;}
#header2 {background-color: #FBC81A; width: 100%; border-bottom: 3px solid #FBC81A;}
#logon {float: left; width: 100%;}
#logoff {float: left; width: 100%;}
#password {float: left; width: 100%;}

.txtsize1 .userinfotitle{padding-right: 3px; font-size: 14px;}
.txtsize2 .userinfotitle{padding-right: 3px; font-size: 16px;}
.txtsize3 .userinfotitle{font-size: 18px;}

.txtsize1 .footertext{padding-right: 3px; font-size: 14px;}
.txtsize2 .footertext{padding-right: 3px; font-size: 16px;}
.txtsize3 .footertext{font-size: 18px;}

.txtsize1 .date{padding-right: 3px; font-size: 14px;}
.txtsize2 .date{padding-right: 3px; font-size: 16px;}
.txtsize3 .date{font-size: 18px;}

.txtsize1 .nav{padding-right: 3px; font-size: 14px;}
.txtsize2 .nav{padding-right: 3px; font-size: 16px;}
.txtsize3 .nav{font-size: 18px;}

.txtsize1 .nav a{padding-right: 3px; font-size: 14px;}
.txtsize2 .nav a{padding-right: 3px; font-size: 16px;}
.txtsize3 .nav a{font-size: 18px;}

.txtsize1 .tab{padding-right: 3px; font-size: 14px;}
.txtsize2 .tab{padding-right: 3px; font-size: 16px;}
.txtsize3 .tab{font-size: 18px;}

.txtsize1 .tabsel{padding-right: 3px; font-size: 14px;}
.txtsize2 .tabsel{padding-right: 3px; font-size: 16px;}
.txtsize3 .tabsel{font-size: 18px;}


.txtsize7{text-align: right;}
.txtsize8{width: 100%; text-align: left;}
.color1{color: rgb(255, 255, 255); background-color: rgb(54, 101, 83);}
.txtsize8{font-weight: bold;}
.backgroundcolor{background-color: #FEF2C5;}
.sectionheaderbold{font-weight: bold;}
.sectionheaderboldshaded{background-color: #f1f1f1;	font-weight: bold;}
.sectionheaderboldbackgroundcolor{background-color: #FEF2C5;font-weight: bold;}
.boldlogoff{font-size: 16px;}
.contactme /* for contact me link in the header */
{
	color: #000000;
	font-weight: normal;
}
.mixedcase /* for ref name to show in mixedcase (bold) and color */
{
	text-transform: capitalize;
	font-weight: bold;
	color: #000000;
}

BODY.agreement /* for access agreement margin and padding */
{
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background: #ffffff;
}

.labelsortlinknew /* filter hyper link hiding */
{
	color: #000000;
	text-decoration: none;
}

.subheaderbold /* section sub headers for link accounts */
{
	font-weight: bold;
	font-size: 16px;
}

.errortxtsize5 /* error info display */
{
	color: #000000;
	font-weight: normal;
	font-size: 16px; 
}

/*style class for info messages in login page error*/
.logininfo {
	font-weight: bold;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 16px; 
}

.siteinfo /* format for site info in login page*/
{
	font-weight: bold;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	padding: 5px 10px 0px 0px; 
	font-size: 16px;
}

.sitelink /* format for link to EDJUS in login page*/
{
	font-weight: normal;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
/* Rep ranges start */
.show {
	display:table-row;
}
.hide {
	display:none;
}
.showdiv {
	display:block;
}

.highlightedpanel {
	background-color: #E9EDF8;
	border:1px solid #BABABA;	
}

#flashmsg
{
	background-color:#F8F7B3;
	font-weight:bold;
	text-align:center;
	width:100%;
}

.errors
{
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.panelhead {
	background-color:#357EC7; 
	border-bottom:1px solid #342D7E; 
	color:#FFFFFF;
	font-weight:bold;
}
/* Rep ranges end */

.pagecontents
{
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.criteriasection
{
	background-color:#F7F7F7;
	border:1px solid #BABABA;
	padding: 5px;
}
.tabsnav
{
	border-collapse: collapse;
	width: 100%;
}
.tabsnav TD
{
	background-image: url(../images/pagetab_gradient_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	border: 1px solid #DDDDDD;
	text-align: center;
}
.tabsnav A
{
	text-decoration: none;
	color: #9A9A9A;
	font-size: 16px;
}
.tabsnav .selected
{
	background: #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #DDDDDD;
	font-size: 16px;
	color: #9A9A9A;
}

/* S & P Styles */
.quotebar { 
	background-image : url(../images/pagetab_gradient_bg.gif);
	background-repeat: repeat-x;
	background-position : center bottom;
	height: 23px;
	border: 1px solid #dddddd; 
	margin-left : 1px;
	width : 771px;
}

.contentnavigation {
	background-image : url(../images/table_body.JPG);
	width:153px; 
	margin-left : 2px;
	margin-top : 10px;
}

.tableheader
{
	color : #88AFE2; 
	background-image : url(../images/table_header.JPG);
}

.tablefooter
{
	color : #88AFE2;
	background-image : url(../images/table_footer.JPG);
	border: 0px;
}

.selectedrow {
	background : #88AFE2;
}

.contentnavigation TD
{
	background-repeat: repeat-x;
	background-position: bottom;
	height: 10px;
	border: 1px solid #DDDDDD;
	padding-left:5px;
}
.snapshotcustombalinfo {
    display:none;
}
.minimized #balanceinfo {
	display:none;
}
.minimized #nameandaddress {
	display:none;
}
.minimized .componentheading {
	display: none;
}
.minimized #printbuttons {
	width: 175px ! important;
}
.minimized #printbuttons table {
	width: auto;
	display: inline;
}
.minimized #printbuttons tr {
	display: inline;
	float: right;
}
.minimized #printbuttons td {
	display: inline-block;
	padding-right: 4px;
	width: auto;
}
.minimized #printbuttons tr:nth-child(2) td {
	padding-top: 6px;
}
.minimized div {
	border: 0px ! important;
}
.accountsGroups {
	padding: 10px 70px;
	float: left;
}
.accountsGroups.groupCount {
	float: right;
}
.accountsGroups .label {
	font-size: 16px;
	line-height: 20px;
	padding-right: 8px;
	float: left;
}
.accountsGroups .value {
	font-size: 20px;
	float: left;
}

#portalitem-itemsforattention .ifaSection {
	padding-left: 30px;
	position: relative;
}
#portalitem-itemsforattention .ifaSection:nth-child(odd) {
	background: #eee;
}
#portalitem-itemsforattention .ifaSection.sectionIN .headingSpacer {
	background: #9ab2dc;
}
#portalitem-itemsforattention .ifaSection.sectionRA .headingSpacer {
	background: #ea9797;
}
#portalitem-itemsforattention .ifaSection.sectionRA {
	min-height: 90px;
}
#portalitem-itemsforattention .ifaSection.sectionOP .headingSpacer {
	background: #9bea97;
}
#portalitem-itemsforattention .ifaSection .heading {
	transform: rotate(90deg);
	transform-origin: left top 0;
	position: absolute;
	margin: 5px 0 0 -8px;
	color: #fff;
}
#portalitem-itemsforattention .ifaSection .headingSpacer {
	float: left;
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#portalitem-itemsforattention .item {
	width: 150px;
	height: 55px;
	border: 1px solid #eee;
	padding: 3px;
	margin: 4px;
	float: left;
}
#portalitem-itemsforattention .ifaSection:nth-child(odd) .item {
	border: 1px solid #fff;
}
#portalitem-itemsforattention .item .itemLabel {
	text-align: center;
	height: 27px;
	font-size: 12px;
	overflow: hidden;
}
#portalitem-itemsforattention .item .itemValue {
	font-size: 20px;
	text-align: center;
}
#portalitem-itemsforattention .item .itemValue a {
	text-decoration: none;
}


