/*
 * LIGHTSTREAMER - www.lightstreamer.com
 * StockList Demo
 * Copyright (c) 2004-2007 Weswit Srl. All rights reserved.
 */
.wintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	background: #ffffff;
	font-weight: bold;
	text-align: left
}
.tabletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #ffffff;
	background: #9494ce;
	font-weight: bold;
	text-align: left;
	width: 60%;
}
.tabledata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #efefef;
	color: #000000;
	font-weight: normal;
	text-align: right;
	width: 40%;
}
.lscold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-align: right
}
.lslbly {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	text-align: right;
	border-style: none
}
.lslblx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	text-align: left;
	border-style: none
}
.lspx {
	width:1px;
	height:1px;
	background-color: black;
}
.lspxbig {
	width:1px;
	height:1px;
	background-color: black;
}
.lsgbox {
	background: #efefef url(../images/cbg.gif);
}
.avgraph {
	width: 350px;
	height: 185px;
	position: absolute;
	top: 0px;
	left: 830px;
	z-index: 100;
	//background-color: #99CCFF;
}

