.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs-panel {
	clear: both;
}
table.fundinfo {
	width: 696px;
	border: 1px solid #999;
	border-spacing: 1px;
}
table.fundinfo td {
	padding: 10px;
}
table.fundinfo td ul {
	margin-left: 14px !important;
	margin-bottom: 0;
}
table.fundinfo td li {
	margin: 0 !important;
}
table.fundinfo h3 {
	margin-bottom: 2px;
}
.c {
	text-align: center !important;
}
td.w10 { width: 10%; }
td.w40 { width: 40%; }
td.w50 { width: 50%; }

table.small {
	border: 1px solid #999;
	border-spacing: 1px;
	width: 100%;
}
table.small td {
	padding: 3px;
	font-size: 9px;
	background: #ddd;
	vertical-align: middle;
	text-align: center;
}
table.small thead td {
	background: #B2CCE4;
	font-weight: bold;
}
table.small tr.odd td {
	background: #eee;
}
#tabs ul.tabs 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.tabs li a {
	display: block;
	float: left;
	width: 110px;
	padding: 4px 0;
	background: #eee;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
#tabs ul.tabs li.blank {
	background: none;
	border: none;
}
#tabs ul.tabs5 li.blank {
	width: 19px;
}
#tabs ul.tabs4 li.blank {
	width: 46px;
}

#tabs ul.tabs {
	margin: 0;
	width: 696px;
}
#tabs ul.tabs li a:link, #tabs ul.tabs li a:active, #tabs ul.tabs li a:visited, #tabs ul.tabs li a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#tabs ul.tabs li a:hover, #tabs ul.tabs li a.active {
	color: #fff !important;
	background: #B2CCE4;
}
div.disclosure, p.smalltext {
	font-size: 9px;
}




