.hoverdropdown_holder {
	position: relative;
	display: block;
	font-size: inherit;
}
.hoverdropdown_content {
	position: absolute;
	left: -8px;
	top: 20px;
	display: inline-block;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #aaa;
	border-bottom: 0px;
}
.hoverdropdown_label {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 0;
	font-size: inherit;
}
.hoverdropdown_option {
	height: 25px;
	line-height: 25px;
	display: block;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
}
.hoverdropdown_option:hover {
	background-color: #eee;
}
.dhtmlselect{
	width: 140px;
	border: 0px;
	position: relative;
	text-indent: 3px;
	cursor: hand;
	cursor: pointer;
	display: inline;
	color: #00f;
	text-decoration: underline;
	padding: 3px;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border: 1px solid black;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #fff7d1;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #ffe469;
}

.shadow {
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
}

#container {
	width: 100%;
}
	
.input_box {
	font-size: 16px;
	font-family: arial;
	border: 1px solid #aaa;
	margin: 10px;
	padding: 6px;
	height: 20px;
	font-weight: bold;
}
	
.input_box:focus {
	border: 1px solid #666;
}
	
.signin_form {
	width: 80px;
	height: 43px;
	background: url('../images/button_login.png') no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: helvetica;
}
	
.signin_form:hover {
	color: #ddf;
	cursor: pointer;
}
	
#footer_container {
	position: absolute;
	bottom: 0%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}
	
#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
	
#footer a {
	font-size: 12px;
}
	
#small_logo {
	margin-left: 50px;
	margin-top: 50px;
	width: 92px;
	height: 92px;
}
	
#login_container {
	position: absolute;
	top: 50%;
	left: 50%;
}
	
#login_box {
	width: 330px;
	height: 240px;
	position: absolute;
	left: -165px;
	top: -120px;
	background: url('../images/form-login-background.png') no-repeat;
	text-align: center;
	font-weight: bold;
}
	
#login_pad {
	margin: 20px;
}
	
#login_help {
	position: relative;
	top: 18px;
	font-size: 12px;
}
	
#login_help a {
	font-size: 12px;
}

#homepage_box {
	width: 683px;
	height: 403px;
	position: absolute;
	left: -342px;
	top: -202px;
	background: url('../images/background-container.png') no-repeat;
	text-align: center;
	font-weight: bold;
}

#homepage_pad {
	margin: 20px;
}

.small_text {
	font-size: 13px;
}

#top_half {
	position: absolute;
	top: 0%;
	bottom: 50%;
	width: 100%;
	background: url('../images/top_gradient.jpg') repeat-x;
}

#bottom_half {
	position: absolute;
	top: 50%;
	bottom: 0%;
	width: 100%;
	background: url('../images/bottom_gradient.png') repeat-x;
}

.login_error {
	font-size: 12px;
	color: #f00;
}

.login_success {
	font-size: 12px;
	color: #0d0;
}

#homepage_logo {
	position: absolute;
	left: 0%;
	margin: 18px;
	margin-left: 22px;
	height: 316px;
	width: 316px;
	background: url('../images/logo_large.png') no-repeat
}

#homepage_container {
	position: absolute;
	right: 0%;
	margin: 18px;
	margin-right: 22px;
	margin-top: 25px;
	height: 300px;
	width: 310px;
	text-align: left;
	font-size: 13px;
}

#homepage_login {
	position: absolute;
	right: 0%;
	font-weight: bold;
	margin-right: 50px;
	margin-top: 30px;
}

.strong_text {
	font-size: 14px;
	display: inline;
}

.underline_text {
	text-decoration: underline;
	font-size: 12px;
	margin: 8px;
	margin-left: 0px;
}

.address_text {
	position: absolute;
	bottom: 0%;
	width: 609px;
	margin-bottom: 21px;
	margin-left: 29px;
	padding: 6px;
	background-color: #ddd;
}

.js_link {
	cursor: pointer;
	text-decoration: underline;
}

