.table_shadow {
	float: right;
	clear: both;
	width: 100%;
	position: relative;
	right: -2px;
	top: 2px;
	background-color: #eaeaea;
}
.green_table {
	float: right;
	position: relative;
	right: 1px;
	top: 0px;
	border: 1px solid #EAEAEA;
}
.green_table table{
	border-collapse: collapse;
	width: 100%;
}
.green_table table th {
	padding: 6px;
	background-color: #087D5C;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	vertical-align: top;
}
.green_table  .normal{
	font-weight: normal;
	font-size: 10px;
}
.green_table  .bold{
	font-weight: bold;
}
.green_table  tr td {
	background-color: #FFFFFF;
	padding: 5px;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #656464;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	vertical-align: middle;
}
.green_table .even td {
	background-color: #EAEAEA;
	padding: 5px;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #656464;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	vertical-align: middle;
}
.green_table a:link, .green_table a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #656464;
	text-decoration: underline;
}
.green_table a:hover, .green_table a:active {
	font-size: 12px;
	font-weight: normal;
	color: #656464;
	text-decoration: underline;
}
.green_table img {
	width: 23px;
	height: 16px;
}
.chartBox_shadow {
	float: right;
	width: 205px;
	margin-top: 10px;
	position: relative;
	right: -2px;
	top: 0px;
	background-color: #C9C1CC;
}
.chartBox {
	float: right;
	width: 205px;
	position: relative;
	right: 2px;
	top: -2px;
	border: 1px solid #067A53;
	background-color: #FFFFFF;
}
.chart_title {
	color: #F14F11;
	font-size: 14px;
	font-weight: bold;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.chart_title img {
	float: right;
	height: 8px;
	width: 5px;
	margin-top: 5px;
	display: inline;
	margin-left: 4px;
}
.chart_img {
	float: right;
	width: 118px;
	height: 68px;
	margin-right: 42px;
	display: inline;
}
.graph_img {
	float: right;
	width: 191px;
	height: 94px;
	margin-right: 8px;
	display: inline;
}
.chart_reader {
	float: left;
	clear: both;
	width: 100px;
}
.reader {
	color: #067A53;
	font-size: 11px;
	font-weight: normal;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 85px;
	float: right;
	display: inline;
}
.reader img {
	float: right;
	height: 8px;
	width: 7px;
	margin-top: 5px;
	display: inline;
	margin-left: 4px;
}
.fund_num {
	color: #656464;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 8px;
}
.fund_num span{
	color: #656464;/*#006666*/
	font-weight: normal;
}
.fund_info_box {
	width: 400px;
	float: right;
	clear: both;
}
.fund_info_table {
	width: 100%;
	float: right;
}
.fund_info {
	color: #656464;
	font-size: 12px;
	font-weight: bold;
	float: right;
	clear: both;
	margin-top: 8px;
	display: inline;
	width:100%;
}
.fund_info span{
	font-weight: normal;
	display: inline;
}
.table_title {
	color: #077d5b;
	font-size: 16px;
	font-weight: bold;
	float: right;
	clear: both;
	margin-top: 0px;
}
.table_title_descript {
	color: #077d5b;
	font-size: 12px;
	font-weight: normal;
	float: right;
	clear: both;
	margin-bottom: 5px;
}
.table_container {
	width: 220px;
	float: right;
}
.table_title_container {
	float: right;
	margin-bottom: 0px;
}
.top_info {
	float: right;
}
.right_info {
	float: right;
	width:360px;
	margin-top: 20px;
}
.left_info {
	float: left;
}

table.balance{
	border-collapse: collapse;
	width: 100%;
}

table.balance tr th{
	color: #087d5b;
	vertical-align: middle;
	font-weight: bold;	
}

table.balance tr.whitespace td{
	height: 1px;
	background-color: #ffffff;
}

table.balance tr.greenspace td{
	height: 1px;
	padding: 0px;
	background-color: #087d5b;		
}

table.balance tr.content td{
	background-color: #eaeaea;
	vertical-align: middle;
	text-align: center;
	height: 28px;
	border-left: 1px solid #ffffff;
	color: #087d5b;
}

table.balance tr.content td.cell1{
	width: 250px;
	font-weight: bold;
}

table.balance tr.content td.cell2{
	width: 87px;
}

table.balance tr.content td.cell3{
	width: 100px;
}
.funds_stat_shadow {
	float: left;
	position: relative;
	right: -2px;
	top: 0px;
	background-color: #eaeaea;
	width:170px
}
.funds_stat {
	float: right;
	position: relative;
	right: 3px;
	top: -3px;
	border: 1px solid #067A53;
	background-color: #FFFFFF;
	width:170px
}
.funds_stat  table {
	border-collapse: collapse;
	width: 100%;
}
.funds_stat table th {
	padding: 6px;
	background-color: #087D5C;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #F14F11;
	background-color: #F7F7F7;
	vertical-align: top;
}
.funds_stat  tr td {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #353535;
	border-bottom: 1px solid #ABB9B4;
	vertical-align: middle;
}
.funds_stat  tr td span {
	font-weight: bold;
}
