p.distroDate
{
	font-weight:bold;
	color:#777;
}

table.total_distro_distributions_table
{
	width: 340px;
	border: 1px solid #ddd;
}

table.total_distro_distributions_table thead tr td.fundNameCol
{
	width: 223px;
	border-bottom:1px solid #ddd;
	background:#a2ad00;
	font-weight:bold;
	color:#fff;
	padding: 5px;
}

table.total_distro_distributions_table thead tr td.dividendCol
{
	width: 117px;
	border-bottom:1px solid #ddd;
	background:#a2ad00;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding: 5px;
}

/*capital gains start*/
table.capital_gains_distributions_table
{
	width: 340px;
	border: 1px solid #ddd;
}

table.capital_gains_distributions_table thead tr td.fundNameCol
{
	width: 253px;
	border-bottom:1px solid #ddd;
	background:#a2ad00;
	font-weight:bold;
	color:#fff;
	padding: 5px;
}

table.capital_gains_distributions_table thead tr td.dividendCol
{
	width: 187px;
	border-bottom:1px solid #ddd;
	background:#a2ad00;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding: 5px;
}

/*capital gains stop*/

table tbody tr td.fundNameCol
{
	border-bottom:1px solid #ddd;
	padding: 5px;
}

table tbody tr td.dividendCol
{
	border-bottom:1px solid #ddd;
	text-align:center;
	padding: 5px;
}

table tbody tr.alternate
{
	background: #f0f0f0;
}

table tbody tr td.fundNameCol a
{
	text-decoration: none;
	cursor: none;
	color: #000099;
}

table tbody tr td.fundNameCol a:hover
{
	text-decoration: underline;
	cursor: pointer;
	color: #a2ad00;
}

table tbody tr td.fundNameCol a.fundNameLink
{
	text-decoration: none;
	cursor: none;
	color: #000099;
	padding-right: 20px;
}

table tbody tr td.fundNameCol a.fundNameLink:hover
{
	text-decoration: underline;
	cursor: pointer;
	background: url(../unitvalues/images/pdf-vsmall.gif) top right no-repeat;
	color: #a2ad00;
	padding-right: 20px;
}

table tbody tr td.fundNameCol a.fundNameLinkNoPDF
{
	text-decoration: none;
	cursor: none;
	color: #000099;
}

table tbody tr td.fundNameCol a.fundNameLinkNoPDF:hover
{
	text-decoration: underline;
	cursor: pointer;
	/*background: url(../unitvalues/images/pdf-vsmall.gif) top right no-repeat;*/
	color: #a2ad00;
	/*padding-right: 20px;*/
}