.scrape_frame {
	width: 400px;
	height: 85px;
	border: 1px solid #999;
	display: block;
	margin: 10px;
}

#loadbar_1 {
	display: inline-block;
	height: 25px; 
	border: 1px solid black; 
	border-right: 0px;
	background-color: #04d;
	padding: 0px;
	margin: 0px;
	background-image: -moz-linear-gradient(
		center bottom,
		#128 0%,
		#23a 10%,
		#36d 50%,
		#6599ff 100%
	);
}

#loadbar_2 {
	display: inline-block;
	height: 25px;
	border: 1px solid black;
	border-left: 0px;
	background-color: #ddd;
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
}

#loadbar_3 {
	display: inline-block;
	height: 25px;
	line-height: 15px;
	width: 80px;
	border: 1px solid white;
	padding: 5px;
	margin: 0px;
}
.css_table {
	display: table;
}
.css_row {
	display: table-row;
}
.css_cell {
	display: table-cell;
	padding: 6px;
}
.css_cell_l {
	display: table-cell;
	padding: 4px;
	padding-left: 0px;
	padding-right: 8px;
	font-weight: bold;
}
.textright {
	text-align: right;
	font-weight: normal;
}
.ar_even {
	background-color: #fff;
}
.ar_odd {
	background-color: #DBE5F1;
}
.ar_selected {
	background-color: #ffc;
}
.ar_selected:hover {
	background-color: #ffc ! important;
}
.per_page {
	display: block;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	position: static;
	margin-top: 12px;
	width: 100%;
	border: 1px solid #CFCFCF;
	border-bottom: 0px;
}
.filter_smallbox {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	color: rgb(94, 170, 255);
}
.filter_howmany {
	float: right;
	color: #888;
	font-weight: normal;
}
.lq_link {
	color: #000;
	text-decoration: underline;
}

.fin_navlink {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	padding: 0px;
	text-align: center;
	width: 140px;
	border-right: 1px solid #dedede;
	cursor: pointer;
	color: #00f;
	margin-top: 15px;
	font-size: 12px;
	font-family: arial;
}
.fin_navlink:hover {
	text-decoration: underline;
}
.fin_navlink_sel {
	color: #000;
	font-weight: bold;
}
.viewlink2 {
	display: inline-block;
	line-height: 22px;
	height: 22px;
	padding: 0px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	color: #00f;
	margin-top: 15px;
	font-size: 14px;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}
