#itemTable {
	width: 100%;
	border: 1px solid #1D397B;
	border-bottom: 0;
}
#itemTable th {
	color: #FFF;
	font-size: 12px;
	padding: 2px 0;
	background-color: #1D397B;
	border-right: 1px solid #FFF;
}
#itemTable th.lastCol {
	border-right: 0;
}
#itemTable td {
	font-size: 12px;
	border-right: 1px solid #1D397B;
	border-bottom: 1px solid #1D397B;
}
#itemTable td.lastCol {
	border-right: 0;
	vertical-align: middle;
}
#innerHeader {
	width: 100%;
	border: 0;
}
#innerHeader td {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	background-color: #1D397B;
	text-align: center;
}
#innerHeader td.topRight {
	border-bottom: 1px solid #FFF;
}
#innerTable {
	border: 0;
	width: 100%;
}
#innerTable td {
	border-right: 0;
	border-bottom: 0;
}
#itemTable td.dataCol4 {
	border-right: 0;
}
