/*** calendar selector ***/
#tabs {
	_width:492px;
}

#calendarSelectorContainer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #D8D8D8;
	border-bottom-color: #BDBDBD;
	border-left-color: #D8D8D8;
	padding: 3px;
	width: 150px;
}
#calendarSelectorContainer .calScroll {
	border: 1px solid #C4C2B9;
	background-color: #CCCCCC;
	background-image: url(../../common/img/buttons/calNavBG.gif);
	background-repeat: repeat-x;
	width: 148px;
	cursor: pointer;
	text-align: center;
}
#calendarSelectorContainer img {
	padding-top: 4px;
	padding-bottom: 4px;	
}
#calendarSelectorContainer #viewer {
	height: 444px;
	margin-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECBC3;
	overflow: hidden;
	visibility: hidden;
}


#calendarSelectorContainer .monthContainer {
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECBC3;
	padding-top: 8px;
	padding-bottom: 8px;
}
#calendarSelectorContainer .monthContainer .month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left;
	margin-right: 5px;
	padding-left: 10px;
	padding-bottom: 4px;
}
#calendarSelectorContainer .monthContainer.mSelect {
	background-color: #EDEDE3;
}
#calendarSelectorContainer .monthContainer .year, #calendarSelectorContainer .monthContainer .weekDays, #calendarSelectorContainer .monthContainer .week{
	padding-left: 5px;
}
#calendarSelectorContainer .monthContainer .year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #726C57;
}
#calendarSelectorContainer .monthContainer .week, #calendarSelectorContainer .monthContainer .weekDays, #calendarSelectorContainer .monthContainer .weekDays div, #calendarSelectorContainer .monthContainer .week div {
	height: 16px;
	line-height: 16px;
}
#calendarSelectorContainer .monthContainer .week {
	cursor: pointer;
}

#calendarSelectorContainer .monthContainer .weekDays div, #calendarSelectorContainer .monthContainer .week div {
	float: left;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calendarSelectorContainer .monthContainer .weekDays div {
	color: #ADAA9E;
}
#calendarSelectorContainer .monthContainer .week div {
	color: #726C57;
}
#calendarSelectorContainer .monthContainer .week.wSelect {
	background-color: #FFFFFF;
}
#calendarSelectorContainer .monthContainer .week div.dSelect {
	background-color: #D1D0B9;
}
/*** end calendar selector ***/

/*** new calendar styles ***/
div.rightRail {
	width:260px;
	float:right;
}

div.rightInnerRail {
	width:154px;
	float:right;
	padding:8px;
}

div.leftInnerRail {
	background-color:#F2F0EA;
	border: 1px solid #D8D8D8;
	width:540px;
}

div.leftTopRailHead {
	color: #605A45;
	font-size:16px;
	border-bottom: 1px solid #C8C7C4;
	padding:3px;
	text-align:center;
	background-image: url(../../common/img/calHeadBg.png);
}

table.calendar {
	float:left;
	background-color:#FFF;
	border-spacing:0px;
	width:370px;
}

table.calendar td {
	text-align:center;
	width:53px;
}

