.fxmhDiv {
	position:relative;
	background-color: #000000; 
}

.hourLine {
	position: absolute;
	width: 0; 
	height: 5px;
	color: white;
	border: 1px solid;
}

.timeLine{
	position: absolute;
	width:  0px;
	background: white;
	border: 1px solid #FF6633;
}

.rollOverLine{
	position:absolute;
	width: 0px;
	border:1px solid #009B8E;
}

.textBox{
	position: absolute;
	width: 65px;
	height: 15px;
	font-size: 14px;
	font-family: Arial, Helvetica;
	color: #FF6633;
}

.rollOvertextBox{
	position: absolute;
	width: 60px;
	height: 13px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #009B8E;
}

.market{
	position: relative;
	border:0px solid white;
	background-color: black;
	text-align:left;
	color: white;
	z-index:1000;
}

.marketCell{
	position:absolute; 
	top:50%;
	z-index:1030;
	font-size:11px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	margin-left: 2px;
}

.timeZone{	
	position:absolute;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color:#FFFFFF;
	text-align:right;
}

.title{
	position:absolute;
	font-weight: bold;
	font-size:15px;
	font-family: Arial, Helvetica;
	color: #FF6633;
}


