body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: none;
	background-color: #ffffff;
	/* to fix the firefox font-smoothing/opacity bug*/
	-moz-opacity: 0.99;
}

.limiter {
	width: 990px;
}

#header {
	margin: 0px;
	overflow: hidden;
	background: #0073C3
		url(https://www.tradeking.com/Images/Nav/headerTile.gif) repeat-x
		scroll left center;
	height: 43px;
}

#header #logo {
	background-image: url(https://www.tradeking.com/Images/logo5.gif);
	height: 42px;
	width: 262px;
	float: left;
}

#header #beOne {
	background-image:url(../images/beOne.gif);
	float:left;
	margin-top:11px;
	height:21px;
	width:83px;
}

#header .helpChatLogoutLinks,#header .helpChatLinks {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 14px 20px 0px 0px;
	color: #FFFFFF;
	float: right;
}

#header .helpChatLogoutLinks {
	float: right;
	width: 450px;
	padding: 15px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	height: 20px;
	background: none;
	text-align: right;
}

#header
.helpChatLogoutLinks a:active,#header
.helpChatLogoutLinks a:visited,#header
.helpChatLogoutLinks a:link,#header
.helpChatLinks a:active,#header
.helpChatLinks a:visited,#header
.helpChatLinks a:link
{
	color: #FFFFFF;
	text-decoration: none;
	background: none;
	white-space: nowrap;
}

#header .helpChatLogoutLinks a:hover,#header .helpChatLinks a:hover {
	text-decoration: underline;
	background: none;
}

#header #loginFrame {
	float: right;
	border: 0px;
	width: 200px;
	background: transparent;
	margin-right: 20px;
}

#header .logout input:hover {
	border-color: #6BB0DB;
	background-color: #0073C3;
	cursor: pointer;
}

#header .logout {
	margin: 1px;
	padding:1px;
}

#header .logout input {
	margin: 1px;
	padding: 1px;
	border: 1px solid white;
	background: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
}

#header .logout #name {
	font-weight: bold;
}

html>body #header {
	overflow: visible;
}

#navShadow {
	clear: both;
	height: 15px;
	background: url(https://www.tradeking.com/Images/headerShadow.png)
		repeat-x;
}

.HeaderTable {
	width: 100%;
}

.HeaderLogoCell {
	padding: 12px 0px 0px 20px;
}

/* NAV ELEMENTS \*/
#navigation {
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	height: 28px;
	border-top: 2px solid #6AAFDB;
	border-bottom: 1px solid #0073C3;
	background-color: #0073C3;
	z-index: 10;
}

#navigation ul {
	margin: 0px;
	padding: 0 0 0 14px;
	list-style: none;
}

/* Vertical line separator*/
#navigation li .separator {
	height: 11px;
	width: 0px;
	position: absolute;
	top: 8px;
	border-right: 1px solid #4096D2;
}

/* not using these currently */
#navigation ul li.endcap {
	width: 0px;
}

/* Menu Headers */
#navigation li {
	float: left;
	position: relative;
	z-index: 100;
}

#navigation ul li a.menuHeader {
	color: #FFFFFF;
	display: block;
	padding: 0px 7px 0px 7px;
	line-height: 28px;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #0073C3;
	font-weight: bold;
}

/* Menu Body*/
#navigation ul li ul {
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 230px;
	display: none;
	background-color: #0073C3;
	left: -12px;
	top: 28px;
	clear: both;
	z-index: 100;
	border: 1px solid #6AAFDB;
	border-top: none;
}

#navigation ul li#nav-services ul {
	width: 198px;
}

/*Display menu ULs when head is hovered*/
#navigation ul li:hover ul,#navigation ul li.sfhover ul {
	display: block;
}

#navigation ul li:hover a,#navigation ul li.sfhover a {
	color: #FFFFFF;
}

/* Menu Body */
#navigation ul li ul li {
	float: none;
}

