html {
	font-family: Bitstream Vera Sans, arial, sans-serif;
	color: #333333;
	font-size: 12px;
}
body {
	background-color: #666666;
	margin: 0;
}
body.mceContentBody {
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 5px;
}
a {
	color: #00549B;
}
a img {
	border: 0;
}
form {
	margin: 0;
}
input, select {
	vertical-align: middle;
}
h1 {
	font-size: 18px;
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 16px;
	border-bottom: 1px solid #C4DAEC;
	padding: 5px 0;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 14px;
	margin: 0;
}
hr {
	height: 1px;
	color: #C4DAEC;
	background-color: #C4DAEC;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}
.rss {
	float: right;
	padding: 8px;
}
#pagecontainer {
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#pageleftshadow {
	background: url(/images/if_left_shadow.png) top left repeat-y;
}
#pageleftcorner {
	float: left;
}
#pagerightshadow {
	background: url(/images/if_right_shadow.png) top right repeat-y;
}
#pagerightcorner {
	float: right;
}
#pagetop {
	background: url(/images/if_top_border.png) top repeat-x;
}
.pagesection {
	margin: 0 9px;
}
#pageheader {
	clear: both;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	position: relative;
}
#logo {
/*	padding: 10px; */
}
/* #quotesearch {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	left: 200px;
}
*/
#quotesearch {
	font-size: 10px;
	bottom: 5px;
}
#timestamp {
	float: right;
	text-align: right;
	font-size: 10px;
}
#headersponsors {
	clear: right;
	float: right;
	font-size: 10px;
	text-align: center;
}
#headersponsors fieldset {
	float: right;
	border: 1px solid #666666;
	padding: 6px;
	margin-right: 3px;
}
#headersponsors fieldset legend{
	color: #666666;
}
.headersponsor {
	display: inline;
}
.graypinline {
	clear: both;
	height: 1px;
	margin: 0 9px;
	background-color: #666666;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
ol.populararticles {
	margin: 0;
	padding-left: 20px;
	border: 0;
	list-style-position: outside;
}
ol.populararticles li {
	margin-bottom: 5px;
}
ul.inline, ul.plain {
	margin: 0;
	padding: 0;
}
ul.inline li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.plain li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.inline li a, ul.plain li a {
	display: block;
	text-decoration: none;
}
ul.arrows {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.arrows li {
	background: url(/images/if_list_arrow.gif) 1px 1px no-repeat;
	min-height: 16px;
	padding: 4px 0 2px 25px;
}
ul.dot {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.dot li {
	background: url(/images/dot.gif) 1px 1px no-repeat;
	min-height: 18px;
	padding: 0px 0 2px 15px;
}
div.dot {
	background: url(/images/dot.gif) 1px 1px no-repeat;
	min-height: 20px;
	padding: 0px 0 0px 15px;
}
div.arrow {
	background: url(/images/if_list_arrow.gif) 1px 1px no-repeat;
	min-height: 20px;
	padding: 2px 0 2px 25px;
}
ul.spaced li {
	margin-bottom: 10px;
}
ul#navbar {
	margin: 0 9px;
	height: 29px;
	background: url(/images/if_navbutton_default.png) top repeat-x;
}
ul#navbar li a {
	background: url(/images/if_navbutton_default.png) top repeat-x;
	float: left;
	font-size: 11px;
	padding: 6px 24px;
	height: 17px;
	color: white;
	font-weight: bold;
}
ul#navbar li a:hover {
	background: url(/images/if_navbutton_hover.png) top repeat-x;
}
ul#navbar li a.active {
	background: url(/images/if_navbutton_active.png) top repeat-x;
	color: #333333;
}
#pagecontent {
	padding: 10px;
}
table.pagetable {
	width: 942px;
}
table.pagetable td {
	vertical-align: top;
}
#leftsidebar {
	width: 170px;
}
#leftsidebar input, #leftsidebar select {
	font-size: 11px;
}
#rightcolumn {
	float: right;
	width: 190px;
	margin: 0;
}
#rightsidebar {
	float: right;
	width: 250px;
	font-size: 12px;
}
#rightsidebar300 {
	float: right;
	width: 300px;
	font-size: 12px;
}
.sidebar {
	font-size: 11px;
	margin-bottom: 10px;
}
#loginbuttons {
	border: 1px solid #666666;
	padding: 1px;
	margin-bottom: 8px;
}
#logincont {
	display: none;
}
#loginform {
	padding: 5px;
}
.block {
	border: 1px solid #C4DAEC;
}
.block .heading {
	font-size: 12px;
	background-color: #C4DAEC;
	text-transform: uppercase;
	padding: 2px;
	font-weight: bold;
}
.block .content {
	padding: 5px; 
}
.block ul.plain li {
	border-top: 1px solid #C4DAEC;
	border-bottom: 1px solid #C4DAEC;
}
/* IE needs bottom border for some reason to prevent extra whitespace, others don't */
.block ul.plain > li {
	border-bottom: 0;
}
.block ul.plain li a {
	padding: 3px;
}
.block ul.plain li a:hover {
	background-color: #EEEEEE; 
	color:#000000;
}
.sidead {
	padding: 10px;
	text-align: center;
}
.sidesponsor {
	margin: 5px 4px;
}
.squaread {
	margin: 10px 0;
}
.beltad {
	margin: 15px 0;
	text-align: center;
}
.ad {
	border: 1px solid #C4DAEC;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
input.small, select.small {
	width: 115px;
	border: 1px solid #666666;
	margin: 2px;
}

input.medium, select.medium {
	width: 160px;
	border: 1px solid #666666;
	margin: 2px;
}

#pagebody {
	padding-left: 10px;
	/* margin-left: 180px; */
}
.pagewidth {
	width: 758px;
}
/* IE hack */
div > .pagewidth {
	width: 760px;
}
td.halfcolumn_left {
	width: 375px;
}
td.halfcolumn_right {
	padding-left: 10px;
	width: 375px;
}
.centercolumn {
	/* IE 6 doesn't like this
	margin-right: 260px;
	*/
	width: 500px;
}
.centercolumn450 {
	/* IE 6 doesn't like this
	margin-right: 260px;
	*/
	width: 450px;
}
.centercolumn2 {
	width: 555px;
}
td.halfcolumn_left2 {
	width: 275px;
}
td.halfcolumn_right2 {
	padding-left: 10px;
	width: 275px;
}
ul#centertabs {
	height: 31px;
	width: 500px;
}
ul#centertabs2 {
	height: 31px;
	width: 450px;
}
ul#centertabs li#commentary {
	width: 124px;
	background: url(/images/if_tab_gray.jpg) top repeat-x;
}
ul#centertabs2 li#commentary {
	width: 108px;
	background: url(/images/if_tab_gray.jpg) top repeat-x;
}
ul#centertabs li#newtofutures {
	width: 124px;
	margin-left: 1px;
	background: url(/images/if_tab_yellow.jpg) top repeat-x;
}
ul#centertabs2 li#newtofutures {
	width: 112px;
	margin-left: 1px;
	background: url(/images/if_tab_yellow.jpg) top repeat-x;
}
ul#centertabs li#findabroker {
	width: 124px;
	margin-left: 1px;
	background: url(/images/if_tab_green.jpg) top repeat-x;
}
ul#centertabs2 li#findabroker {
	width: 112px;
	margin-left: 1px;
	background: url(/images/if_tab_green.jpg) top repeat-x;
}
ul#centertabs li#calendar {
	width: 125px;
	margin-left: 1px;
	background: url(/images/if_tab_blue.jpg) top repeat-x;
}
ul#centertabs2 li#calendar {
	width: 115px;
	margin-left: 1px;
	background: url(/images/if_tab_blue.jpg) top repeat-x;
}
ul#centertabs li a, ul#centertabs2 li a {
	font-size: 11px;
	text-align: center;
	padding: 8px 0;
	height: 15px;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
