@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000000;
	/*background-image: url(../images/pg_bk.png);
	background-position: top right;
	background-repeat: no-repeat;	
	background-image: url(../images/pg_bk_honeycomb.png);*/
	background-image: url(../images/pg_bk_wood.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	color: #FFF;
}
.print {
	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: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #000;
}
h1.formHeading {
	font-weight: normal;
	color: #FFF;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #000;
}
a {
	color: #babcbe;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.headlink:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
}
div#header {
	width: 960px;
	margin: 0 auto;
	padding: 63px 0 0;
}
div#header h1 {
	width: 780px;
	margin: 0 0 0 50px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-shadow: 2px 2px 2px #666;
	color: #FFF;
}
div#header img {
	margin-right: 20px;
}
/*Navbar*/
div#navcon {
	width: 100%;
	height: 40px;
	background-color: #b22730;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	padding: 0;
	border-bottom: solid 1px #333;
	position: fixed;
	z-index: 2000;
	text-shadow: 2px 2px 3px #000;
	box-shadow: 0px 3px 5px #000;
}
div#navcon ul#navbar {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
div#navcon ul#navbar a {
	color: #FFF;
	text-decoration: none;
}
div#navcon ul#navbar a:hover {
	color: #babcbe;
	text-decoration: underline;
}
div#navcon ul#navbar li {
	color: #FFF;
	display: block;
	float: left;
	padding: 0 10px 12px;
	position: relative;
	margin: 10px 0 0;
}
div#navcon ul#navbar li ul {
	display: none;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 30px;
	padding: 5px;
	margin: 0;
	box-shadow: 3px 3px 5px #000;
	border: solid 1px #333;
	background-color: #030000;
	background-image: url(../images/pg_bk.png);
	background-position: top right;
	background-repeat: no-repeat;	
}
div#navcon ul#navbar li:hover ul {
	display: block;
}
div#navcon ul#navbar li ul li a {
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
}
div#navcon ul#navbar li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 5px;
	white-space: nowrap;
}
/*End Navbar*/
div.midbox {
	width: 960px;
	margin: 10px auto 0;
	position: relative;
	font-size: 10px;
}
div.midbox span.grey, div#legend span.grey, a.grey {
	color: #666;
}
div.midbox span.funded, div#legend span.funded, a.funded {
	color: #2d7b45;
}
div.midbox span.paidinfull, div#paidinfull span.paidinfull, a.paidinfull {
	color: #000;
}
div.midbox span.paid1pay, div#paid1pay span.paid1pay, a.paid1pay {
	color: #DE5F00;
}
a.onePay {
	background-color: #FF0;
}
div.midbox span.notfunded, div#legend span.notfunded, a.notfunded {
	color: #b22730;
}
form.jumpform {
	margin-top: 5px;
	float: right;
}
form.jumpform input[type=text].date {
	width: 75px;
}
div.midbox div#closingList {
	position: absolute;
	background-color: #CCC;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	border: solid 2px #666;
	padding: 10px;
	width: 380px;
	left: 280px;
	top: -50px;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	border-radius: 10px;
}
div.midbox div#closingList h1 {
	font-size: 24px;
	margin-bottom: 5px;
	text-align: left;
}
div.midbox div#closingList div#closeIt, div.midbox div#closingDetail div#closeIt2 {
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	font-size: 34px;
	color: #900;
	position: absolute;
	right: 10px;
	top: 0px;
}
div.midbox div#closingList div#closeIt:hover, div.midbox div#closingDetail div#closeIt2:hover {
	text-shadow: none;
	text-shadow: -1px -1px 1px #333;
	color: #F99;
	cursor: pointer;
}
div.midbox div#closingList a {
	display: block;
	font-size: 16px;
	text-decoration: none;
}
div.midbox div#closingList a:hover {
	text-decoration: underline;
}
div.midbox div#closingDetail h1.title {
	font-size: 22px;
	padding-left: 10px;
	text-shadow: 0px -1px 0px #999;
}
div.midbox div#closingDetail {
	font-size: 12px;
	color: #333;
	position: absolute;
	background-color: #CCC;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	border: solid 2px #666;
	padding: 10px;
	top: -70px;
	width: 970px;
	left: -15px;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #fff;
}
div.midbox div#closingDetail div#linkCon {
	display: block;
	text-align: right;
	text-shadow: 1px 1px 1px #fff;
	color: #333;
}
div.midbox div#closingDetail div#linkCon a {
	color: #b22730;
}
div.midbox div#closingDetail h1, div.midbox div#closingDetail b {
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
div.midbox div#closingDetail div#paymentList {
	float: right;
	margin: 20px 40px 0 0;
	font-size: 12px;
}
div.midbox div#closingDetail div#paymentList h3 {
	margin: 0 0 5px;
	text-shadow: 1px 1px 1px #fff;
}
div.midbox div#closingDetail div#paymentList div.legend {
	float: right;
	font-size: 10px;
}
div.midbox div#closingDetail div#paymentList .void {
	color: #b22730;
	text-decoration: line-through;
}
div.midbox div#closingDetail div#paymentList .received {
	color: #eff158;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
