html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000;
}

.container1280x680 {
	width: 1280px;
	height: 680px;
}

#heat {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 1px;
	width: 960px;
	height: 519px;
	background-color: #000;
}

#heat .block {
	position: absolute;
	width: 147px;
	height: 160px; /* 173 */
	margin: 0;
	padding: 5px;
	/*border: #000 solid 2px;*/
	font-size: 16px;
	/*font-family: Microsoft Sans Serif, Meiryo, MS PGothic, MS Gothic, helvetica, sans-serif;*/
	font-family: Arial Unicode MS, Arial, MS PGothic, MS Gothic, sans-serif;
	color: #fff;

	behavior: url(PIE.htc);
	border-radius: 10px;

	/*-webkit-transition-property: top, left, -webkit-transform;*/
	/*-webkit-transition-duration: 1s, 1s, .1s;*/
	/*-moz-transition-property: top, left, -moz-transform;*/
	/*-moz-transition-duration: 1s, 1s, .1s;*/
	/*-o-transition-property: top, left;*/
	/*-o-transition-duration: 1s;*/
	/*transition-property: top, left;*/
	/*transition-duration: 1s;*/
}
#heat .block.updated  span {
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*font-weight: bold;*/
	/*font-size: 30px;*/
	/*z-index: 10;*/
}
#heat .block > div.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 137px;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.0)), to(rgba(128,128,128,0.3)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.0), rgba(128,128,128,0.3));
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr="#00ffffff", EndColorStr="#40000000", GradientType=0);

	/*behavior: url(PIE.htc);*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.0)), to(rgba(128,128,128,0.3)));*/
	/*background: -moz-linear-gradient(top, rgba(255,255,255,0.0), rgba(128,128,128,0.3));*/
	/*background: -o-linear-gradient(top, rgba(255,255,255,0.0), rgba(128,128,128,0.3));*/
	/*background: linear-gradient(rgba(255,255,255,0.0), rgba(128,128,128,0.3));*/
	/*-pie-background: linear-gradient(rgba(255,255,255,0.0), rgba(128,128,128,0.3));*/
}
#heat .block div {
/*	line-height: 136%; */
	line-height: 21px;
}
#heat .block span {
	display: inline-block;
}
#heat .block span._name {
	font-family: "MS PGothic", sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 8px;
	color: #ffd500;
}
#heat .block span._exch {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 80%;
	color: #b0bfb0;
	/*color: #c05;*/
}
#heat .block  span.label {
	width: 4em;
	padding-left: 0.5em;
	text-align: left;
	vertical-align: bottom;
	color: #e0e0e0;
}
#heat .block span._open,
#heat .block span._high,
#heat .block span._low,
#heat .block span._last,
#heat .block span._change,
#heat .block span._time {
	width: 4em;
	text-align: right;
	vertical-align: bottom;
	color: #ffd500;
}
#heat .block span._open.stale,
#heat .block span._high.stale,
#heat .block span._low.stale,
#heat .block span._last.stale,
#heat .block span._last1.stale,
#heat .block span._change.stale,
#heat .block span._time.stale {
	text-decoration: line-through;
	color: #aaa;
}
#heat .block span._open.updated,
#heat .block span._high.updated,
#heat .block span._low.updated,
#heat .block span._last.updated,
#heat .block span._last1.updated,
#heat .block span._change.updated,
#heat .block span._time.updated {
	font-weight: bold;
	color: #fff;
}
#heat .block.updated  div.bg {
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr="#40ffffff", EndColorStr="#40ffffff", GradientType=0);	
}


#bars {
	position: absolute;
	left: 0;
	top: 520px;
	width: 1280px;
	height: 160px;
	background-color: #333;
}
#bars .marketbar {
	position: relative;
	vertical-align: middle;
	height: 32px;
	font-size: 16px;
  /*font-weight: bold;*/
}
#bars .marketbar > div.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

#bars .marketbar .label {
	display: inline-block;
	position: absolute;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
/*	margin-left: 5em; */
/*	font-family: "MS Gothic", monospace; */
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	margin-top: 0.4em;
	color: #ddd;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	z-index: 10;
}

#bars .marketbar .bar {
	display: inline-block;
/*	position: absolute; */
	left: 0;
	height: 32px;
	width: 100%;
/*	border-top: 1px solid #384766; */
	vertical-align: inherit;
	/*content: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0.6)));*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr="#00000000", EndColorStr="#B0000000", GradientType=0);*/
}

#bars .marketbar .bar.stale {
	background: -webkit-gradient(linear, left top, right top, from(#a0a0a0), to(#a0a0a0));
}

#bars .marketbar .bar > span,
#bars .marketbar .bar > nobr > span {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
/*	top: -1px; */
	height: 100%;
	/*z-index: -1;*/
	font-size: 50%;
	text-align: center;
	z-index: -1;
}
#bars .marketbar .bar .down {
	left: 0;
	/*background: -webkit-gradient(linear, left top, right top, from(#2e2), to(#eee));*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr="#0077aa", EndColorStr="#333333", GradientType=1);*/
}
#bars .marketbar .bar .down.whole {
	background-color: #0077aa;
}
#bars .marketbar .bar .same {
	background-color: #333;
}
#bars .marketbar .bar .up {
	right: -1px;
	/*background: -webkit-gradient(linear, left top, right top, from(#eee), to(#f00));*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr="#333333", EndColorStr="#f7003f", GradientType=1);*/
}
#bars .marketbar .bar .up.whole {
	background-color: #f7003f;
}
#bars .marketbar .bar.stale .down,
#bars .marketbar .bar.stale .down.whole,
#bars .marketbar .bar.stale .same,
#bars .marketbar .bar.stale .up,
#bars .marketbar .bar.stale .up.whole {
	filter: none;
	background-color: #808080;
}
#bars .marketbar img {
	position: absolute;
	top: 0;
}
#bars .marketbar img.down {
	left: 2.5em;
}
#bars .marketbar img.none {
	left: 6.5em;
}
#bars .marketbar img.up {
	left: 10.5em;
}
#bars .marketbar span.figure {
	display: inline-block;
	position: absolute;
	top: 0.4em;
	width: 2.5em;
	color: #bbb;
	text-align: right;
	font-family: sans-serif;
}
#bars .marketbar span.figure.down {
	left: 0;
}
#bars .marketbar span.figure.none {
	left: 4em;
}
#bars .marketbar span.figure.up {
	left: 8em;
}
#bars .marketbar span.figure.updated {
	font-weight: bold;
	color: #fff;
}


