<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.realtimeData {
	color: blue;
	}
.positiveChange {
	color: green;
	}
.negativeChange {
	color: red;
	}
.alt {
	background: #EFEFEF;
	}
p { margin-top: 6px; 
	margin-bottom: 6px; 
	}
/* Grid Table Style */
table.grid, table.grid th, table.grid td { 
	border-collapse:collapse;
	border:1px solid #CCCCCC; 
	}

table.grid th, table.grid td { 
	padding:3px; 
	}

/* None Table Style */
table.none, table.none th, table.none td { 
	border-collapse:collapse;
	border:0px solid #CCCCCC; 
	}

table.none th, table.grid td { 
	padding:3px; 
	}

/* DataGrid Table Style */

table.DataGrid {
	border-collapse: collapse;
	border: 1px solid #393939;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #363636;
	background: #FFFFFF;
	}
table.DataGrid caption {
	text-align: left;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	background: transparent;
	padding:18px 0px 9px 0px;
	color: #393939;
	text-transform: uppercase;
	}
table.DataGrid caption div {
	text-transform: none;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	padding:6px 0px 6px 0px;
	}
table.DataGrid td, table.DataGrid th {
	border: 1px dotted #ACACAC;
	padding: .4em;
	color: #393939;
	}

table.DataGrid thead th.wheat, table.DataGrid tfoot th.wheat {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #393939;
	text-align: center;
	background: #CC3300;
	color: #FFFFFF;
	padding-top:3px;
	}
table.DataGrid thead th.corn, table.DataGrid tfoot th.corn {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #393939;
	text-align: center;
	background: #FFD800;
	color: #454545;
	padding-top:3px;
	}
table.DataGrid thead th.soybean, table.DataGrid tfoot th.soybean {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #393939;
	text-align: center;
	background: #669933;
	color: #FFFFFF;
	padding-top:3px;
	}
table.DataGrid thead th.caption, table.DataGrid tfoot th.caption {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #393939;
	text-align: center;
	background: #FFFFFF;
	color: #393939;
	padding-top:3px;
	}
table.DataGrid thead th, table.DataGrid tfoot th {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #ACACAC;
	text-align: left;
	background: #FFFFFF;
	color: #393939;
	padding-top:3px;
	}
table.DataGrid thead th a, table.DataGrid tfoot th a {
	background: transparent;
	text-decoration: none;
	color: #393939;
	}
table.DataGrid thead th a:hover, table.DataGrid tfoot th a:hover {
	background: transparent;
	color: #FF6633;
	}
table.DataGrid thead th.TableHeader {
		font-size:1.2em;
	}
table.DataGrid tbody td a {
	background: transparent;
	text-decoration: none;
	color: #393939;
	}
table.DataGrid tbody td a.realtimeData {
	color: #0000FF;
	}
table.DataGrid tbody td a:hover {
	background: transparent;
	color: #FF6633;
	}
table.DataGrid tbody tr td.highlight {
	background: yellow;
	text-decoration: none;
	color: #393939;
	}
table.DataGrid tbody th a {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-weight: 700;
	color: #393939;
	}
table.DataGrid tbody th a:hover {
	background: transparent;
	color: #FF6633;
	}
table.DataGrid tbody th, table.DataGrid tbody td {
	vertical-align: top;
	text-align: left;
	}
table.DataGrid tfoot td {
	border: 1px solid #393939;
	background: #4591AD;
	padding-top:3px;
	color: #FFFFFF;
	}
table.DataGridPlus tbody tr:hover td.highlight {
	background: lightsteelblue;
	color: #FF6633;
	}
table.DataGridPlus tbody tr:hover {
	background: lightsteelblue;
	border: 1px solid #393939;
	color: #FFFFFF;
	}
table.DataGridPlus tbody tr:hover th, table.DataGridPlus tbody tr.alt:hover th {
	background: lightsteelblue;
	color: #FFFFFF;
	}
		
/* DataNormal Overrides DataGrid Table Style */

table.DataNormal {
	border: 0px solid #393939;
	}
table.DataNormal thead th, table.DataNormal tfoot th {
	border: 0px solid #ACACAC;
	}
table.DataNormal td, table.DataNormal th {
	border: 0px dotted #999999;
	}
table.DataNormal tfoot td {
	border: 0px solid #393939;
	}

/* message */
#message {
	width: auto;
}
#message td {
	border-width: 1px; border-style: solid; border-color: #393939; 
	padding: 1em;
	white-space: normal;
} 
.message-icon {
	width: 16px; height: 16px; 
	float: left; 
	margin-right: 0.3em; 
	background-image: url(http://jquery-ui.googlecode.com/svn/tags/1.7.1/themes/excite-bike/images/ui-icons_0b54d5_256x240.png); 
	background-position: -16px -144px;
}
.message-text {
	display: inline-block; 
	width: 25em;
}

a.chartlink img {position: relative; top: 0.1em;}	</pre></body></html>