    div.fund-profile-glance {
        width: 200px;
    }
	
/* Standard layout/color */
table.fund-glance {
	width: 200px;
	background-color: #f1f1f1;
	border-bottom: 2px solid #636363;
}

table.fund-glance td {
	text-align: left;
	padding: 0 1em;
	font-size: 9pt;
	color: black;
}

table.fund-glance td.fundname {
	font-size: 9pt;
	text-align: center;
	color: white;
	border-top: 4px solid #636363;
	background-color: black;
	border-bottom: 2px solid #636363;
}

table.fund-glance td.colTitle {
	text-align: left;
	padding-left: 1.3em;
	font-size: 7pt;
	color: #202020;
}

table.fund-glance td.logo {
	text-align: center;
	background-color: white;
}
table.fund-glance img.fund-logo {
	padding-bottom: 1em;
}

/* Color adaptions for diff fund classes */
div.fund-profile-glance table.equity {
	border-bottom: 2px solid #c33;
}
div.fund-profile-glance table.equity td.fundname {
	background-color: #990033;
	border-bottom: 2px solid #c33;
}

div.fund-profile-glance table.mixed {
	border-bottom: 2px solid #669933;
}
div.fund-profile-glance table.mixed td.fundname {
	background-color: #669933;
	border-bottom: 2px solid #99cc66;
}

div.fund-profile-glance table.bond {
	border-bottom: 2px solid #336699;
}
div.fund-profile-glance table.bond td.fundname {
	background-color: #336699;
	border-bottom: 2px solid #6699cc;
}

div.fund-profile-glance table.money {
	border-bottom: 2px solid #ffcc66;
}
div.fund-profile-glance table.money td.fundname {
	background-color: #cc9933;
	border-bottom: 2px solid #ffcc66;
}

div.fund-profile-glance table.guaranteed {
	border-bottom: 2px solid #99cccc;
}
div.fund-profile-glance table.guaranteed td.fundname {
	background-color: #336666;
	border-bottom: 2px solid #99cccc;
}

