
#lse-widgets {
	font-size: 11px;
	padding: 0px;
	border: 1px solid #a0b0b1;
	overflow: hidden;
	background-color: #f6f6f6;
	width: 518px;
}

#lse-volume-meter {
	overflow: hidden;
	float: left;
	padding-right: 5px;
	border-right: 1px solid #a0b0b1;
	padding: 5px;
	width: 180px;
	cursor: pointer;
}

#lse-volume {
	overflow: hidden;	
	font-weight: bold;
}

#lse-volume-meter #lse-volume-label, #lse-volume-meter #lse-volume-average-label {
	float: left;
	font-weight: bold;
}

#lse-volume-meter #lse-volume-value, #lse-volume-meter #lse-volume-average-value {
	float: right;
	font-weight: bold;
}

#lse-volume-average-value.up {
	color: #128700;
}

#lse-volume-average-value.down {
	color: #8d1200;
}

#lse-volume-bar {
	height: 7px;
	width: 180px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#lse-volume-bar-left, #lse-volume-bar-right {
	width: 87px;
	height: 7px;
	font-size: 0px;
	float: left;
}

#lse-volume-bar-left {
	background-image: url('/images/home/lse-volume-bar-left.png');
	border-right: 2px solid #6a7475;
}

#lse-volume-bar-right {
	background-image: url('/images/home/lse-volume-bar-right.png');
	text-align: right;
}

#lse-risers-fallers {
	overflow: hidden;
	float: left;
	padding: 5px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 8px;
	cursor: pointer;
}

#lse-risers-fallers a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#lse-risers-fallers a:hover {
	text-decoration: underline;
	color: #000000;
}

#lse-risers-fallers #lse-bars-unchanged {
	position: absolute;
	top: 0px;
	left: 75px;
}

#lse-risers-fallers #lse-bars-mark {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#lse-risers-fallers #lse-fallers {
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

#lse-risers-fallers #lse-risers {
	float: left;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

#lse-risers-fallers #lse-bars {
	float: left;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
}

#lse-risers-fallers #lse-bars ul {
	height: 30px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

#lse-risers-fallers #lse-bars ul li {
	width: 10px;
	margin-right: 1px;
	background-color: #cfd7d9;
	float: left;
	list-style: none;
}

/* bars */

#lse-risers-fallers #lse-bars li.bar-1 { height: 12px; margin-top: 18px; }
#lse-risers-fallers #lse-bars li.bar-2 { height: 14px; margin-top: 16px; }
#lse-risers-fallers #lse-bars li.bar-3 { height: 16px; margin-top: 14px; }
#lse-risers-fallers #lse-bars li.bar-4 { height: 18px; margin-top: 12px; }
#lse-risers-fallers #lse-bars li.bar-5 { height: 20px; margin-top: 10px; }
#lse-risers-fallers #lse-bars li.bar-6 { height: 22px; margin-top: 8px; }
#lse-risers-fallers #lse-bars li.bar-7 { height: 24px; margin-top: 6px; }
#lse-risers-fallers #lse-bars li.bar-8 { height: 26px; margin-top: 4px; }
#lse-risers-fallers #lse-bars li.bar-9 { height: 28px; margin-top: 2px; }
#lse-risers-fallers #lse-bars li.bar-10 { height: 30px; }

#lse-bars #lse-bars-risers .bar-1 { background-color: #f6f800; }
#lse-bars #lse-bars-risers .bar-2 { background-color: #e1ed00; }
#lse-bars #lse-bars-risers .bar-3 { background-color: #d0e500; }
#lse-bars #lse-bars-risers .bar-4 { background-color: #b5d700; }
#lse-bars #lse-bars-risers .bar-5 { background-color: #98c900; }
#lse-bars #lse-bars-risers .bar-6 { background-color: #76b900; }
#lse-bars #lse-bars-risers .bar-7 { background-color: #5cab00; }
#lse-bars #lse-bars-risers .bar-8 { background-color: #409e00; }
#lse-bars #lse-bars-risers .bar-9 { background-color: #2a9300; }
#lse-bars #lse-bars-risers .bar-10 { background-color: #128700; }