.viewlink {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	padding: 0px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	color: #00f;
	margin-top: 15px;
	font-size: 12px;
	font-family: arial;
}
.viewlink:hover {
	text-decoration: underline;
}
.viewlink_sel {
	color: #000;
	font-weight: bold;
}
.fin_content_section {
	display: none;
	margin-left: 18px;
	margin-top: 10px;
	width: 95%;
	padding: 0px;
	border: 0px solid #c6c6c6;
}
.inline_300 {
	display: inline-block;
	width: 300px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
.inline_120_r {
	display: inline-block;
	width: 120px;
	text-align: right;
}
.finrow {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.finrow_h {
	background-color: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left ! important;
}
.extrasec_row {
	display: block;
	margin: 0px;
	padding: 0px;
}
.extrasec_row:hover {
	background-color: #eee;
}
.extrasec_row2 {
	display: block;
	margin: 0px;
	padding: 0px;
}
.extrasec_edit {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/images/pencil_icon.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
.extrasec_delete {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/images/red_x_2.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 8px;
	padding-right: 3px;
	padding-left: 3px;
}
.extrasec_auc0 {
	display: inline-block;
	width: 25px;
	text-align: right;
	padding-right: 10px;
}
.extrasec_auc1 {
	display: inline-block;
	width: 150px;
}
.extrasec_auc2 {
	display: inline-block;
	width: 300px;
}
.extrasec_auc3 {
	display: inline-block;
	width: 100px;
	text-align: right;
}
.extrasec_auc4 {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.extrasec_county0 {
	display: inline-block;
	width: 180px;
	padding-right: 10px;
}

.extrasec_contact0 {
	display: inline-block;
	width: 25px;
	text-align: right;
	padding-right: 10px;
}
.extrasec_contact1 {
	display: inline-block;
	width: 350px;
}

.extrasec_lientype0 {
	display: inline-block;
	width: 25px;
	text-align: right;
	padding-right: 10px;
}
.extrasec_lientype1 {
	display: inline-block;
	width: 60px;
}
.extrasec_lientype2 {
	display: inline-block;
	width: 250px;
}

.extrasec_purchaser0 {
	display: inline-block;
	width: 25px;
	text-align: right;
	padding-right: 10px;
}
.extrasec_purchaser1 {
	display: inline-block;
	width: 380px;
}

.extrasec_attachment0 {
	display: inline-block;
	width: 350px;
}
.extrasec_attachment1{
	display: inline-block;
	width: 50px;
	text-align: right;
	padding-right: 20px;
}

.edit_auction_1 {
	display: inline-block;
	width: 180px;
}
.edit_auction_2 {
	display: inline-block;
	width: 300px;
}

.edit_contact_1 {
	display: inline-block;
	width: 180px;
}
.edit_contact_2 {
	display: inline-block;
	width: 300px;
}

.edit_lientype_1 {
	display: inline-block;
	width: 180px;
}
.edit_lientype_2 {
	display: inline-block;
	width: 300px;
}

.contact_row {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	height: 25px;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
}
.contact_row_h {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	height: 25px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.contact_row_h {
	font-weight: bold;
}
.contact_row_even {
	background-color: #f0f2ff;
}
.contact_row0 {
	display: inline-block;
	width: 30px;
	padding-left: 8px;
	float: left;
}
.contact_row0 input {
	margin-top: 6px;
}
.contact_row1 {
	display: inline-block;
	width: 150px;
	float: left;
}
.contact_row2 {
	display: inline-block;
	width: 150px;
	float: left;
}
.contact_row3 {
	display: inline-block;
	width: 200px;
	float: left;
}
.contact_row4 {
	display: inline-block;
	width: 150px;
	float: left;
}
.contact_row5 {
	display: inline-block;
	width: 150px;
	float: left;
}
.contact_row6 {
	display: inline-block;
	width: 170px;
	float: left;
}
.contact_row7 {
	display: inline-block;
	width: 150px;
	float: left;
}

.inlinetable {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px #666;
	-webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.inlinetable_h {
	display: block;
	border: 1px solid #bbb;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: bold;
}
.inlinetable_b {
	display: block;
	border: 1px solid #bbb;
	border-top: 0px;
	padding: 7px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.horz_group {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#fcfcfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bbb;
}
.horz_slim {
	height: 19px;
	line-height: 19px;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}
.horz_slim .horz_item {
	height: 19px;
	line-height: 19px;
}
.horz_item {
	float: left;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
	height: 23px;
	line-height: 23px;
	border-right: 1px solid #bbb;
	cursor: pointer;
	font-size: 12px;
}
.horz_item:hover {
	background: #e5e5e5; /* Old browsers */
}
.horz_right {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 0px;
}
.horz_left {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.horz_red {
	color: #fff;
	background: #fc4332; /* Old browsers */
	background: -moz-linear-gradient(top,  #fc4332 0%, #ff6b66 31%, #ff6b66 38%, #ff1e16 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc4332), color-stop(31%,#ff6b66), color-stop(38%,#ff6b66), color-stop(100%,#ff1e16)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fc4332 0%,#ff6b66 31%,#ff6b66 38%,#ff1e16 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fc4332 0%,#ff6b66 31%,#ff6b66 38%,#ff1e16 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fc4332 0%,#ff6b66 31%,#ff6b66 38%,#ff1e16 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fc4332 0%,#ff6b66 31%,#ff6b66 38%,#ff1e16 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4332', endColorstr='#ff1e16',GradientType=0 ); /* IE6-9 */
}
.horz_red:hover {
	background: #ec0000;
}
.contactform_row {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}
.contactform_row_sel {
	background-color: #f6f6f6;
}
.contactform_left {
	display: inline-block;
	float: left;
	line-height: 35px;
	height: 35px;
	width: 180px;
	font-weight: bold;
}
.contactform_right {
	display: inline-block;
	float: left;
	line-height: 35px;
	height: 35px;
}
.contactform_right input {
	margin-top: 6px;
}
.contactform_right select {
	margin-top: 6px;
}
.bluebutton_round:hover {
	text-shadow: #000 1px 1px 1px;
}
.bluebutton_round {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	
	background-color: #6599ff;
	background-image: -moz-linear-gradient(
		center bottom,
		#128 0%,
		#23a 10%,
		#36d 50%,
		#6599ff 100%
	);
	
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	
	-moz-box-shadow: 0px 4px 10px #666;
	-webkit-box-shadow: 0px 4px 10px #666;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.3);
}
.normalbox {
	display: inline-block;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	width: 600px;
	line-height: 25px;
}
.posting_rule_row {
	display: inline-block;
	width: 600px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #aaa;
	border-top: 0px;
}
.account_row {
	display: inline-block;
	width: 600px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #aaa;
	border-top: 0px;
}
.existing_event_row {
	display: inline-block;
	width: 600px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #aaa;
	border-top: 0px;
}
.existing_eventtype_row {
	display: inline-block;
	width: 600px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #aaa;
	border-top: 0px;
}
.ledger_row:hover {
	background-color: #f6f6f6;
}
.ledger_row {
	display: inline-block;
	width: 1170px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border-top: 0px;
	cursor: pointer;
}
.ledger_credit {
	color: #0b0;
}
.ledger_debit {
	color: #f00;
}
.ledger_total {
	background-color: #fff;
}
.ledger_col0 {
	float: left;
	display: inline-block;
	width: 100px;
}
.ledger_col1 {
	float: left;
	display: inline-block;
	width: 220px;
}
.ledger_col2 {
	float: left;
	display: inline-block;
	width: 80px;
}
.ledger_col3 {
	float: left;
	display: inline-block;
	width: 160px;
}
.ledger_col4 {
	float: left;
	display: inline-block;
	width:360px;
	color: #000 ! important;
}
.ledger_col5 {
	float: left;
	display: inline-block;
	width: 120px;
	color: #f00;
}
.ledger_col6 {
	float: left;
	display: inline-block;
	width: 120px;
	color: #0a0;
}

.transaction_bold {
	background-color: #f8f8f8;
}
.transaction_footer {
	border: none ! important;
	font-weight: bold;
}
.transaction_footer div {
	color: #000;
}
.transaction_header {
	border: 0px;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	font-weight: bold;
}
.transaction_header div {
	color: #000;
}
.transaction_row {
	display: inline-block;
	width: 1080px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border-bottom: 1px solid #aaa;
}
.transaction_total {
	background-color: #fff;
}
.transaction_col0 {
	float: left;
	display: inline-block;
	width: 100px;
}
.transaction_col1 {
	float: left;
	display: inline-block;
	width: 300px;
	font-size: 12px;
}
.transaction_col2 {
	float: left;
	display: inline-block;
	width: 300px;
	color: #000 ! important;
}
.transaction_col3 {
	float: left;
	display: inline-block;
	width: 150px;
}
.transaction_col4 {
	float: left;
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #f00;
}
.transaction_col5 {
	float: left;
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #0b0;
}

.transtable_row {
	display: inline-block;
	width: 820px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #aaa;
	border-top: 0px;
}
.transtable_credit {
	color: #0b0;
}
.transtable_debit {
	color: #f00;
}
.transtable_total {
	background-color: #fff;
}
.transtable_col0 {
	float: left;
	display: inline-block;
	width: 150px;
}
.transtable_col1 {
	float: left;
	display: inline-block;
	width: 220px;
}
.transtable_col2 {
	float: left;
	display: inline-block;
	width: 150px;
}
.transtable_col3 {
	float: left;
	display: inline-block;
	width: 250px;
	color: #000 ! important;
}

.newevent_input_row {
	display: inline-block;
	width: 564px;
	margin: 0px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #aaa;
	border-top: 0px;
	background-color: #fff;
}
.posting_rule_edit {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.eventtype_edit {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.account_edit {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.inline_input {
	display: inline-block;
}
.inline_120 {
	display: inline-block;
	width: 120px;
}
.defaultdiv {
	font-family: "Open Sans","HelveticaNeue-Bold","HelveticaNeueBold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	display: inline-block;
	vertical-align: top;
}
.whiteinput {
	outline: medium none;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid rgb(204, 204, 204);
	padding: 0px 8px;
	background-clip: border-box;
	border-radius: 2px 2px 2px 2px;
	transition-property: border;
	transition-duration: 0.35s;
	background-color: white;
	-moz-box-sizing: border-box;
	width: 100%;
	vertical-align: middle;
}
.whitesel {
	outline: medium none;
	height: 28px;
	font-size: 16px;
	border: 1px solid rgb(204, 204, 204);
	padding: 0px 8px;
	padding-right: 0px;
	background-clip: border-box;
	border-radius: 2px 2px 2px 2px;
	transition-property: border;
	transition-duration: 0.35s;
	background-color: white;
	-moz-box-sizing: border-box;
	width: 100%;
	vertical-align: middle;
}
.selrow {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3) inset;
	background-color: #eef ! important;
}
.selcell {
}
.autocomp_holder {
	display: inline-block;
	position: relative;
	width: 2px;
	height: 2px;
	overflow: visible;
}
.autocomp {
	position: absolute;
	top: 19px;
	left: -6px;
	border: 1px solid #aaa;
	background-color: #fff;
	width: 300px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	line-height: 20px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	z-index: 1;
}
.autocomp_float {
	background-color: rgb(255, 255, 255);
	width: 240px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	line-height: 20px;
}
.autocomp_slim {
	position: absolute;
	top: 9px;
	left: -6px;
	border: 1px solid #aaa;
	background-color: #fff;
	width: 240px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	line-height: 20px;
	margin: 0px;
	padding: 5px;
}
.greenbtn {
	display: inline-block;
	padding: 0px 3px;
	color: rgb(255, 255, 255);
	background-color: rgb(78, 158, 25);
	border-radius: 2px 2px 2px 2px;
	font-size: 0.8em;
	margin-right: 3px;
	margin-top: 1px;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	-moz-font-feature-settings: inherit;
	-moz-font-language-override: inherit;
	margin-bottom: 7px;
}
.greenbtn_big {
	display: inline-block;
	padding: 0px 3px;
	color: rgb(255, 255, 255);
	background-color: rgb(78, 158, 25);
	border-radius: 2px 2px 2px 2px;
	font-size: 0.8em;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	-moz-font-feature-settings: inherit;
	-moz-font-language-override: inherit;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 1px;
	margin-bottom: 7px;
	padding: 4px 7px;
}
#purchaser_autocomp {
	position: absolute;
	top: 33px;
	left: 0px;
	border: 1px solid #bbb;
	width: 350px;
	background-color: #fff;
	padding: 8px;
	display: none;
	z-index: 10;
}
#purchaser_edit {
	display: inline-block;
	position: relative;
	overflow: visible;
	height: 34px;
	width: 350px;
}
#purchaser_disp {
	display: none;
	width: 350px;
	line-height: 34px;
	height: 34px;
}
#purchaser_disp_name {
	width: 250px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 34px;
	height: 34px;
}
#purchaser_search {
	margin: 0px;
	padding-left: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#newpurchaserbtn {
	position: absolute;
	right: 20px;
	top: 4px;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;
}
#req_purchaser {
	display: block;
	margin-top: 20px;
	width: 600px;
	height: 61px;
}

#assignee_edit {
	display: inline-block;
	position: relative;
	overflow: visible;
	height: 34px;
	width: 350px;
}
#assignee_autocomp {
	position: absolute;
	top: 33px;
	left: 0px;
	border: 1px solid #bbb;
	width: 350px;
	background-color: #fff;
	padding: 8px;
	display: none;
	z-index: 10;
}
#assignee_disp {
	display: none;
	width: 350px;
	line-height: 34px;
	height: 34px;
}
#assignee_disp_name {
	width: 250px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 34px;
	height: 34px;
}

#taxdeedpetition_contact_edit {
	display: inline-block;
	position: relative;
	overflow: visible;
	height: 34px;
	width: 350px;
}
#taxdeedpetition_contact_autocomp {
	position: absolute;
	top: 33px;
	left: 0px;
	border: 1px solid #bbb;
	width: 350px;
	background-color: #fff;
	padding: 8px;
	display: none;
	z-index: 10;
}
#taxdeedpetition_contact_disp {
	display: none;
	width: 350px;
	line-height: 34px;
	height: 34px;
}
#taxdeedpetition_contact_disp_name {
	width: 250px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 34px;
	height: 34px;
}


