html, body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000;
}

.container1366x768 {
	width: 1366px;
	height: 768px;
}

#logo {
	position: absolute;
	top: 2px;
	left: 1046px;
}

#heat {
	position: absolute;
	overflow: hidden;
	left: 2px;
	top: 2px;
	width: 1042px;
	height: 582px;
	background-color: #000;
}

#heat .block {
	position: absolute;
	width: 137px;
	height: 133px;
	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;

	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);

/*	behavior: url(PIE.htc);*/
	-webkit-border-radius: 8px;

	/*-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: 144px;

	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.0)), to(rgba(0,0,0,0.3)));
	border-radius: 8px;

/*	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: 18px;
}
#heat .block span {
	display: inline-block;
}
#heat .block span._name {
	font-family: "MS PGothic", sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 6px;
	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.2em;
	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: 2px;
	top: 583px;
	width: 1041px;
	height: 180px;
/*	background-color: #333;*/
}
#bars .marketbar {
	position: relative;
	vertical-align: middle;
	height: 37px;
	font-size: 16px;
  /*font-weight: bold;*/
}
#bars .marketbar > div.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;

	background:
		-webkit-gradient(linear, left top, left bottom,
			from(rgba(0,0,0,0)),
			to(rgba(0,0,0,0.6))
		);
}
#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.6em;
	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: 36px;
	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:first-child > div.bg,
#bars .marketbar:first-child .bar {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#bars .marketbar:last-child > div.bg,
#bars .marketbar:last-child .bar {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


#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: 3px;
	z-index: 10;
}
#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.6em;
	width: 2.5em;
	color: #bbb;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	font-family: sans-serif;
	z-index: 10;
}
#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: 1046px;
	top: 67px;
	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: 65px;
	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: 40px;
	left: 0;
	bottom: 0;
	/*background-color: red;*/
	/*overflow: hidden;*/
}


#indexes {
	position: absolute;
	left: 1046px;
	top: 472px;
	width: 320px;
	height: 256px;
	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: 32px; /*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 .list > li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#indexes .list > li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#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);
	font-size: 20px;
	font-weight: bold;
	color: #ddd;
}

#indexes .up {color: #e00;}
#indexes .down {color: #0e0;}
#indexes .same {color: #eee;}
#indexes .dimmed {color: #abc;}

#indexes .stale {
	text-decoration: line-through;
	color: #808080;
}

