

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

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

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

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

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


ul.glance-tasks {
margin: 0;
padding: 0; 
width: 200px;

list-style-type: none;
}
ul.glance-tasks li {
text-align: center;
}

ul.glance-tasks li a {
display: block;
border-bottom: 1px dotted #636363;
text-decoration: none;
padding: 0 1em;
color: black;
}
ul.glance-tasks li a:hover {
	color: #ff8000;
}


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

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

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

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

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

div.glance table.home {
	border-bottom: 2px solid #ffcc66;
}
div.glance table.home td.name {
	background-color: #ff8000;
	border-bottom: 2px solid #ffcc66;
}
