
tr.data td {
	BORDER-BOTTOM: #bababa 1px solid;
	text-align: right;
}


table.chart td {
	text-align: right;
}

table.windchart{
	width: 465px;
	BORDER-BOTTOM: #bababa 1px solid;
	BORDER-LEFT: #bababa 1px solid;
	BORDER-RIGHT: #bababa 1px solid;
}

table.windchart td {
	text-align: center;
}

table.spotchart td {
}



table.chart td.title {
	color:#777;
	background: white;
	text-align: left;
}


/* http://www.ficml.org/jemimap/style/color/wheel.html */
td.p {
	background: #ff11ee;
	color: #000;
	text-align:center;
}
td.o {
	background: #ee0088;
	color: #000;
	text-align:center;
}
td.n {
	background: #ff1177;
	color: #000;
	text-align:center;
}
td.m {
	background: #ee0033;
	color: #000;
	text-align:center;
}
td.l {
	background: #ff2200;
	color: #000;
	text-align:center;
}
td.k {
	background: #ff6600;
	color: #000;
	text-align:center;
}
td.j {
	background: #ffaa00;
	color: #000;
	text-align:center;
}
td.i {
	background: #ffee11;
	color: #000;
	text-align:center;
}
td.h {
	background: #ddff11;
	color: #000;
	text-align:center;
}
td.g {
	background: #55ff22;
	color: #000;
	text-align:center;
}
td.f {
	background: #11ff88;
	color: #000;
	text-align:center;
}
td.e {
	background: #00ffff;
	color: #000;
	text-align:center;
}

td.d {
	background: #1188ff;
	color: #ffffff;
	text-align:center;
}
td.c {
	background: #0033ff;
	color: #ffffff;
	text-align:center;
}
td.b {
	background: #0000ff;
	color: #ffffff;
	text-align:center;
}

td.a {
	background: #0000aa;
	color: #ffffff;
	text-align:center;
}

table.chart td.text {
	background: #fff;
	color:#777;
}

table.chart td.neg {
	white-space:nowrap;
	background: white;
	color: #ff1177;
}

span.red {
	color: #ff1177;
}