table.calendar td.calCell  {
	font-size:13px;
	padding:7px;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

table.calendar td.weekHeader {
	font-size:13px;
	width:53px;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	color:#666;
	text-align:center;
	background-color: #F9F9EF;
}

table.calendar a{
	text-decoration:none;
}

table.calendar .weekend {
	color:#888;
}

table.calendar .thisweek  {
	border-right:1px solid white !important;
	background-color:#E8E8DF;
}

table.calendar .todayCal {
	background-image: url(../../common/img/topicbg.png);
	border:1px solid white !important;
}
table.calendar .todayCal a{
	color: white !important;
}

table.countList{margin-top:10px;}
table.countList td{font-size:12px; padding:3px 0;}

div.rightInnerRail .label{
	font-size:13px;
	font-weight:bold;
}

.today {
	color:#D2812A;
}

.noData {
	margin-bottom:15px;
}

div.listItem {
	font-size:12px;
	margin-top:10px;
	margin-bottom:8px;
}

div.rightRail .header {
	font-weight:bold;
}

div.article {
	margin-top:8px;
	margin-bottom:8px;
}

div.rightRail .articleTitle {
	font-size:14px;	
	margin-bottom:2px;
}

div.rightRail .articleTitle a{
	text-decoration:none;
}

div.rightRail .author {
	color:#555;
}

div.dateHeader {
	margin-left:8px;
	margin-top:8px;
	font-size:16px;
	margin-bottom:8px;
}

div.viewPort {
	margin-top:0px;
	margin-left:8px;
	width:520px;
	_width:535px;
	overflow-y:auto;
	_overflow:inherit;
	_overflow-y:auto;
	height:525px;
	position:relative;
}

div.viewPortLite {
	margin-top:0px;
	margin-left:8px;
	width:520px;
	_width:535px;
	overflow-y:auto;
	_overflow:inherit;
	_overflow-y:auto;
	height:250px;
	position:relative;
}

div.IE6EconFix {
	_width:515px !important;
}

div.topicHeader {
	border-top:1px solid #938F83;
	border-bottom:1px solid #938F83;
	padding:8px;
	color:white;
	background-image: url(../../common/img/topicbg.png);
	
	_position:relative;
	_width:499px;
}

div.IE6BGFix {
	_width:518px;
}

div.IE6Fix {
	_width:520px !important;
}

div.topicHeader a {
	color:white;
}
div.topicHeader a:hover {
	color:white;
}
div.topicHeader a:visited {
	color:white;
}

div.econodayItem {
	padding:8px;
	border-bottom:1px solid #DFDFDF;
}

div.econodayItem .title {
	font-weight:bold;
}
div.econodayItem .details {
	line-height:14px;
	float:right;
	width:350px;
	clear:both;
	padding-left:10px;
}	

table.ipo, table.earnings, table.dividends {
	border-spacing:0px;
}
table.ipo td, table.earnings td, table.dividends td {
	border-bottom:1px solid #DFDFDF;
}

table.ipo .cellHeader, table.earnings .cellHeader, table.dividends .cellHeader {
	padding:1px;
	color:#948E7B;
	font-size:10px;
}

table.ipo .cell, table.earnings .cell, table.dividends .cell {
	padding-top:8px;
	padding-bottom:8px;
}

table.ipo .symbol, table.earnings .symbol, table.dividends .symbol {
	text-align:center;
	width:60px;
}
table.ipo .company {
	text-align:left;
	width:190px;
	padding-right:6px;
}
table.ipo .exchange {
	text-align:left;
	width:70px;
}
table.ipo .type {
	text-align:center;
	width:50px;
}
table.ipo .price {
	text-align:right;
	width:165px;
}

table.earnings .estimate {
	text-align:center;
	width:190px;
}
table.earnings .company {
	width:170px;
	text-align:left;
	padding-top:12px;
}
table.earnings .actual, table.earnings .surprise {
	width:60px;
	text-align:right;
}

table.dividends .company {
	text-align:left;
	width:130px;
	vertical-align:middle;
	padding-top:12px;
}

table.dividends .dividend {
	text-align:left;
	width:50px;
	padding-left:5px;
	font-weight:bold;
}

table.dividends .pay_dates, table.dividends .ex_date, table.dividends .announced, table.dividends .recorded {
	text-align:right;
	width:70px;
}

div.highlights {
	padding:10px;
	float:right;
	background: url(../../common/img/econobg.png) repeat-x;
	width:255px;
	_width:250px;
	border-top:1px solid #E8E8DF;
}

/*Economic Highlights*/

div.highlights .header {
	width:230px;
	float:right;
	font-weight:bold;
	font-size:12px;
}

div.up_down_btn {
	float:left;
	width:17px;
	height:17px;
}

div.econodayListItem {
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}
div.econodayListItem a {
	text-decoration:none;
}

div.econodayListItem .date {
	margin-top:7px;
	margin-bottom:7px;
	float:left;
}

div.econodayListItem .details {
	margin-top:7px;
	margin-bottom:7px;
	width:170px;
	float:right;
}

span.Actual {

}

span.Consensus {
	color:#8E8458;
}

span.time {
	color:#666;
}

/*Earnings Right Rail*/
span.mkt_cap {
	font-weight:normal;
	font-size:11px;
}
div.highlights .earnings_header {
	font-weight:bold;
	font-size:12px;
}

div.table {
	margin-top:6px;
}

table.earnings_list td {
	padding-top:8px;
	padding-bottom:8px;
}

div.table .head{
	padding-bottom:3px;
	color:#948E7B;
	border-bottom:1px solid #DFDFDF;
	font-size:10px;
}
div.table .date {
	text-align:left;
	width:65px;
	_width:50px;
}

div.table .symbol {
	text-align:left;
	width:65px;
}
div.table .estimate {
	text-align:right;
	width:65px;
}
div.table .actual {
	text-align:right;
	width:50px;
}

img.div_icon {
	position:relative;
	padding-right:4px;
	padding-left:4px;
	top:2px;
}

div.legend {
	padding-bottom:2px;
	_padding-bottom:0px;
	float:left;
}

div.div_legend {
	padding-bottom:2px;
	_padding-bottom:0px;
}

/**/

div.table_footer {
	vertical-align:middle;
	color:#948E7B;
	background-color:#F4F4EA;
	border-top:#DFDFDF 1px solid;
	border-bottom:#DFDFDF 1px solid;
	margin-bottom:20px;
	font-size:10px;
}

div.econ_table_footer {
	margin-bottom:20px;
}

div.estimateBar {
	position:absolute;
	width:2px;
	height:20px;
	background-color:#6C6857;
}

/*Table Econoday List*/
table.econoday_list {
	width:500px;
	border-spacing:0px;
}

table.econoday_list .header{
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	color:#948E7B;
	text-align:left;
	padding-left:6px;
}

table.econoday_list .cell {
	border-bottom:1px solid #DFDFDF;
	text-align:left;
	font-size:12px;
	padding:6px;
}

div.btn {
	text-align:center;
	background: url(../../common/img/btn_bg.png) repeat-x;
	padding:2px;
	border:#E5E5E5 1px solid;
	color:#605A45;
	width:82px;
	float:right;
	cursor:pointer;
}

input.symbol {
	width:100px;
}

div.watchlist {
	max-height:200px;
	_height: expression( this.scrollHeight > 199 ? "200px" : "auto" );
	overflow:auto;
	overflow-y:auto;
	_overflow:auto;
	width:268px;
}

div.watchlist .symbol {
	color:#948E7B;
	margin-top:10px;
	float:right;
	width:50px;
	border-bottom:#DFDFDF 1px solid;
}

div.watchlist .last {
	color:#948E7B;
	margin-top:10px;
	float:right;
	width:60px;
	border-bottom:#DFDFDF 1px solid;
	text-align:right;
}

div.watchlist .change {
	color:#948E7B;
	margin-top:10px;
	text-align:center;
	float:right;
	width:130px;
	border-bottom:#DFDFDF 1px solid;
	text-align:right;
}

div.watchlist .inital {
	vertical-align:middle;
	text-align:center;
	width:250px;
	padding-top:40px;
	padding-bottom:40px;
	color:#888;
}

div .footer_MM {
	padding-top:4px;
	color:#858585;
	width:250px;
	/*border-top:#DFDFDF 1px solid;*/
}

div.search_text {
	margin-left:6px;
	font-size:12px;
}

div.sectors {
	float:left;
	text-align:left;
	background:white url(../../common/img/filter_bg.png) repeat-x;
	padding:2px;
	border:#E5E5E5 1px solid;
	color:#605A45;
	width:155px;
	margin-top:10px;
	margin-bottom:8px;
	cursor:pointer;
	z-index:999999;
}

input#symbol_search {
	margin-top:5px;
	width:60px;
	float:left;
}