ul#centertabs li.active a, ul#centertabs2 li.active a {
	background: #FFFFFF;
	color: #333333;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0;
}

div.hometab {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px 10px;
	width: 478px;
}
div.hometab2 {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px 10px;
	width: 428px;
}
.hidden {
	display: none;
}

#footernav {
	clear: both;
	height: 15px;
	padding: 7px;
	background: url(/images/if_navbutton_default.png) top repeat-x;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
#footernav a {
	color: #FFFFFF;
	text-decoration: none;
}
#footernav a:hover {
	text-decoration: underline;
}
#footersubnav {
	height: 15px;
	padding: 7px;
	margin: 3px 9px;
	background: #C4DAEC;
	text-align: center;
	font-size: 11px;
	color: #00549B;
}
#footersubnav a {
	text-decoration: none;
}
#footersubnav a:hover {
	text-decoration: underline;
}
#footertext {
	font-size: 11px;
	text-align: center;
	padding: 10px;
}
.bluebox {
	border:				1px solid #CCCCCC;
	padding:			5px;
	margin:				5px;
	background-color:	#DBE7F6;
}
.infobox {
	border:				1px solid #999999;
	padding:			5px;
	margin:				5px;
	background-color:	#FFFFCC;
}
.alertbox {
	padding:			10px;
	margin:				0 0 5px 0;
	color:				white;
	font-weight:		bold;
	background-color:	#EE0000;
}
.alertbox a {
	color:				white;
}
.messagebox {
	border:				1px solid green;
	padding:			2px;
	margin:				2px;
	background-color:	#CCFFCC;
	width:				175px; 
}

