







/*---------- HTML ELEMENT FORMATTING ----------*/
BODY
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Times New Roman;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px
}

A
{
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #0066bb;
}

TD
{
	color: #000000;
	font-family: Arial, Times New Roman;
	font-size: 12px;
}

TH
{
	color: #000000;
	font-family: Arial, Times New Roman;
	font-size: 12px;
	font-weight: normal;
}

UL
{
	margin-top: 0px;
	margin-bottom: 0px;
}

HR
{
	background-color: #000000;
	height: 1px;
	border-style: none;
}

TEXTAREA
{
	border: 1px solid #003366;
}

PRE /* remove extra padding and set normal font */
{
	font-family: Arial, Times New Roman;
	font-size: 12px;
	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: tahoma, Arial;
	font-weight: bold;
	font-size: 14px;
}

#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: tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 100%;
}
#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) */
{
	width: 90%;
	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: 12px;
}

#postmsglist TBODY TD, #postmsgedit .msgbody /* post message data rows (td) */
{
	background: #eeeecc;
	font-size: 12px;
}

#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: 12px;
}

#msgcenterlist TBODY TD, #msgcentershow .msgbody /* message display rows (td) */
{
	background: #eeeecc;
	font-size: 12px;
}

#postmessagestable /* table for posted messages (table) */
{
}

/*---------- MULTIPLE ITEM CLASS FORMATTING ----------*/

.button, .file /* formatting for all form buttons (input) */
{
	/*background-image: url("../images/button_gradient_gray.gif");*/
	background-color: #e5e5e5;
	border: 1px solid #aaaaaa;
	color: #3e3e63;
	font-family: Verdana, Arial;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
}

.linkbutton /* formatting to make links appear as buttons (a) */
{
	background-color: #e5e5e5;
	text-decoration: none;
	border: 1px solid #aaaaaa;
	color: #3e3e63;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px 4px 0px 4px;
}

.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: #003366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
}

.pagetitlesub /* left side page subtitles and menu titles (span) */
{
	color: #CFCFCF;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
}

.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;
}

.labeldarksmall /* light data labels (td, span) */
{
	color: #000000;
	font-size: 10px;
	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-size: 12px;
	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: 12px;
}

.disclaimer /* format for bottom page disclaimers (span) */
{
	color: #999999;
	font-size: 11px;
	white-space: normal;
}

.quotedisclaimer /* format for quote message disclaimer (span) */
{
	color: #999999;
	font-size: 11px;
}

.helpmsg /* page explanation and help messages (td) */
{
	background-color: #e1e8c8;
	color: #000000;
	font-size: 13px;
}

.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: Verdana;
}

.bighead /* heading with large font (span) */
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
}

.mainmenuhead /* section headers for the main menu page (span) */
{
	color: #003366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
}
.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: 8px;
	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;
}
#chartSPX /* tab color to match SP500 chart color (td) */
{
                background: #858585;
}
#chartOEX /* tab color to match SP100 chart color (td) */
{
                background: #3131AD;
}
#chartNYA /* 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: sans-serif;
	font-size: 11px;
}
.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: #ee0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
}

.errormsgsmall /* error message display at page top (span) */
{
	color: #ee0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}
.errortable /* error message table (table) */
{
	background: #f7f7f7;
	border: 1px solid #dc0000;
	margin-bottom: 10px;
}
.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: Verdana;
	font-size: 13px;
}

.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: 10px;
	text-decoration: none;
}

.selectall /* labels for checkboxes (span) */
{
	font-style: italic;
	font-size: 10px;
}

.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: 8pt;
}

.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: 13px;
	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: 13px;
	text-align: left 100px;
	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: 7pt;
}
.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-face: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;	
}


.columnheadings TH
{
	font-size: 8pt;
	background:#EAEAEA;
	color:#282895;
	border-style: solid;
	border-color:#CBCBCB;
	border-width: 1px;
}
.columnheadings TH A, .columnheadings .labelsortlink
{
	text-decoration: none;
	color:#282895;
	font-weight: bold;
}

.sectionheader
{
	background-color:#DDDDDD;
}

.sectionheaderold
{
	background-color: #003366;
	font-size: 12px;
	font-weight: normal;	
	color: #ffffff;
}

.sectionheaderold .labelsortlink, .sectionheaderold .labelsortlink:hover /* sort links inside of a blue column header (a) */
{
	color: #ffffff;
}


/* draggable column styles */
tr.dragcolumn th {
	margin: 1px;
	cursor: move;
}
.dragcolumn .nodrag {
	cursor: auto;
}
table.floathead-fix-tbl {
	left: 0;
	top: 0;
	position: fixed;
	overflow: hidden;
	visibility: hidden;
	cursor: auto;
}
table.floathead-abs-tbl {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
}
table.floathead-abs-tbl .dragcolumn th, table.floathead-fix-tbl .dragcolumn th {
	cursor: auto;
}
.floattitle td, .floattitle th {
	padding: 3px;
}
.chartbar
{
	background-image: url(../images/popup_gradient_bg.gif);
	width: 100%;
	height: 18px;
}
.chartbar .chartoption
{
	float: left;
	margin-left: 8px;
	color: #335AA6;
	cursor: pointer;
	padding-top: 2px;
}
.chartbar .selected
{
	border: 1px solid #D4D4D4;
	padding-top: 1px;
	padding-bottom: 2px;
}
/* Drop down menu styles */
#menutoggle, #saveview
{
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
#menudiv h6
{
	text-align: left;
	font-size: 8pt;
}
#menudiv .yuimenu  {
	background: #fff;
	border: 1px solid #D9DFE4;
	position: absolute;
	visibility: hidden;
}

/* Error elements in Advanced Trade*/
.error-td /* error message display at page top (span) */
{
	color: #ee0000;
	font-family: Verdana;
	font-size: 8px;
}

.labeldarkwithcolor /* bold data labels (td, span) */
{
	color: #000000;
	font-weight: bold;
	background: #f2f2f2;
}
.rowshade_color /* shadding background color for */
{
	background:#EAEAEA;
            font-weight: bold;
}
.sectionheadergray
{
	font-weight: bold;
	background: #DDDDDD;
}
.wealthcolumnheadings TH 
{
	font-size: 8pt;
	background:#EAEAEA;
	color:#282895;
}
.wealthcolumnheadings TH A, .wealthcolumnheadings .labelsortlink
{
	text-decoration: none;
	color:#282895;
	font-weight: bold;
}
table tr td .acceptbutton 
{
    display: block;    
}
.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: 15px;
	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;
}