div.no_results {
	font-size:12px;
	color:#666664;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

div.date_range {
	float:left;
	text-align:left;
	background:#E3E3E3 url(../../common/img/filter_bg.png) repeat-x;
	padding:3px 3px 2px 3px;
	border:#E5E5E5 1px solid;
	color:#605A45;
	width:74px;
	cursor:pointer;
	margin-top:5px;
}

.search {
	margin-top:5px;
}

div.sector_list {
	display:none;
	position:absolute;
	z-index:999999;
	top:28px;
	left:54px;
	_left:-161px;
}

div.aq_list {
	display:none;
	position:absolute;
	z-index:999999;
	top:28px;
	left:274px;
	_left:-161px;
}

div.sector {
	text-align:left;
	background:white;
	padding:4px;
	border-right:#D4D4D4 1px solid;
	border-left:#D4D4D4 1px solid;
	border-bottom:#D4D4D4 1px solid;
	color:#605A45;
	width:151px;
	cursor:pointer;
	color:#581A68;
	font-size:10px;
}

div.search_cont {
	display:none;
	background:#f7f6ef;
	padding:5px;
}

div.sector_cont {
	z-index:99999;
	position:relative;
}

img.exit_btn {
	cursor:pointer;
	float:right;
}

div.add_search_sym {
	margin-top:3px;
	float:right;
}

a.no_dec {
	text-decoration:none;
}

img.question_mark {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:-2px;
}

.tag_cloud {
	margin-top:4px;
}

div.my_event {
	width:240px;
}

div#date_range_cont {
	display:none;
	position:absolute;
	top:26px;
	left:64px;
	_left:-78px;
}

