.fundScoreBox
{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
}

.fundScoreBtn
{
	text-decoration:none;
	position:absolute;
	top:200px;
	left:298px;
	background:url(/webdata/graphics/btnViewDetails.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:84px;height:20px;
}

.fundScoreBtn:hover
{
	background:url(/webdata/graphics/btnViewDetailsOver.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.fundScoreFullBox
{
	background:#EEEEEE !important;
	margin-top:10px;
	margin-bottom:10px;
}

.fundScoreTable
{
	width:100%;
}

.fundScoreTable th
{
	padding:6px;
	color:#ffffff;
	background:#bbbbbb;
	border:0px;
	font-size:11px;
}

.fundScoreTable td
{
	padding:2px;
	color:#333333;
	font-size:11px;
}

.fundScoreAmount
{
	width:100px;
	text-align:right;
}

.fundScoreTotal
{
	font-weight:bold;
	text-align:right;
}

.fundScoreBtnContainer
{
	position:relative;
}

.fundScoreBackBtn
{
	position:absolute;
	right:50px;
	text-decoration:none;
	background:url(/webdata/graphics/back.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:54px;
	height:20px;
}

.fundScoreBackBtn:hover
{
	background:url(/webdata/graphics/backOver.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.fundScoreHeading
{
	padding-top:10px;
	padding-bottom:10px;
}