#quiettitle_contact_edit {
	display: inline-block;
	position: relative;
	overflow: visible;
	height: 34px;
	width: 350px;
}
#quiettitle_contact_autocomp {
	position: absolute;
	top: 33px;
	left: 0px;
	border: 1px solid #bbb;
	width: 350px;
	background-color: #fff;
	padding: 8px;
	display: none;
	z-index: 10;
}
#quiettitle_contact_disp {
	display: none;
	width: 350px;
	line-height: 34px;
	height: 34px;
}
#quiettitle_contact_disp_name {
	width: 250px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 34px;
	height: 34px;
}

.simplefield {
	float: left ! important;
	padding-right: 15px;
}
.simpleinput {
	margin-bottom: 10px;
}
.simplefillrow {
	display: block ! important;
	width: 400px ! important;
}
.newcontactbtn {
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
}
#newcountybtn {
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;
}
#newauctionbtn {
	position: absolute;
	right: 35px;
	top: 4px;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;
}
#auction_autocomp {
	position: absolute;
	top: 33px;
	left: 0px;
	border: 1px solid #bbb;
	width: 350px;
	background-color: #fff;
	padding: 8px;
	display: none;
}
#auction_edit {
	display: inline-block;
	position: relative;
	overflow: visible;
	height: 34px;
	width: 350px;
}
#auction_disp {
	display: none;
	width: 350px;
	line-height: 34px;
	height: 34px;
}
#auction_disp_name {
	width: 250px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 34px;
	height: 34px;
}
#auction_search {
	margin: 0px;
	padding-left: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