/*this is for the menu on the current page */
#home #nav-home .menuHeader,
#accounts #nav-accounts .menuHeader,
#trading #nav-trading .menuHeader,
#q_r #nav-q_r .menuHeader,
#tools #nav-tools .menuHeader,
#news #nav-news .menuHeader,
#edu #nav-edu .menuHeader,
#services #nav-services .menuHeader{
     background: transparent url(https://www.tradeking.com/Images/Nav/topMenuHighlight.gif) no-repeat center top;
}

#navigation ul li ul li a {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	float: none;
	height: 1%; /*force hasLayout for full-block links*/
	background-color: #0073C3;
	border-top: 1px solid #0073C3;
	font-weight: bold;
}

#navigation ul li ul li a:hover {
	background: #000
		url(https://www.tradeking.com/Images/Nav/MenuHighlight.png) no-repeat
		7px center;
	color: #FFFFFF;
}

#navigation ul li ul li.hSeparator {
	padding: 0px;
	margin: 0px;
	height: 3px;
	background: url(https://www.tradeking.com/Images/Nav/navSeparator.gif)
		no-repeat scroll center center;
	font-size: 1px;
	line-height: 3px;
}

#navigation ul li .bottom {
	height: 15px;
	background-color: #0073C3
}

/* end nav */
@media print {
	#navigation {
		display: none;
	}
	body {
		-moz-opacity: 1;
	}
}

/* begin rollover menu styles */
.powerMenuTrigger {
	zoom: 1;
}

ul.powerMenu {
	position: absolute;
	z-index: 1;
	top: auto;
	display: none;
	background-color: #0073C3;
	padding: 0;
	margin: 0;
	border: 1px solid #6AAFDB;
	border-bottom: 0px solid #6AAFDB;
}

ul.powerMenu li {
	list-style: none;
	text-align: left;
}

ul.powerMenu li a {
	display: block;
	color: #FFFFFF;
	background-color: #0073C3;
	text-decoration: none;
	padding: 5px 0px 5px 14px;
	width: 130px;
	border-bottom: 1px solid #6AAFDB;
	text-transform: capitalize;
}

ul.powerMenu li a:visited {
	color: #FFFFFF;
}

ul.powerMenu li a:hover {
	color: #FFFFFF;
	background: #000
		url(https://www.tradeking.com/Images/Nav/MenuHighlight.png) no-repeat
		5px center;
}

/*-----------------Quote Box Bop Up-----------*/
#getQuote,#hideQuote {
	position: relative;
	float: right;
}

#getQuote a,#hideQuote a {
	position: absolute;
	top: -39px;
	left: -72px;
	background-color: #000000;
	height: 15px;
	width: 62px;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 2px 4px 0px 4px;
	font-size: 10px;
}

* html #getQuote a,* html #hideQuote a {
	top: -38px;
}

* :first-child+html #getQuote a,* :first-child+html #hideQuote a {
	top: -38px;
}

#snapQuoteShadow {
	clear: both;
	height: 5px;
	position: relative;
	top: -8px;
	background:
		url(https://www.tradeking.com/Images/Chrome/shadowBottom.png) repeat-x
		;
}

#snapQuote {
	border-top: 3px solid #0073C3;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(https://www.tradeking.com/Images/Chrome/snapQuoteBG.gif) repeat-x scroll left bottom;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	height: 40px;
}
#snapQuote td{
    border:none;
    padding:0;
}
#snapQuote #loadQuote {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 68px;
	white-space: nowrap;
}

#snapQuote #refresh {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	margin-left: 56px;
}

#snapQuoteTransparencyFixer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	height: 40px;
}

#snapQuote #quoteControl {
	float: left;
	display: inline;
	margin: 1px 7px 7px 20px;
}

#snapQuote #quoteControl #quotePopSymbol {
	width: 52px;
	height: 15px;
	border: 1px solid #849db5;
	text-transform: uppercase;
	font: 1.5em Arial, Helvetica, sans-serif;
}

