/*
-----------------------------------------------
GuardianFS styles - Fund Prices
----------------------------------------------- */



/* Overwrites
----------------------------------------------- */
#colLeft {
	width:236px;
	margin-left:30px;
	margin-right:4px;
}
#colRight {
	width:560px;
	margin-left:28px;
	padding-top:10px;
	position:relative;
}

img.USimg {position:absolute; top:0; right:0;}

/* Page specific
----------------------------------------------- */
#colRight h2 {
	font-size:1.4em;
	margin-bottom:0.8em;
}
#unitSymbols {
	border:1px solid #fff;
	margin-bottom:26px;
	width:100%;
	position:relative;
}
#unitSymbols th, #unitSymbols td {
	padding:4px 6px;
	border:1px solid #5D89B1;
	border-top:0;
	border-right:0;
}
#unitSymbols th.first, #unitSymbols td.first {
	border-left:0;
}
#unitSymbols tr.last td {
	border-bottom:0;
}
#unitSymbols th {
	border-bottom:1px solid #fff;
	vertical-align:bottom;
	font-weight:normal;
	position:relative;
}
#unitSymbols th.pellican, #unitSymbols td.pellican {
	background-color:#1F5D94;
}
#unitSymbols th.first img {
	position:absolute;
	top:-7px;
	left:8px;
}

#chart {
	position:absolute;
	top:-8px;
	left:9px;
}