div#GrantsBox{}


/* Table Design */

div#GrantsBox table#outerTable{
	width: 100%;
	margin: 1em auto 1em auto;
	border: 1px solid #cecece;
}
div#GrantsBox table#outerTable tr{}

div#GrantsBox table#outerTable tr.top{
	color: white;
	background-color: #646464;
	letter-spacing: 0.1em;
}
div#GrantsBox table#outerTable tr th,
div#GrantsBox table#outerTable tr td{
	padding: 0 15px;
	border-left: 1px solid #cecece;
}
div#GrantsBox table#outerTable tr.top th{
	padding-top: 2px;
	padding-bottom: 2px;
}
div#GrantsBox table#outerTable tr td{
	border-bottom: 1px solid #cecece;
}
div#GrantsBox table#outerTable tr th{
	text-align: left;
}
div#GrantsBox table#outerTable tr.top th.leftRow,
div#GrantsBox table#outerTable td.leftRow{
	border-left: none;
}
div#GrantsBox table#outerTable td.leftRow{
	background-color: #dcdcdc;
}
