.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs-panel {
	clear: both;
}
table.daily {
	width: 696px;
	border: 1px solid #999;
	border-spacing: 1px;
}
table.daily td {
	padding: 5px;
}
table.daily thead td {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.daily thead td.nc {
	text-align: left;
}

table.daily tbody td {
	background: #ddd;
	font-size: 9px;
}
table.daily tbody tr.odd td {
	background: #eee;
}
table.daily td span {
	float: left;
}
.ar {
	text-align: right;
}
.al {
	text-align: right;
}
.ac {
	text-align: center;
}
#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 {
	color: #fff !important;
}
#tabs ul li a.stock:hover, table.daily thead.stock td, #tabs ul li a.stockactive {
	background: #B2CCE4;
}
#tabs ul li a.asset:hover, table.daily thead.asset td, #tabs ul li a.assetactive {
	background: #B698D2;
}
#tabs ul li a.bond:hover, table.daily thead.bond td, #tabs ul li a.bondactive {
	background: #7FB9B2;
}
#tabs ul li a.money:hover, table.daily thead.money td, #tabs ul li a.moneyactive {
	background: #F3CD7F;
}