#fx {
	position: absolute;
	left: 960px;
	top: 0;
	width: 320px;
	height: 360px;
	/*background-color: blue;*/
}

#fx > ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	font-size: 14px;
}

#fx div.fx {
	display: block;
	height: 58px;
	position: relative;
	/*margin: 0;*/
	/*padding: 0.5em;*/
	/*border-bottom: #111 2px solid;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 1px;*/
	margin: 2px 0;
	/*font-size: 15px;*/
	font-family: sans-serif;
	/*background-color: #f5a645;*/
	/*background: -webkit-gradient(linear, left top, right top, from(#ed6836), to(#fde455));*/
	/*background: -moz-linear-gradient(left, #ed6836, #fde455);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr = "#ed6836", EndColorStr = "#fde455", GradientType = 1);*/

	behavior: url(PIE.htc);
	border-radius: 8px;
	background-color: #ffade;
	background: -webkit-gradient(linear, left top, left bottom, from(#095), to(#032));
	background: -moz-linear-gradient(top, #095, #032);
	background: -o-linear-gradient(top, #095, #032);
	background: linear-gradient(#095, #032);
	-pie-background: linear-gradient(#095, #032);

}
#fx img.flag {
	position: absolute;
	top: 7px;
	left: 7px;
	margin-right: 1px;
}
#fx span._name {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 40px;
	/*color: #b4d9b4;*/
	color: #cdc;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);*/
}
#fx div.data {
	position:relative;
	height: 26px;
}

#fx span._bid,
#fx span._ask,
#fx span._time,
#fx span._netChange {
	position: absolute;
	bottom: 2px;
	/*float: right;*/
	display: inline-block;
	width: 4em;
	min-width: 4em;
	text-align: right;
	/*font-weight: bold;*/
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);*/
	color: #eee;
}
#fx span._bid {
	/*font-weight: bold;*/
	right: 150px;
}
#fx span._ask {
	/*font-weight: bold;*/
	right: 90px;
}
#fx span._netChange {
	/*font-weight: bold;*/
	bottom: 3px;
	right: 40px;
}
#fx span._time {
	top: 5px;
	right: 5px;
	font-size: 10px;
	color: #b0bfb0;
}

#fx span._netChange.positive {
	color: #f7003f;
}
#fx span._netChange.negative {
	color: #4ce;
}
#fx .pips {
	font-size: 1.3em;
}
#fx span._bid.stale,
#fx span._ask.stale,
#fx span._netChange.stale,
#fx span._time.stale {
	text-decoration: line-through;
	color: #aaa;
}
#fx div._chart {
	position: absolute;
	/*display: inline-block;*/
	margin: 2px 0;
	width: 320px;
	height: 34px;
	left: 0;
	bottom: 0;
	/*background-color: red;*/
	/*overflow: hidden;*/
}


#indexes {
	position: absolute;
	left: 960px;
	top: 360px;
	width: 320px;
	height: 160px;
	background-color: #000;
	font-family: /*MS Gothic,*/ sans-serif;
}
#indexes .list {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	/*font-size: 24px;*/
}
#indexes .list > li {
	padding: 2px;
	margin-bottom: 1px;
	/*border-bottom: #111 1px solid;*/
	font-size: 16px;
	-webkit-background-clip: padding-box;
	height: 27px;

	behavior: url(PIE.htc);
	background-color: #ffade;
	background: -webkit-gradient(linear, left top, left bottom, from(#059), to(#012));
	background: -moz-linear-gradient(top, #059, #012);
	background: -o-linear-gradient(top, #059, #012);
	background: linear-gradient(#059, #012);
	-pie-background: linear-gradient(#059, #012);
	/*background: -webkit-gradient(linear, left top, left bottom, from(#099), to(#022));*/
	/*background: -moz-linear-gradient(top, #059, #012);*/
	/*background: -o-linear-gradient(top, #059, #012);*/
	/*background: linear-gradient(#099, #022);*/
	/*-pie-background: linear-gradient(#099, #022);*/
}
#indexes ._name {
	display: inline-block;
	margin-top: 4px;
	width: 40%;
	color: #abc;
	font-weight: bold;
	/*text-shadow: -1px -1px 1px rgba(0,0,0,0.6);*/
}
#indexes ._last, ._netchange {
	display: inline-block;
	margin-top: 4px;
	width: 30%;
	text-align: right;
	/*text-shadow: -1px -1px 1px rgba(0,0,0,0.6);*/
	color: #fff;
}

#indexes .up {color: #e00;}
#indexes .down {color: #0e0;}
#indexes .same {color: #eee;}
#indexes .dimmed {color: #abc;}

#indexes .stale {
	text-decoration: line-through;
	color: #808080;
}

