/*---------- 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;
}

.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;
}
.warnmessage
{
	color: #800000;
	font-weight: bold;
}

.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;
}

#blanket {
	background-color:#111;
	opacity: 0.30;
	filter:alpha(opacity=30);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:260px;
	height:85px;
	z-index: 9002;
	border : 2px solid black;
}

.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;
}

#additionalcriteria TD
{
	border-top: solid 1px #386427;
	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;
}
/* 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: 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;
}

#dragabletable .sectionheader, .fixedtable .sectionheader
{
	background-color:#DDDDDD;
}

.wealthcolumnheadings TH 
{
	font-size: 8pt;
	background:#EAEAEA;
	color:#282895;
}
.wealthcolumnheadings TH A, .wealthcolumnheadings .labelsortlink
{
	text-decoration: none;
	color:#282895;
	font-weight: bold;
}

.reportscolumnheadings TH 
{
	font-size: 8pt;
	background:#EAEAEA;
	color:#282895;
	padding:5px;
}
.reportscolumnheadings TH A, .wealthcolumnheadings .labelsortlink
{
	text-decoration: none;
	color:#282895;
	font-weight: bold;
}

.divboxaround /* adds a border on all four sides (div) */
{
	border: 1px solid #cccccc;
	background-color:#F7F7F7;
	padding: 3px;
}

#fieldcontainer .textbox {	
	 width:12em;		 
}

#fieldcontainer table td{	
	 padding-top:2px;	 	 	 
}

/* 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 */

.darkboxaround /* adds a border on all four sides (table) */
{
	border: 1px solid #000000;
    height:25px;
    font-weight: bold;
}

.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: 9pt;
}
.tabsnav .selected
{
	background: #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #DDDDDD;
	font-size: 9pt;
	color: #9A9A9A;
}
.tablink_single_tab_selected
{
	color: #003366;
	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;
}


/* Market Research */

.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;
}
.onlineregwidth {
	width: 80%;
}