div#left_side { width: 420px; float: left;}
div#right_side {float: right; width: 500px;}
p#ppi_disclaimer { font-size: 0.9em; margin-top: 0px; }

div#rex_ticker
{
	width: 395px;
	height: 313px;
	float: right;
	background-color: white;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
}

div#rex_ticker.wide 
{ 
	width: 500px; 
}

div#rex_ticker img#rex_logo
{
	float: right;
	margin: 0px;
	padding: 0 5px 5px 0;
}

div#rex_ticker div#rex_message
{
	width: 240px;
	float: left;
	font-family:    Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	color: #17286d;
	font-weight: bold;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}


div#rex_ticker div#rex_ticker_inner
{
	height: 260px;
	margin-bottom: 10px;
	text-align: left;
	padding: 0px;
}

div#rex_suburb_nav
{
	background-color: #c9c9c9;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-right: 1px solid white;
	padding: 6px 8px 6px 8px;
	color: white;
}


div#rex_suburb_nav a, div#rex_suburb_nav a:visited { color: #252e6a; text-decoration: none; font-weight: bold;}

/* REX Table */
table.rex_table
{
	font-family:  Tahoma, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	width: 100%;
}
table.rex_table th
{
	background-color: #252e6a;
	color: white;
	padding: 5px;
	border-right: 1px solid white;
}
table.rex_table td
{
	background-color: white;
	color: #555555;
	padding: 4px;
	padding: 5px 0 5px 5px;
	border-right: 1px solid #ededed;
}

div#rex_state_disclaimer
{
	padding-top: 5px;
	border-top: 1px dotted #EEEEEE;
	font-size: 0.7em;
}
table.rex_table td.grey { background-color: #e5e5e5; }
table.rex_table td a { text-align: left; color: #555555; text-decoration: none;}
table.rex_table .end_column { border: none; }
table.rex_table td.rex_up { color: #21af15; 	text-align: right; }
table.rex_table td.rex_down { color: #ba2420; text-align: right; }
table.rex_table td.right {	text-align: right; padding-right: 3px; }
table.rex_table td.center, table.rex_table th.center {	text-align: center; }
table.rex_table td.title { color: #252e6a; font-size: 1.1em;}

table.rex_table .no_data { color: #BBBBBB !important; }