select.simpleinput {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.simpleblock {
	float: none ! important;
	display: inline-block;
	height: 61px;
}
.general_autocomp {
	position: absolute;
	top: 45px;
	left: 2px;
	border: 1px solid black;
	background-color: #fff;
	z-index: 10;
	width: 200px;
	border: 1px solid #bbb;
	width: 350px;
	padding: 8px;
	display: none;
	font-weight: normal;
}

#new_party_contact_edit {
	display: inline-block;
	width: 200px;
}
#new_party_contact_disp {
	display: none;
	width: 400px;
	position: absolute;
	left: 135px;
	top: 0px;
}
#new_party_newedit_contact {
	position: relative;
	width: 300px;
	line-height: 30px;
	display: inline-block;
}
#new_party_contact_disp_inner {
	cursor: pointer;
	border: 1px solid #bbb;
	padding: 0px 8px;
	border-radius: 8px;
	height: 30px;
	min-width: 50px;
}
#new_party_newcontactbtn {
	position: absolute;
	left: 310px;
	top: 0px;
}
#autocomp_party {
	display: inline-block;
	position: static ! important;
	margin-left: 96px;
	margin-top: 28px ! important;
}
#contactsearch {
	width: 170px;
	position: absolute;
	left: 135px;
	top: 0px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
}
#newcontact_addcareof_list {
	display: none;
	width: 630px;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#newcontact_addcareof_dropdown {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block ! important;
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.linksel {
	color: #000;
	font-weight: bold;
}
.linksel:hover {
	text-decoration: none;
}
.addsend_disp {
	display: block;
	line-height: 20px;
	height: 20px;
	width: 300px;
}
.causenum_row {
	display: block;
	line-height: 24px;
	height: 30px;
	width: 400px;
}
.causenum_label {
	display: inline-block;
	line-height: 24px;
	height: 24px;
	width: 135px;
	float: left;
}
.causenum_input {
	display: inline-block;
	float: left;
	line-height: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
#leave_note {
	width: 640px;
	height: 25px;
	margin-bottom: 8px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
#lien_notes_notes {
	display: block;
	margin: 0px;
	padding: 0px;
	max-width: 650px;
}