.list {
	float:none !important;
	margin-top:0px !important;
}

.type {
	width:30px;
}

.shares_price {
	width:110px;
}

/*Bubble Styles*/

#bubbleTitle {
	border-bottom:0px !important;
	color:#333 !important;
	font-weight:normal !important;
}

#infoBubble {
	z-index:9999999;
}

#ibMidContainer {

}

div.view_def {
	float:right;
	font-size:10px;
	padding-right:8px;
}

div.bubble_cont {
	margin-top:16px;
	color:#4F4C21;
}

div.bubble_cont .bubble_header {
	font-size:12px;
	border-bottom:1px solid #DFDFDF;
	margin-left:8px;
}

div.bubble_cont .released_data {
	float:right;
	font-size:10px;
}

div.bubble_cont .data{
	padding:6px;
	border-bottom:1px solid #CECBC3;
	margin-left:8px;
}

.actual {
	font-weight:bold;
}

div.bubble_cont .highlights_cont {
	margin-top:12px;
	margin-left:8px;
}

div.highlights_header {
	color:#333;
	margin-bottom:10px;
}

div.bubble_cont p {
	line-height:16px;
	color:#333;
}

div.mn_header {
	color:#333;
	font-weight:bold;
}

div.mn_disc {
	font-size:10px;
}

img.expand_icon {
	vertical-align: middle;
	float:right;
	padding:5px 3px 0px 0px;
}

img.delete_btn {
	float:right;
	cursor:pointer;
	margin-top:-4px;
	_margin-top:0px;
	margin-left:6px;
}

/* -------------- LiveSearch Styles ---------------*/
div.symbolSearchHidden,
div.symbolSearchHidden2,
div.symbolSearchHidden3 {display: none;}
div.symbolSearch,
div.symbolSearch2,
div.symbolSearch3 {font-family: Arial,Verdana,serif;font-size: 12px;position: absolute;border: 1px solid #a29d8f;background: #fff url(../../common/img/livesearchgradient.png) bottom left repeat-x scroll;padding:0px;z-index: 99999;margin-left:2px;margin-top:3px;_margin-top:0;}
div.symbolSearch table,
div.symbolSearch2 table,
div.symbolSearch3 table {padding: 0; margin: 1px 0 0 0;border-collapse: collapse;}
div.symbolSearch td,
div.symbolSearch2 td,
div.symbolSearch3 td {color: #000;padding: 6px;cursor: pointer;font-size: 12px;text-align:left;}
div.symbolSearch td.light,
div.symbolSearch2 td.light,
div.symbolSearch3 td.light {color: #999999;padding-right:15px;}
div.symbolSearch tr.selected td,
div.symbolSearch2 tr.selected td,
div.symbolSearch3 tr.selected td {background:#F4F3E9 none;}
div.symbolSearch tr.symbolSearchGroupEnd td,
div.symbolSearch2 tr.symbolSearchGroupEnd td,
div.symbolSearch3 tr.symbolSearchGroupEnd td { }
div.symbolSearch tr.header-cell td,
div.symbolSearch2 tr.header-cell td,
div.symbolSearch3 tr.header-cell td { background:#f2f0ea none;color:#686458;font-weight:bold;padding:3px 0 3px 6px;border:0;cursor:auto;font-size:12px;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf}
div.symbolSearch tr.header-cell.selected td,
div.symbolSearch2 tr.header-cell.selected td,
div.symbolSearch3 tr.header-cell.selected td { background-color:#f2f0ea;}
div.symbolSearch td.issueName,
div.symbolSearch2 td.issueName,
div.symbolSearch3 td.issueName {width: 210px;}
div.symbolSearch a,
div.symbolSearch2 a,
div.symbolSearch3 a {color: #2D648A;text-decoration: none;}