div.midbox div#closingDetail div#paymentList .cashed {
	color: #2d7b45;
}
div.midbox div#closingDetail div#paymentList div.payment {
	width: 650px;
	border-bottom: solid 1px #666;
	padding: 2px;
	font-size: 11px;
}
div.midbox div#closingDetail div#paymentList div.payment div.payDate {
	float: left;
	width: 94px;
	margin-right: 5px;
	border-right: solid 1px #333;
}
div.midbox div#closingDetail div#paymentList div.payment div.amount {
	float: left;
	width: 94px;
	margin-right: 5px;
	border-right: solid 1px #333;
	text-align: center;
}
div.midbox div#closingDetail div#paymentList div.payment div.method {
	float: left;
	width: 134px;
	margin-right: 5px;
	border-right: solid 1px #333;
	text-align: center;
}
div.midbox div#closingDetail div#paymentList div.payment div.payDate input[type=text].pdate, div.midbox div#closingDetail div#paymentList div.payment div.amount input[type=text].amountVal, input[type=text].filerecdate {
	width: 94px;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
    outline: none;
}
div.midbox div#closingDetail div#paymentList div.payment div.amount input[type=text].amountVal {
	text-align: center;
}
div.midbox div#closingDetail div#paymentList div.payment div.check {
	float: left;
	width: 50px;
	margin-right: 5px;
	border-right: solid 1px #333;
	text-align: center;
}
div.midbox div#closingDetail div#paymentList div.payment div.recby {
	float: left;
	width: 134px;
	text-align: center;
}
div.midbox div#closingDetail div#paymentList div.total {
	width: 650px;
	border-bottom: none;
	padding: 2px 2px 0;
	text-align: right;
	font-size: 1.5em;
}
div.width925 {
}
div.width600{
}
div.width975 {
	width: 975px;
}
div.width650{
	width: 650px;
}
div.midbox div#closingDetail div.pnCon {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
div.midbox div#closingDetail div.pnCon a {
	color: #324852;
	display: inline;
	text-decoration: none;
}
div.midbox div#closingDetail div.pnCon a {
	color: #666;
	text-decoration: underline;
}
div#calendar {
	width: 959px;
	margin: 5px auto 20px;
	border: solid 3px #333;
	background-color: #DDD;
	padding: 5px 10px 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
div#calendar h1 {
	float: left;
	width: 549px;
	margin: 5px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
