.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs-panel {
	clear: both;
}
div.wrap {
	width: 682px;
	border: 1px solid #999;
	padding: 6px 6px 0 6px;
}
table.perf {
	width: 100%;
	border: 1px solid #999;
	border-spacing: 1px;
	margin-bottom: 6px;
}

table.perf td {
	padding: 5px;
	font-family: verdana;
	font-size: 9px;
	line-height: 14px;
	color: #333;
	clear: both;
	vertical-align: middle;
	text-align: right;
}

table.perf td.head, table.perf tr.head td {
	background: #B2CCE4;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
table.perf tr.top td {
	height: 36px;
}

.al {
	text-align: left !important;
}
.ar {
	text-align: right !important;
}
.ac {
	text-align: center !important;
}

table.perf tr.top td span.head {
	float: left;
	font-size: 14px;
}
table.perf tr.top td span.asof {
	float: left;
	font-size: 9px;
}
table.perf tr.top td span.head a {
	color: #333;
}

table.perf td {
	background: #ddd;
}
table.perf tr.odd td {
	background: #eee;
}
#tabs ul li {
	display: block;
	float: left;
	padding: 1px;
	margin: 0;
	background: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	text-align: center;
}

#tabs ul li a {
	display: block;
	float: left;
	width: 158px;
	padding: 4px 0;
	background: #eee;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}

#tabs ul li.blank {
	width: 8px;
	background: none;
	border: none;
}
#tabs ul {
	margin: 0;
	width: 696px;
}
#tabs ul li a:link, #tabs ul li a:active, #tabs ul li a:visited, #tabs ul li a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#tabs ul li a:hover, #tabs ul li a.stockactive, #tabs ul li a.assetactive, #tabs ul li a.bondactive, #tabs ul li a.moneyactive, #options_selector a:hover {
	color: #fff !important;
}
#tabs ul li a.stock:hover, #tabs ul li a.stockactive, #options_selector a.stockhover:hover, #options_selector a.stockactive, table.perf td.hstock, table.perf tr.hstock td {
	background: #B2CCE4;
}
#tabs ul li a.asset:hover, #tabs ul li a.assetactive, #options_selector a.assethover:hover, #options_selector a.assetactive, table.perf td.hasset, table.perf tr.hasset td {
	background: #B698D2;
}
#tabs ul li a.bond:hover, #tabs ul li a.bondactive, #options_selector a.bondhover:hover, #options_selector a.bondactive, table.perf td.hbond, table.perf tr.hbond td {
	background: #7FB9B2;
}
#tabs ul li a.money:hover, #tabs ul li a.moneyactive, #options_selector a.moneyhover:hover, #options_selector a.moneyactive, table.perf td.hmoney, table.perf tr.hmoney td {
	background: #F3CD7F;
}
table.perf tr.hstock_light td {
	background: #dfe8f0;
}
table.perf tr.hasset_light td {
	background: #ded5e5;
}
table.perf tr.hbond_light td {
	background: #d5e5e3;
}
table.perf tr.hmoney_light td {
	background: #ebdfc7;
}
#options_selector {
	margin: 0 auto 10px auto;
	width: 678px;
}
#options_selector td {
	padding: 1px;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
}
#options_selector td.spacer {
	border: 0;
}
#options_selector td.first {
	border: 1px solid #999;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#options_selector td.last {
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#options_selector td a {
	display: block;
	float: left;
	width: 90px;
	padding: 2px 0;
	background: #eee;
}
#options_selector td.first a {
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
#options_selector td.last a {
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
}
#options_selector td a:link, #options_selector td a:active, #options_selector td a:visited, #options_selector td a:hover {
	color: #000;
	font-size: 9px;
	text-decoration: none;
}
#options_selector a.active {
	font-weight: bold;
	color: #fff !important;
}
table.fund_info {
	width: 100%;
}
table.fund_info td {
	text-align: center;
	width: 33.33%;
}
table.fund_info td.spacer {
	border-left: 1px solid #fff;
}
p.onlyPrint {
	display: none;
}
span.pdf {
	display: none;
}













