.tableHistory
{
	background-color: #505050;	
}
.hisHeader
{
	height: 22px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #dddddd;
	text-align: center;
	border-color: #505050;
	background-color: #333333;
}
.cellCeilingHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #ff00ff;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}
.cellFloorHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #66ccff;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}
.cellRefHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #f7ff31;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}
.normalVolHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #ffffff;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}
.normalTimeHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: yellow;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}
.upPriceHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #00ff00;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}
.downPriceHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #ff0000;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}
.unchangePriceHistory
{
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
	color: #f7ff31;
	border-color: #505050;
	background-color: #111111;
	white-space: nowrap;
}

.divHistory
{
	overflow: auto;
	overflow-y:auto;
	overflow-x: hidden;
	width: auto;

}