#snapQuote #quoteBody {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	float: left;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#snapQuote #netQuotePopRealtime,#snapQuote #netQuoteTimestamp,#snapQuote #popTimestamp,#snapQuote #popRealtime
	{
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 10px;
}

#snapQuote #priceRow,#snapQuote #subQuote {
	font: normal 10px Arial, Helvetica, sans-serif;
}

#snapQuote #netQuote #netAsk,
#snapQuote #netQuote #netBid,
#snapQuote #quoteBody #subQuote span#popBid,
#snapQuote #quoteBody #subQuote span#popBidSize,
#snapQuote #quoteBody #subQuote span#popAsk,
#snapQuote #quoteBody #subQuote span#popAskSize,
#snapQuote #quoteBody #subQuote span#popVolume{
     font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
     font-weight: bolder;
     padding: 0px 3px 0px 0px
}

#snapQuote #popDescription {
	padding-right: 5px;
}

#snapQuote #functions {
	float: right;
	margin: -5px 20px 0px 0px;
	text-align: right;
	border-collapse: collapse;
}

#snapQuote #functions a {
	text-decoration: none;
	padding: 2px 5px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	display: block;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

#snapQuote .functions a:hover {
	color: #000000;
	border: 1px solid #0073C3;
}

#snapQuote #functions a.tradeButton {
	color: #FFFFFF;
	border: 1px solid #068500;
	background: #068500
		url(https://www.tradeking.com/Images/Chrome/tradeButtonBG.gif)
		repeat-x left top;
}

#snapQuote #snapQuoteTransparencyFixer {
	display: none;
}

#snapQuote #popNetQuote {
	font-size: 14px;
}

#descriptionRow {
	font-weight: bold;
	text-align: left;
}

#snapQuote #symbolRow,#snapQuote #priceRow {
	float: left;
}

#snapQuote #symbolRow span,#snapQuote #priceRow span {
	padding: 5px;
}

.afterHoursLabel {
	text-transform: capitalize;
}

/*888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
/***** Footer *****/
/*888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

#footer {
    text-align: left;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 2px solid #000;
    border-bottom: 1px solid #CCC;
    width: 950px;
    background: #F5F5F5;
	clear: both;
}
#footer .disclaimer {
    padding: 0px 40px 10px 40px;
    margin: 0;
    font-size: 10px;
    text-align: justify;
    color: #666666;
}
#footer #specialDisclaimer {
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
    padding: 20px 40px 10px 40px;
    color: #0073C3;
}
#footer .contentLinks {
    padding:0px 0px 0px 40px;
    font-size: 10px;
    text-align: justify;
}
#footer .contentLinks a {
    color: #666666;
    text-decoration: none;
    padding: 0;
}
#footer .links {
    padding: 20px 40px;
    overflow: auto;
    background: #FFFFFF url(../images/footerShadow.png) repeat-x scroll left bottom;
    font-size: 10px;
    height: 125px;
}
#footer .disclaimer a {
    color: #000000;
}
#footer .disclaimer a:hover {
    color: #000000;
}

#footer .links a {
    text-decoration: none;
    color: #0073C3;
}
#specialDisclaimer a {
    color: #0073C3;
}
#footer .links a:hover {
    text-decoration: underline;
    color: #0073C3;
}
#footer .links ul {
    float:left;
    width:15%;
    margin:0px;
    padding: 0px 20px 0px 0px;
}
#footer .links li {
    list-style: none;
    margin: 0px 0px 3px 0px;
}
#footer .links li.header {
    font-weight: bold;
}
#footer .links .right {
    font-weight: bold;
    width:150px;
    float:right;
    font-size: 11px;
    line-height:15px;
}
#footer .links .right img {
    margin-bottom:5px;
}
#footer .links .right #footerOpenAcct {
    color: #3ab600;
}

#footer #copyright {
	width: 100%;
	border-bottom: solid #006 2px;
	font-size: 10px;
	padding: 5px 0 5px 0;
	margin: 0;
	clear: both;
}

