#maincontainer #content table.rpaphtable {
	border-right: 1px solid #E6D2DD;
	border-bottom: 1px solid #E6D2DD;
	border-left: none;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
	font-size: 100%;
	margin: 0 0 1em;
	padding: 0;
	width: auto;
}
#maincontainer #content table.rpaphtable caption {
	color: #6F1E4A;
	font-weight: bolder;
	font-size: 100%;
	margin: .7em 0 0 0;
	padding: 0 0 0.8em 0;
	text-align: left;
}
#maincontainer #content table.rpaphtable th, #maincontainer #content table.rpaphtable td {
	border-top: 1px solid #E6D2DD;
	border-left: 1px solid #E6D2DD;
	margin: 0;
	padding: 4px;
	vertical-align: top;
}
#maincontainer #content table.rpaphtable th {
	background: #EFE7EB;
}
#maincontainer #content table.rpaphtable td.noBorder {
	border: none;
}


