#bd li, #bd p {
    font-size: 1em;
    line-height: 140%;
}

#intraday {
	height : 700px;
	border : 1px #E7E7E7 solid;
	width : 400px;
}

#intraday-container {
	height : 680px;
	width : 400px;	
	overflow-y : auto;
}

#intraday-home-tabs {
	width : 404px;
	list-style : none;
	overflow : hidden;
	margin : 0px;
	padding : 0px;
}

#intraday-home-tabs li {
	width : 80px;
	height : 34px;
	padding-top : 6px;
	color : #FFFFFF;
	vertical-align : middle;
	float : left;
	display : inline;
	font-size : 11px;
	font-weight: bold;
	background-image :url(/home/images/controls/off-button-08072012.png);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	white-space : nowrap;
	text-align : center;
	overflow : hidden;
	cursor : pointer;
	font-family: "Geogtq-Sb", Arial, Helvetica, sans-serif;
	/*border-left: 1px solid #a5a6a6;*/
}

#intraday-home-tabs li.active-tab {
	background-image :url(/home/images/controls/on-button.png);
	color : #137269;
}

.intraday-page {
	display : none;
	width : 400px;
	font-size : 11px;
	max-height : 700px;
}

.active-page {
	display : inline-block;
	visibility : visible;
}

.intraday-page .tickers {
	margin-top : 10px;
}

.intraday-page .ticker {
	margin-bottom : 8px;
	font-size : 11px;
}

.intraday-page ul {
	list-style-type : none;
}

.intraday-page .ticker ul li {
	margin-bottom : 8px;
	font-size : 11px;
}

.intraday-page .ticker-data {
	line-height : 25px;
	vertical-align : middle;
	padding-left : 10px;
}

.intraday-page .ticker-data span {
	display : inline-block;
	line-height : 25px;
	vertical-align : middle;
}

.intraday-page .ticker-data span.last {
	width : 160px;
}

.intraday-page .ticker-data span.change {
	width : 180px;
	background-position : left;
	background-repeat : no-repeat;
	font-weight : bold;
}

.intraday-page .ticker-data span.change.up span {
	background-image : url('/global-img/icons/intraday/arrow-up.png');
	background-position : left;
	background-repeat : no-repeat;
}

.intraday-page .ticker-data span.change.up span {
	padding-left : 20px;
	color : #44AA00;
.intraday-page }

.intraday-page .ticker-data span.change.down span {
	background-image : url('/global-img/icons/intraday/arrow-down.png');
	background-position : left;
	background-repeat : no-repeat;
}

.intraday-page .ticker-data span.change.down span {	
	padding-left : 20px;
	color : #FF0000;
}

.intraday-page .ticker-data span.chart-btn {
	background-image : url('/global-img/icons/silk/chart_curve.png');
	background-position : center;
	background-repeat : no-repeat;
	width : 16px;
	height : 25px;
	cursor : pointer;
}

.intraday-page .ticker-name {
	font-size : 11px;
	font-weight : bold;
	color : #519da3;
	margin-bottom : 5px;
	padding-left : 10px;
}

.intraday-page .ticker-data {
	font-size : 11px;
	height : 25px;
	background-color : #EFEFEF;
	border-bottom : 1px #d8d3cf dotted;
}

.intraday-page .ticker-data a, a:active, a:hover, a:visited {
	color : #75624f;
}





#thoughtleadership {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 354px;
	overflow: hidden;
	background: #e9e8e4 url(/home/images/Thought_Leadership_Tile_08072012-empty.png) no-repeat 2px 0;
	color: #75624F;
}
	#thoughtleadership ul,
	#thoughtleadership li {
		margin: 0;
		padding: 0;
		list-style: none inside none;
	}
	#thoughtleadership .head {
		position: relative;
		top: 0;
		height: 145px;
	}
	#thoughtleadership .body {
		position: relative;
		top: 33px;
		left: 19px;
		text-align: left;
		width: 301px;
	}
	#thoughtleadership #tl-links {
		height: 150px;		
	}
		#tl-links li {
			list-style-image: url('/home/images/circle-bullet.png');
			padding: 5px 0 5px 15px;
			margin-top: 2px;
			height: 13px;
			font-size: 1.2em;
			border-bottom: 1px solid #eaeaea;
			font-family: "Geogtq-Rg", Arial, Helvetica, sans-serif;
		}
		
		#tl-links li a{
			text-decoration: none;	
		}
	#thoughtleadership #tl-videothumbs {
		float: left;
		margin-top: 5px;
	}
		#tl-videothumbs li {
			margin-left: 10px;
			margin-bottom: 10px;
		}