div#calendar a.previous, div#calendar a.next {
	float: left;
	width: 190px;
	margin: 23px 5px 5px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #666; /*#657b85;*/
}
div#calendar a.previous:hover, div#calendar a.next:hover {
	color: #333;
	text-decoration: underline;
}
div#calendar a.previous {
	text-align: left;
}
div#calendar a.next {
	text-align: right;
}
div#calendar div.day {
	color: #000;
	float: left;
	width: 135px;
	padding: 0px;
	border-style: solid;
}
div#calendar div.day a {
	margin: 0 3px;
}
div#calendar div.title {
	text-align: center;
	font-weight: bold;
	background-color: #666;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	border-color: #333;
	font-size: 12px;
	border-width: 1px;
	padding: 3px 0;
	text-shadow: 1px 1px 1px #b7b7b7, -1px -1px 1px #333;
}
div#calendar div.blank {
	background-color: #EEE;
	border-color: #DDD;
	font-size: 11px;
	border-width: 1px;
}
div#calendar div.today {
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DFF;
	border-color: #333;
	font-size: 11px;
	border-width: 1px;
}
div#calendar div.today:hover {
	background-color: #9EF;
	border-color: #000;
}
div#calendar div.day a {
	display: block;
	font-size: .85em;
	/*color: #333;*/
	font-weight: bold;
}
div#calendar div.active {
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
	border-color: #DDD;
	font-size: 11px;
	border-width: 1px;
}
div#calendar div.active:hover {
	background-color: #ffd5d8;
}
div#calendar div.blank, div#calendar div.today, div#calendar div.active {
	height: 95px;
}
div#calendar div.active h4, div#calendar div.today h4 {
	font-size: 1.1em;
	margin: 0px 5px -.25em 8px;
	float: left;
}
div#calendar div.active div.spacer {
	height: 3px;
}
div#calendar div.active h4 {
	font-weight: normal;
}
div#calendar div.today h4 {
	font-weight: bold;
}
div#calendar div h4.today {
	font-weight: bold;
	background-color: #b22730;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	border-bottom: solid 1px #5d1419;
	float: none;
	padding: 3px;
	margin: 0 0 5px;
	text-shadow: 1px 1px 1px #da5c64, -1px -1px 1px #5d1419;
	box-shadow: 0px 2px 3px #666;
}
div#calendar div.day a.byDate {
	color: #666;
}
div#legend {
	font-size: 10px;
	text-align: right;
	margin: 10px 0 0;
	color: #333;
}
/* Begin Top 10s */
div#top10con {
	width: 985px;
	margin: 0 auto 10px;;
}
div#leftCon {
	width: 664px;
	float: left;
}
div.top10 {
	float: left;
	border: solid 1px #666;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DDD;
	font-size: 18px;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	padding: 5px;
	width: 470px;
}
div#top10lo {
	margin-right: 21px;
}
div.top10 h1 {
	font-size: 16px;
	margin: 0;
	text-align: center;
	color: #333;
	width: auto;
}
div.top10 div.leaders {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	margin: 10px 5px;
}
div.top10 div.title {
	font-weight: bold;
	background-color: #666;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	border-color: #333;
	font-size: 12px;
	border-width: 1px;
	padding: 3px 0;
	text-shadow: 1px 1px 1px #b7b7b7, -1px -1px 1px #333;
}
div.top10 div.active {
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #000;
	border-color: #666;
	font-size: 11px;
}
div.top10 div.center {
	text-align: center;	
}
div.top10 div.title div.place {
	float: left;
	width: 54px;
	margin-left: 5px;	
	border-right: solid 1px #CCC;
}
div.top10 div.title div.LOS {
	float: left;
	width: 163px;
	border-right: solid 1px #CCC;
}
div.top10 div.title div.volume {
	float: left;
	width: 104px;	
	border-right: solid 1px #CCC;
}
div.top10 div.title div.units {
	float: left;
	text-align: center;
	width: 115px;	
}
div.top10 div.active div.place {
	float: left;
	width: 54px;	
	border-right: solid 1px #333;
}
div.top10 div.active div.LOS {
	float: left;
	width: 159px;
	text-align: center;
	margin-left: 5px;
	border-right: solid 1px #333;
}
div.top10 div.active div.volume {
	float: left;
	width: 99px;	
	text-align: center;
	margin-left: 5px;
	border-right: solid 1px #333;
}
div.top10 div.active div.units {
	float: left;
	text-align: center;
	width: 115px;	
}
/* End Top 10s */
/* Begin Form */
span.success {
	width: 800px;
	color: #074;
	font-size: 18px;
	display: block;
	padding: 20px;
	background-color: #DFD;
	border: solid 1px #074;
	margin: 10px auto;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
span.fail {
	width: 800px;
	color: #900;
	font-size: 18px;
	display: block;
	padding: 20px;
	background-color: #FDD;
	border: solid 1px #900;
	margin: 10px auto;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
span.fail a {
	color: #600;
}
span.notify {
	width: 800px;
	color: #FFF;
	font-size: 18px;
	display: block;
	padding: 20px;
	background-color: #000;
	border: solid 1px #FF6;
	margin: 10px auto;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
span.notify a {
	color: #FF6;
}
input.searchItText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-style: solid;
	border: solid 1px #666;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CCC;
	color: #666;
	font-size: 18px;
}
input.searchItText:focus {
	color: #036;
	background-color: #B8DEDC;
	border-color: #036;
}
input.searchItButton {
	margin: 5px;
	border: solid 1px #333;
	background-image: url(../images/ltbk_x25.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px!important;
	text-align: center;
	text-decoration: none!important;
	color: #333!important;
	background-position: top;
	background-repeat: repeat-x;
	outline: none;
	background-color: #6C6;
}
input.searchItButton:hover, input.searchItButton:focus {
	background-color: #9F9;
}
input.button_medium {
	width: 75px;
}
input.button_wide {
	width: 125px;
}
input.button_medium, input.button_wide {
	background-image: url(../images/ltbk_x25.png);
	border: none;
	height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	color: #333!important;
	background-position: top;
	background-repeat: repeat-x;
	outline: none;
	background-color: #6C6;
}
input.button_medium:hover, input.button_wide:hover {
	background-color: #9F9;
}
input.button_330x60 {
	width: 330px;
	height: 60px;
	border: solid 1px #333;
	background-image: url(../images/ltbk_x25.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px!important;
	text-align: center;
	text-decoration: none!important;
	color: #333!important;
	background-position: top;
	background-repeat: repeat-x;
	outline: none;
	background-color: #6C6;
}
input.button_330x60:hover, input.button_330x60:focus {
	background-color: #9F9;
}
div.formcon {
	padding: 20px;
	margin: 10px auto 0;
	border: solid 2px #333;
	background-color: #ACE;
	background-image: url(../images/formBK.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 22px;
	width: 800px;
}
div.formcon form table{
	margin: 0 auto;
}
div.formcon form table span.formText{
	font-size: 24px;
}
div.formcon form table input.text, div.formcon form table input.text_mini, div.formcon form table input.text_short, div.formcon form table select.text, div.formcon form table textarea.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 2px;
	background-image: url(../images/input.png);
	background-position: top;
	background-repeat: repeat-x;
}
div.formcon form table input.text {
	width: 300px;
	height: 30px;
	padding: 15px;
	font-size: 24px;
}
div.formcon form table input.text_mini {
	width: 30px;
	height: 30px;
	padding: 15px;
	font-size: 24px;
}
div.formcon form table input.text_short {
	width: 60px;
	height: 30px;
	padding: 15px;
	font-size: 24px;
}
div.formcon form table select.text {
	width: 330px;
	height: 60px;
	padding: 10px;
	font-size: 24px;
}
div.formcon form table textarea.text {
	width: 300px;
	height: 200px;
	padding: 15px;
	font-size: 16px;
}
div.formcon form table input.text:focus, div.formcon form table input.text_mini:focus, div.formcon form table input.text_short:focus, div.formcon form table select.text:focus, div.formcon form table textarea.text:focus {
	color: #036;
	background-color: #B8DEDC;
	border-color: #036;
}
div.formcon form table span.hint {
	color: #557;
	text-shadow: 0px -1px 0px #CCC;
	font-size: 50%;
	display: block;
}
div.formcon form table a {
	color: #900;
	text-decoration: none;
}
div.formcon form table a:hover {
	text-decoration: underline;
}
input.normal, select.normal, textarea.normal {
	background-color: #CCC;
	color: #666;
	border-color: #666;
}
input.pass, select.pass, textarea.pass {
	background-color: #DFD;
	color: #074;
	border-color: #074;
}
input.fail, select.fail, textarea.fail {
	background-color: #FDD;
	color: #900;
	border-color: #900;
}
td h2 {
	font-weight: normal;
	border-bottom: solid 2px #557;
	color: #557;
	text-shadow: 0px -1px 0px #CCC;
}
/* Begin hidden file input */
.file_input_textbox {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 160px;
	height: 30px;
	padding: 15px;
	border: solid 2px #AA6;
	background-color: #FFA;
	background-image: url(../images/input.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 24px;
	margin-right: 6px;
}
.file_input_div {
	position: relative; 
	width: 130px; 
	height: 60px; 
	overflow: hidden;
	margin-top: 2px;
}
.file_input_button {
	position: absolute; 
	top: 0px;
	width: 130px;
	height: 60px;
	border: none;
	background-image: url(../../images/button_130x60.png);
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px!important;
	text-align: center;
	text-decoration: none!important;
	color: #FFF!important;
	background-position: 0 0;
	outline: none;
}
.file_input_button:active {
	color: #FF9;
	background-position: 0 60px;
}
.file_input_button:hover, .file_input_button:focus {
	color: #000;
	background-position: 0 120px;
}
.file_input_hidden {
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}
/* End Form */
/* Begin InfoTable */
div#infoTable {
	margin: 0 auto;
	width: 960px;
}
div#infoTable a.delete, div#infoTable a.edit {
	text-decoration: none;
	color: #b22730;
}
div#infoTable a:hover {
	text-decoration: underline;
	color: #333;
}
span.user {
	padding: 0 10px;
	display: block;
	margin: 10px auto;
	border: solid 1px #333;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
}
span.odd {
	background-color: #CCC;
}
span.even {
	background-color: #BBB;
}
span.odd:hover, span.even:hover {
	background-color: #999;
}
span.name, a.name {
	display: block;
	float: left;
	width: 400px;
	padding: 10px;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	text-shadow: -1px -1px 1px #333;
}
span.user span.void {
	display: block;
	float: left;
	width: 300px;
	padding: 10px;
	text-align: left;
	font-size: 16px;
	color: #b22730;
	text-shadow: -1px -1px 1px #333;
	text-decoration: line-through;
}
span.name a.white {
	color: #b22730;
	text-shadow: 1px 1px 1px #fff;
}
span.name span {
	display: block;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
}
span.name span.type {
	display: inline;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
}
span.user span.linkList {
	display: block;
	float: right;
	text-align: right;
	padding: 10px;
	text-align: right;
	font-size: 10px;
	text-shadow: 1px 1px 1px #fff;
}
span.user span.linkList a {
}
/* End InfoTable */
/* Begin Closing Detail */
div.tableCon h1 {
	font-size: 24px;
	margin: 10px;
	color: #FFF;
	width: 279px;
	background-color: #333;
	padding: 3px;
	border: solid 1px #000;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
div.row {
	font-size: 24px;
	margin: 10px;
	color: #FFF;
	width: 279px;
	background-color: #EEE;
	padding: 3px;
	border: solid 1px #666;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
}
div.row h2 {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
div.row span {
	float: left;
	margin: 0;
	width: 169px;
	display: block;
	font-size: 12px;
	color: #000;
}
div.pageCon {
	margin: 0 auto;
}
div.tableCon {
	float: left;
}
/* End Closing Detail */
/* Additions 12/11 */
div#totalUandV {
	text-align: center;
	width: 963px;
	margin: 0 auto 20px;
	border: solid 1px #666;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DDD;
	padding: 5px 10px;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
}
div#quartlyReports {
	margin: 20px auto;
}
div#top10lendervolQ1, div#top10lendervolQ2, div#top10lendervolQ3, div#top10lendervolQ4, div#totalprofitQ1, div#totalprofitQ2, div#totalprofitQ3, div#totalprofitQ4, div#totalleadQ1, div#totalleadQ2, div#totalleadQ3, div#totalleadQ4, div#totalleadAnnual, div#totaltypeQ1, div#totaltypeQ2, div#totaltypeQ3 {
	margin-bottom: 20px;
}
h2.collapseHead {
	border-bottom: solid 1px #666;
	margin-bottom: 0px;
}
h2.collapseHead:hover {
	cursor: pointer;
}
h2.collapseHead span {
	color: #557;
}
div#clientInfo, div#leadInfo, div#paymentInfo, div#userInfo {
	width: 1000px;
	margin: 0 auto;
}
div.formrow {
	clear: both;
}
div.formrow h3 {
	clear: both;
	margin: 10px 20px 5px 0;
	padding-left: 30px;
	border-bottom: solid 1px #333;
}
div.formrow div.lcol {
	float: left;
	padding: 5px;
	text-align: right;
	width: 150px;
}
div.formrow div.rcol {
	float: left;
	padding: 5px;
	text-align: left;
	width: 150px;
}
div.formrow div.ccol {
	float: left;
	padding: 5px;
	text-align: center;
	width: 310px;
}
div.formrow div.halfcol {
	float: left;
	padding: 5px;
	text-align: left;
	width: 125px;
}
form.infoForm {
	font-size: 12px;
	border: solid 1px #333;
	background-color: #CCC;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	margin: 10px auto;
	border-radius: 5px;
	padding: 10px;
}
form.infoForm a {
	color: #b22730;
}
form.infoForm input[type=submit] {
	border: solid 1px #5d1419;
	background-color: #b22730;
	background-image: url(../images/small_bk.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #da5c64, -1px -1px 1px #5d1419;
	box-shadow: 2px 2px 3px #666;
	border-radius: 12px;
	padding: 5px 7px;
	font-size: 15px;
}
form.infoForm div.oneSide {
	margin: 0 auto;
	width: 320px;
}
form.infoForm div.leftSide {
	float: left;
	width: 45%;
}
form.infoForm div.rightSide {
	float: right;
	width: 50%;
	margin-left: 5%;
}
table.clientReport {
	font-size: 12px;
	border: solid 1px #333;
	background-color: #CCC;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	margin: 10px auto 20px;
	border-radius: 5px;
	padding: 10px;
}
div.userInfo div#paymentList {
	float: right;
	margin: 10px 0;
	font-size: 12px;
	border: solid 1px #333;
	background-color: #CCC;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 5px;
	padding: 10px;
}
div.userInfo div#paymentList h3 {
	margin: 0 0 5px;
	text-shadow: 1px 1px 1px #fff;
}
div.userInfo div#paymentList div.legend {
	float: right;
	font-size: 10px;
}
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: 650px;
	border-bottom: solid 1px #666;
	padding: 2px;
}
div.userInfo div#paymentList div.payment div.payDate {
	float: left;
	width: 94px;
	margin-right: 5px;
	border-right: solid 1px #333;
}
div.userInfo div#paymentList div.payment div.amount {
	float: left;
	width: 94px;
	margin-right: 5px;
	border-right: solid 1px #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: 94px;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
    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: 50px;
	margin-right: 5px;
	border-right: solid 1px #333;
	text-align: center;
}
div.userInfo div#paymentList div.payment div.method {
	float: left;
	width: 134px;
	margin-right: 5px;
	border-right: solid 1px #333;
	text-align: center;
}
div.userInfo div#paymentList div.payment div.recby {
	float: left;
	width: 134px;
	text-align: center;
}
div.userInfo div#paymentList div.total {
	width: 650px;
	border-bottom: none;
	padding: 8px 2px 0;
	text-align: right;
	font-size: 1.5em;
}
tr.odd {
	background-color: #BBB;
}
div.midbox div#linkCon a {
	font-size: 12px;
	color: #CCC;
}
div.userInfo div#paymentDetails {
	margin: 10px auto;
	width: 500px;
	font-size: 12px;
	border: solid 1px #333;
	background-color: #CCC;
	background-image: url(../images/ltbk_x25.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
	border-radius: 5px;
	padding: 10px;
}
div.userInfo div#paymentDetails h3 {
	margin: 0 0 5px;
	text-shadow: 1px 1px 1px #fff;
}
div.userInfo div#paymentDetails div.legend {
	float: right;
	font-size: 10px;
}
div.userInfo div#paymentDetails .void {
	color: #b22730;
	text-decoration: line-through;
}
div.userInfo div#paymentDetails .received {
	color: #eff158;
	text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
}
div.userInfo div#paymentDetails .cashed {
	color: #2d7b45;
}
div.userInfo div#paymentDetails div.payment {
	width: 500px;
	border-bottom: solid 1px #666;
	padding: 2px;
}
div.userInfo div#paymentDetails div.payment div.payDate {
	float: left;
	width: 94px;
	margin-right: 5px;
	border-right: solid 1px #333;
}
div.userInfo div#paymentDetails div.payment div.amount {
	float: left;
	width: 94px;
	margin-right: 5px;
	border-right: solid 1px #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: 94px;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
    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: 50px;
	margin-right: 5px;
	border-right: solid 1px #333;
	text-align: center;
}
div.userInfo div#paymentDetails div.payment div.method {
	float: left;
	width: 134px;
	margin-right: 5px;
	border-right: solid 1px #333;
	text-align: center;
}
div.userInfo div#paymentDetails div.payment div.recby {
	float: left;
	width: 134px;
	text-align: center;
}
div.userInfo div#paymentDetails div.total {
	width: 500px;
	border-bottom: none;
	padding: 8px 2px 0;
	text-align: right;
	font-size: 1.5em;
}
div#payrollInfo {
	margin-top: 15px;
}
div#payrollInfo div.payment {
	width: 400px;
}
div#payrollInfo span.info {
	display: block;
	font-size: 10px;
}
div#payWrapper div.pdate {
	float: left;
	width: 95px;
	text-align: center;
	margin: 0 20px 10px 0;
}
div#payWrapper div.amount {
	float: left;
	width: 95px;
	text-align: center;
	margin: 0 20px 10px 0;
}
div#payWrapper div.method {
	float: left;
	width: 95px;
	text-align: center;
	margin: 0 20px 10px 0;
}
div#payWrapper div.checknum {
	float: left;
	width: 95px;
	text-align: center;
	margin: 0 0 10px 0;
}
div#payWrapper input.pdate {
	float: left;
	width: 89px;
	padding:2px;
	border-width: 1px;
	margin: 0 20px 10px 0;
}
div#payWrapper input.amount {
	float: left;
	width: 89px;
	padding:2px;
	border-width: 1px;
	margin: 0 20px 10px 0;
}
div#payWrapper select.method {
	float: left;
	width: 99px;
	padding:2px;
	border-width: 1px;
	margin: 0 20px 10px 0;
}
div#payWrapper input.checknum {
	float: left;
	width: 89px;
	padding:2px;
	border-width: 1px;
	margin: 0 0 10px 0;
}
div#paymentList a {
	color: #B22730;
}
div#grandTotal {
	text-align: right;
	margin-bottom: 10px;
}
h1.prompt {
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	text-shadow: 2px 2px 3px #000;
}
div#conWrapper {
	width: 960px;
	margin: 20px auto 0;
}
a.mainLinks {
	display: block;
	width: 260px;
	margin: 0 10px 20px;
	padding: 19px;
	text-align: center;
	box-shadow: 2px 2px 3px #000;
	background-color: #BABCBE;	
	background: -moz-linear-gradient(top,  #ffffff 0%, #babcbe 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(83%,#babcbe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#babcbe 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#babcbe 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#babcbe 83%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#babcbe 83%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#babcbe',GradientType=0 ); /* IE6-9 */
	color: #B22730;
	text-shadow: 1px 1px 1px #FFF;
	float: left;
	border-radius: 5px;
	border: solid 1px #e1e1e1;
	font-size: 22px;
}
a.mainLinks:hover {
	text-decoration: none;
	border-color: #B22730;
	background-color: #FFFFFF;	
	background: -moz-linear-gradient(top,  #BABCBE 0%, #FFFFFF 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BABCBE), color-stop(83%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #BABCBE 0%,#FFFFFF 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #BABCBE 0%,#FFFFFF 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #BABCBE 0%,#FFFFFF 83%); /* IE10+ */
	background: linear-gradient(to bottom,  #BABCBE 0%,#FFFFFF 83%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BABCBE', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
}
a.floatLink {
	display: block;
	float: right;
	color: #FFF;
}
.oneSide select {
	width: 160px;
}
.oneSide input[type=text] {
	width: 154px;
}