div#left_side { width: 420px; float: left;}
div#right_side {float: right; width: 500px;}
p#ppi_disclaimer,#median_note { 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;
}


#rex_ticker_inner
{
	height: 257px;
	margin-bottom: 0px;
	text-align: left;
}

.rex_ticker_sub_links
{
	font-size: 11px !important; padding: 3px 8px 0px 4px; text-align: right !important; display: block;
	background-color: #e5e5e5;
}

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: 11px;
	line-height: 12px;
	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: 6px 3px 6px 3px;
	border-right: 1px solid #ededed;
}

div#rex_state_disclaimer
{
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px dotted #DDD;
	font-size: 0.7em;
}
table.rex_table td.grey { background-color: #e5e5e5; }
table.rex_table td a { text-align: left; color: #444; text-decoration: none; }
table.rex_table td a:hover { color: #222; text-decoration: underline; }
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; }

table.rex_list { border-collapse: collapse; width: 100%; }
tr.rex_row { background: url('/images/buy_process/table/grey_bg.png') top left repeat-x;  }
tr.rex_row td { padding: 3px; text-align: left; border-bottom: 1px solid #DDDDDD; }
tr.rex_row td a { color: #28306C; text-decoration: none; }
tr.rex_row td a:hover { color: #222; text-decoration: underline; }

a.rex_list_major_link { display: block; padding: 6px 8px; text-align: center; font-weight: bold; background-color: #EEE; border-top: 1px solid #FEFEFE; border-bottom: 1px solid #DDD; color: #639F27; text-decoration: none; }
a.rex_list_major_link:hover { background-color: #DEDEDE; border-top-color: #EEE; border-bottom-color: #CCC; color: #28306C; text-decoration: underline; }