#lse-bars #lse-bars-fallers .bar-1 { background-color: #fcf500; }
#lse-bars #lse-bars-fallers .bar-2 { background-color: #efdb00; }
#lse-bars #lse-bars-fallers .bar-3 { background-color: #e0bc00; }
#lse-bars #lse-bars-fallers .bar-4 { background-color: #ce9800; }
#lse-bars #lse-bars-fallers .bar-5 { background-color: #be7700; }
#lse-bars #lse-bars-fallers .bar-6 { background-color: #aa4f00; }
#lse-bars #lse-bars-fallers .bar-7 { background-color: #9a2d00; }
#lse-bars #lse-bars-fallers .bar-8 { background-color: #8d1200; }
#lse-bars #lse-bars-fallers .bar-9 { background-color: #840000; }
#lse-bars #lse-bars-fallers .bar-10 { background-color: #840000; }

#lse-bars #lse-bars-risers li.default, #lse-bars #lse-bars-fallers li.default {
	background-color: #cfd8d9;
}

/* charts */

#market-overview div.ui-tabs-panel ul {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	overflow: hidden;
}

#market-overview div.ui-tabs-panel ul li {
	float: left;
	padding: 0px;
	padding-left: 6px;
	padding-right: 4px;
	margin: 0px;
	border-right: 1px solid #cfd7d9;
	height: 120px;
	list-style: none;
}

#market-overview div.ui-tabs-panel ul li.last {
	border-right: 0px;
	padding-right: 0px;
}

#market-overview div.ui-tabs-panel ul li h3 {
	color: #305490;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;
}

#market-overview div.ui-tabs-panel ul li p {
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
}

#market-overview div.market-chart {
	width: 100px;
	height: 75px;
	cursor: pointer;
}

#market-overview div.ui-tabs-panel ul li div div.tickLabel {
	font-size: 9px;
}

#markets-links {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 12px;
	margin-left: 15px;
}

#markets-links li {
	list-style-image: url('/images/home/markets-links-arrow.png');
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

#markets-links li a {
	color: #000;
	text-decoration: none;
}

/* quick quote */

#quick-quote {
	background: #a0b0b0;
	padding: 15px;
}

#quick-quote form {
	padding: 0px;
	margin: 0px;
}

#quick-quote-input {
	width: 195px;
	color: #6a7475;
}

#quick-quote-title {
	text-transform: uppercase;
	margin-top: 15px;
}

#quick-quote-title h3 {
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #6a7475;
	padding: 0px;
	margin: 0px;
}

#quick-quote-title a {
	float: right;
	font-size: 12px;
	color: #6a7475;
	text-decoration: none;
	margin-top: 4px;
}

/* Home page heatmap  */


#heatmaps table {
	width: 240px;
	margin: 0 auto;
	border: 0px;
	background: #000000;
}

#heatmaps table tr {
	height: 15px;
}

#heatmaps table {
	border-spacing: 1px;
	border-collapse: inherit;
}

/* news ticker */

#news-ticker {
 border:1px solid #A0B0B0;
}

#news-ticker div.latest-news {
 	font-size:12px;
	line-height:26px;
	white-space:nowrap;
	width:518px;
	position:relative;
}

#news-ticker div.latest-news a,
#news-ticker div.latest-news a:hover,
#news-ticker div.latest-news a:visited {
	text-decoration:none;
	color:#333;
	float:left;
	display:block;
	width:0px;	
	overflow:hidden;
}

#news-ticker div.latest-news span {
	background-color:#A0B0B0;
	color:#fff;
	padding: 0px 10px;
	margin-right:10px;
	display: block;
	text-transform:uppercase;
	float:left;
	width:50px;
}