.edit_icon {
	display: inline-block;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	width: 18px;
	height: 18px;
	background-image: url('/images/pencil_icon.png');
	cursor: pointer;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}
.ipcell {
	display: inline-block; 
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #aaa;
}

.invoice_top {
	display: block;
	overflow: visible;
	background-color: #f6f6f6;
	margin-top: -10px;
	margin-left: -20px;
	margin-right: -30px;
	padding: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #aaa;
	height: 90px;
}
.autocomp3 {
	position: absolute;
	left: 0px;
	top: 50px;
	background-color: #fff;
	border: 1px solid #888;
	padding: 10px;
	width: 250px;
	z-index: 5;
	font-weight: normal;
}
.contact_displaylabel {
	display: inline-block;
	width: 60px;
	font-weight: bold;
}
#contact_displayfields {
	display: inline-block;
	line-height: 25px;
	height: 25px;
	margin-top: 20px;
}
.subtotal_col {
	display: inline-block;
	width: 200px;
	text-align: right;
	font-weight: bold;
	font-size: inherit;
	margin-right: 20px;
	height: 34px;
	float: left;
}
.subtotal_col2 {
	display: inline-block;
	width: 190px;
	font-size: inherit;
	height: 34px;
	float: left;
	text-align: right;
}
.subtotal_block {
	float: right;
	display: inline-block;
	line-height: 34px;
	font-size: 15px;
}
.psource_row {
	display: inline-block;
	float: right;
	margin-top: 8px;
}
.psource_del {
	display: inline-block;
	float: left;
	margin-top: 7px;
	margin-left: -8px;
	margin-right: 5px;
}
#save_invoice_btn {
	float: right;
	display: inline-block;
	width: 210px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
}
#save_btn_holder {
	display: block;
	width: 100%;
	float: left;
	overflow: auto;
	margin-top: 18px;
	margin-bottom: 300px;
}
#assigned_outstanding_box {
	float: right;
	display: block;
	line-height: 28px;
	height: 60px;
	width: 580px;
	padding: 5px;
	margin-top: 20px;
}
#add_psource_btn {
	float: right;
	margin-left: 0px;
	margin-right: 35px;
	margin-top: 5px;
}
#assigned_outstanding_inner {
	width: 550px;
	float: right;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	padding-right: 15px;
}
#psource_leftover {
	display: inline-block;
	font-size: inherit;
}
#psource_prepaysum {
	display: inline-block;
	font-size: inherit;
}
#psource_assigned {
	display: inline-block;
	font-size: inherit;
}
#psource_outstanding {
	display: inline-block;
	font-size: inherit;
}
.psource_disp {
	display: none;
	width: 250px;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
#psource_block {
	float: right;
	display: inline-block;
	width: 840px;
	border: 1px solid #999;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: left ! important;
}
#assets_menu_holder {
	position: relative;
	height: 1px;
	width: 1px;
	float: left;
	overflow: visible;
}
#assets_menu {
	display: inline-block;
	position: absolute;
	left: 197px;
	top: 25px;
	z-index: 2;
	width: 200px;
	background-color: rgb(0, 50, 82);
	padding: 6px;
	color: #fff;
}
.asset_menu_link {
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
}
.asset_menu_link:hover {
	background-color: rgb(50, 100, 132);
	text-decoration: none;
	color: #fff;
}
.redemption_error_table tr td {
	height: 14px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.redemption_error_table tr {
	height: 14px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.redemption_error_table tr td input {
	margin: 4px ! important;
	padding: 0px;
	padding-left: 5px;
	float: left;
}

.forsale_pricerow {
	display: inline-block;
	border: 1px solid #ccc;
	border-top: 0px;
	line-height: 28px;
	height: 27px;
}
.forsale_pricerow_col0 {
	display: inline-block;
	width: 80px;
	text-align: center;
}
.forsale_pricerow_col1 {
	display: inline-block;
	width: 100px;
	padding-right: 20px;
	text-align: right;
}
.forsale_pricerow_col2 {
	display: inline-block;
	width: 210px;
	padding-right: 10px;
}
.bad_address div {
	text-decoration: line-through	
}
#foreclosure_sales_table {
	display: inline-block; overflow: hidden;
}
.foreclosure_sales_row.row_header div {
	font-weight: bold;
	text-align: center ! important;
}
.foreclosure_sales_row {
	display: block;
	overflow: hidden;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.foreclosure_sales_cell {
	display: inline-block;
	float: left;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-size: 12px;
}
.foreclosure_sales_cell.fs_col0 {
	width: 55px;
	text-align: center;
}
.foreclosure_sales_cell.fs_col1 {
	width: 55px;
}
.foreclosure_sales_cell.fs_col2 {
	width: 165px;
}
.foreclosure_sales_cell.fs_col3 {
	width: 140px;
}
.foreclosure_sales_cell.fs_col4 {
	width: 90px;
	text-align: center;
}
.foreclosure_sales_cell.fs_col5 {
	width: 75px;
	text-align: right;
}
.foreclosure_sales_cell.fs_col6 {
	width: 95px;
	text-align: right;
}
.foreclosure_sales_cell.fs_col7 {
	width: 75px;
	text-align: right;
} 
.foreclosure_sales_cell.fs_col8 {
	width: 75px;
	text-align: right;
} 
.foreclosure_sales_cell.fs_col9 {
	width: 70px;
	text-align: right;
}
.foreclosure_sales_cell.fs_col10 {
	width: 80px;
	text-align: center;
}
.foreclosure_sales_cell.fs_col11 {
	width: 90px;
	text-align: right;
}
.foreclosure_sales_cell.fs_col12 {
	width: 85px;
	text-align: right;
}
.foreclosure_sales_cell.fs_col13 {
	width: 90px;
	text-align: right;
}
.foreclosure_sales_cell.fs_col14 {
	width: 80px;
}
.sale_cost_row {
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.sale_cost_cell {
	display: inline-block;
	float: left;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
.sale_cost_cell.sc_col0 {
	width: 120px;
}
.sale_cost_cell.sc_col1 {
	text-align: center;
	width: 100px;
}
.sale_cost_cell.sc_col2 {
	width: 200px;
}
.vendor_expenses_row {
	display: block;
	overflow: hidden;
}
.vendor_expenses_cell {
	display: inline-block;
	float: left;
	line-height: 25px;
	height: 25px;
}
.vendor_expenses_cell.ve_col0 {
	width: 200px;
}
.vendor_expenses_cell.ve_col1 {
	width: 130px;
	text-align: center;
}
.vendor_expenses_cell.ve_col2 {
	width: 100px;
	text-align: center;
}
.vendor_expense_details_row {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.header_row .vendor_expense_details_cell {
	font-weight: bold;
}
.vendor_expense_details_cell {
	display: inline-block;
	float: left;
}
.vendor_expense_details_cell.ved_col0 {
	width: 120px;
}
.vendor_expense_details_cell.ved_col1 {
	width: 270px;
}
.vendor_expense_details_cell.ved_col2 {
	width: 220px;
}
.vendor_expense_details_cell.ved_col3 {
	width: 270px;
}
.vendor_expense_details_cell.ved_col4 {
	width: 120px;
}