.debug {
	color: #999999;
	text-align: left;
}
.error {
	background-color: 	#FFFF99;
	padding:			5px;
	margin:				5px;
	border:				1px solid #FF0000;
}
.morelink {
	text-align:			right;
	font-weight:		bold;
	text-decoration:	none;
	text-transform:		uppercase;
}
#majormarkets {
	padding-right: 10px;
	width: 250px;
}
#authorbox {
	width: 190px;
	margin-bottom: 10px;
}
.skyscraper {
	width: 120px;
	padding: 34px;
	border: 1px solid #C4DAEC;
}
.oppositesky {
	width: 630px;
	padding-right: 10px;
}
.opskyhalfbox {
	width: 310px;
}
.halfbox {
	width: 375px;
}
.leftpad {
	padding-left: 10px;
}
.marketstable {
	width: 100%;
}
.section {
	font-weight:		bold;
	border:				1px solid #CCCCCC;
	margin-top:			5px;
	padding:			1px 1px 1px 2px;
	background-color:	#EEEEEE;
}
.headerform {
	float: right;
	display: inline;
}

/* Marketview / thumbcharts */
#bold {
	font-weight: bold;
}


.marketview{ font-family: arial; font-size: 11px; line-height:20px}
.marketview_quoteboard{ font-family: arial; font-size: 11px; border:1px solid #666666; line-height:18px;}
.marketview_header{font-family: arial; font-size: 11px; font-weight:bold; text-align:center; color:#333333}
.marketview_header_name{border-right: 1px solid #666666;}
.marketview_header_last{border-right: 1px solid #666666;}
.marketview_header_change{border-right: 1px solid #666666;}
.marketview_topheader{  color:#333333;
							font-family:"Times New Roman",Times,serif;
							font-size:11px;
							font-weight:bold;
							line-height:11px;
							margin-bottom:3px;
							padding:0 0 3px;}
.marketview_title{font-family: arial; font-size: 11px; font-weight:bold;color:#0281D2;} //section titles
.marketview_chart{ font-family: arial; font-size: 11px; }
.marketview_chart_agg{ font-family: arial; font-size: 11px; }
.marketview_chart_symbol{ font-family: arial; font-size: 11px;  }
.marketview_symbol{ font-family: arial; font-size: 11px; font-weight:bold; border-top: 1px solid #666666;border-right: 1px solid #666666; padding-left:2px}
.marketview_symbolinline{ font-family: arial; font-size: 11px; font-weight:normal;}
.marketview_link{ font-family: arial; font-size: 11px; font-weight:bold; border-top: 1px solid #666666; text-align:center; padding:4px 0px 0px 2px;}
.marketview_change{ font-family: arial; font-size: 11px; border-top: 1px solid #666666; text-align:right;border-right: 1px solid #666666;}
.marketview_quote{ font-family: arial; font-size: 11px;border-top: 1px solid #666666;text-align:right; color:#333333;border-right: 1px solid #666666; padding-right:2px;}
.marketview_changeUp{ font-family: arial; color: green; font-size: 11px;border-top: 1px solid #666666;text-align:right;border-right: 1px solid #666666; padding-right:2px;}
.marketview_changeDn{ font-family: arial; color: red; font-size: 11px;border-top: 1px solid #666666;text-align:right;border-right: 1px solid #666666; padding-right:2px;}
.marketview_changeNone{ font-family: arial; font-size: 11px;border-top: 1px solid #666666;text-align:right;border-right: 1px solid #666666; padding-right:2px;}
.marketview_disclaimer{ font-family: arial; font-size: 10px; }
.marketview_TRe { background-color: white;line-height:20px}
.marketview_TRo { background-color: white;line-height:20px}                        
                        
                        
.chartTabs {
	width:				250px;
}
.chartTabs td.tab {
	text-align:			center;
	font-weight:		bold;
	font-size:			10px;
	cursor:				pointer;
	width:				61px;
}
.chartTabs td.spacer {
	width:				2px;
}
.chartTabs td.inactive {
	color:				#323AA0;
	background-color:	#C4DAEC;
}
.chartTabs td.leftmargin {
	margin-left:		2px;
}
.chartTabs td.active {
	color:				#FFFFFF;
	background-color:	#323AA0;
}
#thumbcharts {
	border:				1px solid #C4DAEC;
	padding:			5px;
}
.thumbchart_last {
	padding-bottom:		3px;
}
.thumbchart_change {
	padding-bottom:		3px;
	text-align:			right;
}
.thumbchart_changeUp {
	color:				green;
}
.thumbchart_changeDn {
	color:				red;
}
.thumbchart_changeNone {
	color:				blue;
}

/* News stories */
.byline {
	font-style:			italic;
}
.embeddedimage {
	float:				left;
	margin-right:		5px;
	border:				0;
}
.headline {
	font-size:			14px;
	font-weight:		bold;
}
.homeheadline {
	font-size:			18px;
	font-weight:		bold;
}
.marketstory {
	padding-bottom: 6px;
}
.marketheadline {
	font-size: 14px;
	font-weight: bold;
}
.dateline {
	font-size:			11px;
	color:				#888888;
}
.dateline a {
	color:				#888888;
}

/* Charts */
.tooltip {
	border:				1px solid #999999;
	padding:			1px;
	margin:				1px;
	font-size:			8pt;
	background-color:	#FFFFCC;
}
.highlight {
	background-color:#FFFFCC;
}
a.selected {
	background-color:#e5e5e5;
	font-weight: bold;
}
.studies {
	display: inline;
}
.studies a, .studies a:visited {
	padding: 1px;
	border: 0px solid black;
	line-height: 15pt;
	display: inline;
}

table.borderTable {
	border-collapse:	collapse;
}
table.borderTable th, .bcTH {
	text-align:			left;
	padding:			3px;
	background-color:	#C4DAEC;
	border-top:			1px solid #666666;
	border-bottom:		1px solid #666666;
}
table.borderTable td, .bcTD {
	padding:			3px;
	border-bottom:		1px solid #CCCCCC;
	vertical-align:		top;
}
table.borderTable tr.odd, .bcTRo {
}
table.borderTable tr.even, .bcTRe {
	background-color:			#EEEEEE;
}

/* Barchart styles - table styles defined with borderTable above */
.bcDisclaimer {
	font-size:			8pt;
}
.bcInput {
	border:				1px solid #999999;
}
.bcPageTitle {
	font-weight:		bold;
	text-align: center;
}
.bcPageHeader {
    border-bottom: 0px;
}
.bcSelect {
}
.bcSubmit {
	border:				1px solid #999999;
}
.bcTD {
}

/* Education */
#courseIndex {
	float: right;
	padding: 2px;
	margin-left: 2px;
	border: 1px solid #C4DAEC;
}

/* Polls */
.pollresultslink {
	float: right;
}
.pollchangelink {
	text-align: center;
}
.pollresultrow {
	position: relative;
}
.pollresultlabel {
	margin-left: 40px;
}
.pollresultpercent {
	float: left;
	width: 35px;
	font-weight: bold;
}
.pollresultgraph {
	margin: 0 0 5px 40px;
	text-align: right;
	padding-right: 20px;
	height: 14px;
	background: url(/images/if_poll_resultbar.png) -119px 0px no-repeat;
}
.pollresulttotal {
	text-align: center;
	font-style: italic;
}
/* Poll History */
.pollhistdate {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #C4DAEC;
}
.pollhistquestion {
	margin: 5px;
}
.pollhistoption {
	margin-left: 55px;
}
.pollhistpercent {
	float: left;
	margin-left: 5px;
	width: 50px;
	font-weight: bold;
}
.pollhistgraph {
	float: left;
	background-image: url(/images/if_poll_resultbar.png);
	margin-bottom: 5px;
	margin-right: 5px;
}
.pollhistlabel {
	font-weight: bold;
	margin-bottom: 5px;
}
.pollhisttotal {
	margin: 10px 0 0 55px;
	font-style: italic;
}

.editTable {
	border-collapse: collapse;
}
.editLabel {
	width: 150px;
	border-bottom: 1px solid #C4DAEC;
	vertical-align: top;
	padding: 3px;
}
.editField {
	vertical-align: top;
}
.featured {
	background-color:	#FFFFCC;
	margin: 3px;
	border: 1px solid #999999;
	padding: 3px;
}
.featured small {
	color: #999999;
}
.required {
	color: red;
}

.offerheading {
	font-weight:		bold;
	border:				1px solid #CCCCCC;
	margin-top:			5px;
	margin-bottom:		10px;
	padding:			5px;
	background-color:	#EEEEEE;
}
.offerheading .viewall {
	float: right;
}
tr.border td {
	border-bottom: 1px solid #C4DAEC;
	padding: 5px 0;
}
tr.border td.halfcolumn_right {
	border-left: 1px solid #C4DAEC;
	padding-left: 10px;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 5px;
}

table.border {
	border-collapse: collapse;
}
table.border th {
	padding: 5px;
	background-color: #C4DAEC;
	text-align: left;
}
table.border td {
	border: 1px solid #C4DAEC;
	padding: 5px;
	vertical-align: top;
}

div.calendarlink {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 5px;
}
div.calendarnav {
	float: right;
}
table.homecalendar {
	width: 428px;
	border-collapse: collapse;
}

table.homecalendar th {
	width: 20%;
	border: 1px solid #FFFFFF;
	background-color: #C4DAEC;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
}

table.homecalendar td {
	vertical-align: top;
	font-size: 11px;
	border: 1px solid #C4DAEC;
	padding: 3px;
	height: 325px;
	overflow: hidden;
	scroll: auto;
}
table.calendar {
	border-collapse: collapse;
	width: 758px;
}
table.calendar th {
	width: 100px;
	border: 1px solid #FFFFFF;
	background-color: #C4DAEC;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
}

table.calendar td {
	vertical-align: top;
	font-size: 11px;
	border: 1px solid #C4DAEC;
	padding: 3px;
}
.calendarlabel {
	font-size: 20px;
}
.calendarday {
	padding: 5px;
	min-height: 100px;
}

.event_FN {
	color: blue;
}
.event_HD {
	color: orange;
}
.event_LTO {
	color: green;
}
.event_LT {
	color: red;
}
div.event_alert {
	color: red;
}
div.event {
	margin-bottom: 10px;
}

div.qaexperttable {
	width: 543px;
}
div.shaded {
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

div.ffheading {
	border-bottom: 1px solid #C4DAEC;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #C4DAEC;
	text-transform: uppercase;
}
td.ff_left {
	padding-right: 10px;
	padding-bottom: 10px;
}
td.ff_right {
	padding-left: 10px;
	padding-bottom: 10px;
}
#launchMessage {
	border-bottom:		1px solid #999999;
	padding:			5px;
	margin-bottom:		5px;
	background-color:	#FFFFCC;
	text-align:			center;
}

.chartSettings {
	width: 700px;
	margin-left: 20px;
	margin-right: 30px;
}
.chartSettingsTable {
	width: 688px;
}
.pcquote {
	visibility:hidden;
}

.sig_hold {
background-color:#6663A3;
color:white;
font-weight:bold;
vertical-align:middle;
}

.sig_buy {
background-color:#53B953;
color:white;
font-weight:bold;
vertical-align:middle;
}

.sig_sell {
background-color:#C8524F;
color:white;
font-weight:bold;
vertical-align:middle;
}

.qb_hold {
color:#800080;
padding-right:2px;
}

.qb_up {
color:#009900;
padding-right:2px;
}


.qb_down {
color:#FF0000;
padding-right:2px;
}
