.invoiceInformationLeftColumn
{
	margin-top: 24px;
	margin-bottom: 12px;
	float: left;
	width: 310px;
}
.invoiceInformationRightColumn
{
	margin-top: 24px;
	width: 310px;
	float: right;
}
.invoiceLineItems
{
	clear: both;	
}
.invoiceLineItems table
{
	width: 100%;
	border-spacing: 10px
}
.invoiceLineItems td
{
	padding: 6px 8px 6px 8px;	
	text-transform: uppercase;
}
.lineItemHeader
{
	background-color: #e5e1e7;
	border-bottom: solid 1px #98889F;
	border-top: solid 1px #98889F;
	color: #98889F;
	font-weight: bold;
}
.lineItem
{
	color: black;
}

.lineItemTotal
{
	color: black;
	font-weight: bold;
}
.lineItemAlternate
{
	background-color: #e5e1e7;
	color: black;
}

.invoiceResults
{
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;	
}
.invoiceResultItems table
{
	width: 100%;
	border-spacing: 10px
}
.invoiceResultItems td
{
	padding: 6px 8px 6px 8px;	
	text-transform: uppercase;
}
.invoiceResultsHeader
{
	background-color: #e5e1e7;
	border-bottom: solid 1px #98889F;
	border-top: solid 1px #98889F;
	color: #98889F;
	font-weight: bold;
}
.invoiceResultItem
{
	background-color: white;
	color: black;
}
.invoiceResultItemAlternate
{
	background-color: #e5e1e7;
	color: black;
}

.searchLink
{
	padding: 9px 12px;
	color: white;
	font-weight: bold;
	background-color: #98889f;
	margin-right: 2px;	
}
.searchLinkActive
{
	padding: 9px 12px;
	color: black;
	font-weight: bold;
	background-color: #e5e1e7;
	margin-right: 2px;	
}
.searchForm
{
	padding: 12px;
	margin-top: 9px;
	background-color: #e5e1e7;
}
.searchLabel
{
	display: block;
	float: left;
	width: 120px;
}

.recordButton
{
	color: black;
	background-color: ece9d8;
	border: solid 1px black;
	padding: 4px;
	height: 22px;
	margin-right: 2px;
	vertical-align: middle;
}
.pageTextBox
{
	width: 32px;
	margin-right: 2px;
	vertical-align: middle;
}
.recordsInfo
{
	float: left;
}
.recordSelectors
{
	float: right;
}
.topRecordSelectors
{
	position: relative;
	float: right;
	top: -6px;
}
.downloadRecords
{
	float: left;
	margin-right: 100px;
}