@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	background-image: none;
	margin: 0;
	color: #000;
}
.screen {
	display: none;
}
h1 {
	width: 960px;
	margin: 0 auto;
	font-weight: normal;
	color: #333;
}
h1.report {
	width: 960px;
	margin: 0 auto;
	font-weight: normal;
	color: #333;
	text-align: center;
}
h1.listHeading {
	display: inline;
	font-weight: normal;
	color: #000;
	font-size: 16pt;
	text-transform: uppercase;
	text-shadow: none;
}
h1.formHeading {
	width: 8.5in;
	font-weight: normal;
	color: #000;
	font-size: 16pt;
	text-align: right;
	text-transform: uppercase;
}
a {
	color: #000;
	text-decoration: none;
}
div.clear {
	clear: both;
}
div#header {
	width: 960px;
	margin: 0 auto;
	padding: 63px 0 0;
}
div#header h1 {
	width: 8in;
	margin: 0 .5in 0 .25in;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-shadow: none;
	color: #000;
}
div#header img {
	margin-right: 20pt;
}
/*Navbar*/
div#navcon {
	display: none;
}
/*End Navbar*/
div.midbox {
	width: 100%;
	margin: .13in auto 0;
	position: relative;
	font-size: 9pt;
}
div#clientInfo, div#leadInfo, div#paymentInfo, div#userInfo {
	width: 100%;
	margin: 0 auto;
}
div.userInfo {
	position: relative;
}
table.clientReport {
	font-size: 8pt;
	border: solid 1pt #333;
	background-color: #FFF;
	color: #333;
	text-shadow: none;
	margin: 10pt 0 20pt;
	border-radius: 5pt;
	padding: 10pt;
}
div#userInfo div#paymentList {
	position: absolute;
	top: 0in;
	left: 3in;
	font-size: 7.5pt;
	border: none;
	background-color: #FFF;
	color: #000;
	padding: 10pt;
	width: 50%;
}
div#userInfo div#paymentList h3 {
	margin: 0 0 .13in;
}
div#userInfo div#paymentList div.legend {
	float: right;
	font-size: 10pt;
}
div#userInfo div#paymentList .void {
	color: #b22730;
	text-decoration: line-through;
}
div#userInfo div#paymentList .received {
	color: #eff158;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
div#userInfo div#paymentList .cashed {
	color: #2d7b45;
}
div#userInfo div#paymentList div.payment {
	width: 750pt;
	border-bottom: solid 1pt #333;
	padding: 2pt;
}
div#userInfo div#paymentList div.payment div.payDate {
	float: left;
	width: 64pt;
	margin-right: 5px;
	border-right: solid 1px #333;
}
div#userInfo div#paymentList div.payment div.amount {
	float: left;
	width: 54pt;
	margin-right: 5pt;
	border-right: solid 1pt #333;
	text-align: center;
}
div.userInfo div#paymentList div.payment div.payDate input[type=text].pdate, div.userInfo div#paymentList div.payment div.amount input[type=text].amountVal {
	width: 30pt;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 8pt;
	color: #000;
	text-shadow: none;
    outline: none;
}
div.userInfo div#paymentList div.payment div.amount input[type=text].amountVal {
	text-align: center;
}
div.userInfo div#paymentList div.payment div.check {
	float: left;
	width: 30pt;
	margin-right: 5pt;
	border-right: solid 1pt #333;
	text-align: center;
}
div.userInfo div#paymentList div.payment div.check input[type=checkbox] {
	display: none;
}
div#userInfo div#paymentList div.payment div.method {
	float: left;
	width: 84pt;
	margin-right: 5pt;
	border-right: solid 1pt #333;
	text-align: center;
}
div#userInfo div#paymentList div.payment div.recby {
	float: left;
	width: 124pt;
	text-align: center;
}
div#userInfo div#paymentList div.total {
	width: 650pt;
	border-bottom: none;
	padding: 8pt 2pt 0;
	font-size: 1.5em;
}
tr.odd {
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	background-color: #999;
}
div.midbox div#linkCon {
	display: none;
}
div#userInfo div#paymentDetails {
	margin: .25in auto 0;
	width: 7in;
	font-size: 7.5pt;
	border: none;
	background-color: #FFF;
	color: #000;
	padding: 10pt;
	width: 50%;
}
div#userInfo div#paymentDetails h3 {
	margin: 0 0 .13in;
}
div#userInfo div#paymentDetails div.legend {
	float: right;
	font-size: 10pt;
}
div#userInfo div#paymentDetails .void {
	color: #b22730;
	text-decoration: line-through;
}
div#userInfo div#paymentDetails .received {
	color: #eff158;
	/*text-shadow: -1pt -1pt 1pt #333, 1pt -1pt 1pt #333, -1pt 1pt 1pt #333, 1pt 1pt 1pt #333;*/
	text-shadow: none;
}
div#userInfo div#paymentDetails .cashed {
	color: #2d7b45;
}
div#userInfo div#paymentDetails div.payment {
	width: 7in;
	border-bottom: solid 1pt #333;
	padding: 2pt;
}
div#userInfo div#paymentDetails div.payment div.payDate {
	float: left;
	width: 64pt;
	margin-right: 5px;
	border-right: solid 1px #333;
}
div#userInfo div#paymentDetails div.payment div.amount {
	float: left;
	width: 54pt;
	margin-right: 5pt;
	border-right: solid 1pt #333;
	text-align: center;
}
div.userInfo div#paymentDetails div.payment div.payDate input[type=text].pdate, div.userInfo div#paymentDetails div.payment div.amount input[type=text].amountVal, div#payrollInfo input[type=text] {
	width: 30pt;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 8pt;
	color: #000;
	text-shadow: none;
    outline: none;
}
div.userInfo div#paymentDetails div.payment div.amount input[type=text].amountVal {
	text-align: center;
}
div.userInfo div#paymentDetails div.payment div.check {
	float: left;
	width: 30pt;
	margin-right: 5pt;
	border-right: solid 1pt #333;
	text-align: center;
}
div.userInfo div#paymentDetails div.payment div.check input[type=checkbox] {
	display: none;
}
div#userInfo div#paymentDetails div.payment div.method {
	float: left;
	width: 84pt;
	margin-right: 5pt;
	border-right: solid 1pt #333;
	text-align: center;
}
div#userInfo div#paymentDetails div.payment div.recby {
	float: left;
	width: 124pt;
	text-align: center;
}
div#userInfo div#paymentDetails div.total {
	width: 7in;
	border-bottom: none;
	padding: 8pt 2pt 0;
	font-size: 1.5em;
}
div#payrollInfo {
	margin-top: 8pt;
}
div#payrollInfo div.payment {
	width: 34pt;
}
div#payrollInfo span.info {
	display: block;
	font-size: 6pt;
}
div#grandTotal {
	text-align: right;
	margin-bottom: 7pt;
	color: #000;
}