.invoiceTable tr td, .idiv {
	font-size: 10pt;
	color: #1f465f;
}
.invoiceTable tr td.invoiceH1, .idiv h1 {
	padding-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid #447C9B 1pt;
	color: #447C9B;
	margin-bottom: 10px;
}
.invoiceTable tr td a, .invoiceTable tr td a:link, .invoiceTable tr td a:active ,.invoiceTable tr td a:hover, .idiv a, .idiv a:link, .idiv a:active, .idiv a:visited, .idiv a, .idiv a:link, .idiv a:active, .idiv a:visited {
	text-decoration: none;
	color: #1f465f;
}
.invoiceTable tr td a.underlined, .invoiceTable tr td a.underlined:link, .invoiceTable tr td a.underlined:active ,.invoiceTable tr td a.underlined:hover, .idiv a:hover {
	text-decoration: underline;
	color: #1f465f;
}
.invoiceH2R {
	font-weight: bold;
	text-align: right;
	color: #1f465f;
}
.invoiceH2C {
	font-weight: bold;
	text-align: center;
	color: #1f465f;
}
.groupTotal {
	font-weight: bold;
	text-align: right;
	border-top: solid #1f465f 1pt;
	color: #1f465f;
}
.invoiceR {
	text-align: right;
	color: #1f465f;
}
.invoiceH2, .idiv h2 {
	font-weight: bold;
	vertical-align: top;
	color: #447C9B;
	font-size: 10pt;
}
.invoiceH2 a:link, .invoiceH2 a:active, .invoiceH2 a:visited, .invoiceH2 a:hover {
	text-decoration: underline;	
	color: #447C9B;
}
input, select {
	font-size: 10pt;
	color: #1f465f;
}
input:disabled {
	color: gray;
}
textarea {
	font-size: 10pt;
	color: #1f465f;
	font-family: Verdana, Arial, sans-serif;
}
.opLink {
	font-size: 8pt;
	color: #1f465f;
	font-weight: normal;
}
.groupTable tr td {
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.groupTable tr td.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}
#totalPopup {
	height: 250px;
}
#pleaseWait {
	height: 150px;
}
.iOverride input {
    margin-right: 3px;
}