#diversion_rates
{
	background: white url('../images/diagonal_stripes.gif');
	border: 3px solid #04a0d6;
	height: 532px;
	width: 790px;
	padding: 10px;
	position: relative;
}
#diversion_rates img.close_button
{
    cursor: pointer;
    position: absolute;
    top: -13px;
    right: -13px;
}
#diversion_rates #left_column_wrapper
{
	border: 1px solid #cccccc;
	background: white;
	padding: 5px 10px 10px 10px;
	width: 502px;
}

#diversion_rates span.title
{
	color: #559942;
	display: block;
	font-size: 15px;
	font-style: normal;
	text-align: center;
	padding-bottom: 5px;
	width: 500px;
}
#diversion_rates_table_wrapper
{
	background: #f0f5fc url('../images/recycling_logo_tri_image_faded.png') 50% 70% no-repeat;
	border: 1px solid #2878E0;
	overflow: auto;
	width: 500px;
	height: 490px;
	text-align: center;
}
#diversion_rates_table
{
	font-family: arial; 
	width: 480px;
	margin: 0 auto 0 auto;
}
#diversion_rates_table th
{
	color: #559942;
	font-size: 14px;
}
#diversion_rates_table td
{
	font-size: 11px;
	padding: 2px;
	text-align: left;
}
#diversion_rates_table td.row0
{
	font-weight: bold;	
}
#diversion_rates_table td.col_first
{
	padding-left: 10px;
	width: 45%;
}
#diversion_rates_table td.col_last
{
	text-align:  right;
	padding-right: 10px;
	width: 50px;
}
#diversion_rates_table td.row_last
{
    padding-bottom: 10px;
}
#diversion_rates_table tr:hover td
{
    background: white !important;
    font-weight: bold;
}

#diversion_rates div.sidebar
{
	border: 1px solid #cccccc;
	background: white;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 240px;
	padding: 5px 10px 5px 10px;
	height: 520px;
}
#diversion_rates div.sidebar p.sidebar_text
{
	background: transparent url('../images/recycling_globe.png') 50% 50% no-repeat;
	font-family: arial;
	font-size: 11px;
	padding: 0;
	margin: 30px 0 0 0;
	height: 175px;
}
#diversion_rates img.sidebar_bottom_image
{
	position: absolute;
	right: 50px;
	bottom: 10px;
}
#diversion_rates img.sidebar_logo_image
{
	margin: 0 auto 0 auto;
}
#diversion_rates div.sidebar_logo_image_wrapper
{
	text-align: center;
}

