/* CSS Document */

#tooltip {
    padding: 3px;
    background: #e1f1ff;
    text-align: center;
    font-size: smaller;
}
span.tip {
}
table {
	border: 1px solid #878063;
}
/* The main header */
table thead td {
	background: #878063;
	padding: 2px;
	color: #fff;
}
/* The repeated header */
table tbody tr.header td {
	background: #878063;
	padding: 2px;
	color: #fff;
}
/* The repeated header font */
table tbody tr.header td a {
	color: #fff;
}

table thead td a:link, table thead td a:visited {
	color: white;
	font-weight: bold;
}
table thead td a:hover, table thead td a:visited:hover {
	color: #eaba26;
}
table tbody td {
	border: 1px solid #878063;
	padding: 2px;
}
table.interior {
	border: none;
}
table.interior td {
	border: none;
}
table.interior_largertext {
	border: none;
	font-size: 14px;
}
table.interior_largertext td {
	border: none;
}
.filterheader {
	background-color: #878063;
	color: white;
	padding: 3px 10px 3px 10px;
}
.mftabheader {
	z-index: 300;
	display: block;
}
.mftabheader a {
	display: block;
	float: left;
	margin: 5px 6px 0 0;
	.margin-bottom: -10px;
	padding: 10px 10px 5px 10px;
	background: #b0d8fc;
	font-size: 1.25em;
	font-weight: bold;
	color: #0b3869;
}
.mftabheader a:hover, .mftabheader a:visited:hover {
	background-color: #eaba26;
	color: black;
}
.mftabheader a.selected {
	display: block;
	float: left;
	margin: 5px 6px 0 0;
	.margin-bottom: -10px;
	padding: 10px 10px 5px 10px;
	background: #878063;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.mftabheader a.selected:hover, .mftabheader a.selected:visited:hover {
	background: #878063;
	color: #fff;
}
#mutualfundchart {
	clear: both;
	z-index: 600;
	border-top: 5px solid #878063;
	border-left: 1px solid #878063;
	border-right: 1px solid #878063;
	.margin-top: -10px;
}

