/* Used as the title font for pages */
.bcPageTitle, .pageTitle {
	font-size: large;
}
/* Headers for tables */
.bcTH, .bc_section {
	font-weight: bold;
	background-color: #8b9f6b;
}
/* Even row color */
.bcTRe, .bc_even {
	background-color: #c7d7b8;
}
/* Odd row color */
.bcTRo, .bc_odd {
}
/* The disclaimer text at the bottom of the page */
.bcDisclaimer {
	font-size: x-small;
}

/* Table cell */
.bcTD {}
/* Used for input boxes */
.bcInput {
}
/* Used for selection boxes */
.bcSelect {
}
/* Used for submit buttons */
.bcSubmit {
}



/*------ New Styles ------- */
	.marketview{line-height:20px;}
	.marketview_quoteboard{font-size: 12px;}
	.marketview_header{font-size: 12px; font-weight:bold; text-align:center;}
	.marketview_topheader{  color:#333333;
							font-family:"Times New Roman",Times,serif;
							font-size:11px;
							font-weight:bold;
							line-height:12px;
							margin-bottom:3px;
							padding:0 0 3px;}
	.marketview_title{font-size: 12px; font-weight:bold;color:#0281D2;} //section titles
	.marketview_chart{font-size: 12px; }
	.marketview_chart_agg{font-size: 12px; }
	.marketview_chart_symbol{font-size: 12px;  }
	.marketview_symbol{font-weight:bold; border-top: 1px solid #cccccc; text-align: left;}
	.marketview_symbolinline{font-size: 12px; font-weight:normal;}
	.marketview_link{font-size: 12px; font-weight:bold; border-top: 1px solid #cccccc; text-align:right; display: none;}
	.marketview_change{font-size: 12px; border-top: 1px solid #cccccc; text-align:right}
	.marketview_quote{font-size: 12px;border-top: 1px solid #cccccc;text-align:right}
	.marketview_changeUp{color: green; font-size: 12px;border-top: 1px solid #cccccc;text-align:right}
	.marketview_changeDn{color: red; font-size: 12px;border-top: 1px solid #cccccc;text-align:right}
	.marketview_changeNone{font-size: 12px;border-top: 1px solid #cccccc;text-align:right}
	.marketview_disclaimer{font-size: 10px;}
	.marketview_TRe {line-height:20px}
	.marketview_TRo {line-height:20px}

	.tooltip {
		border:                         1px solid #999999;
		padding:                        1px;
		margin:                         1px;
		font-size:                      8pt;
		background-color:               #FFFFCC;
		font-family:                    arial;
	}
	

