﻿/***** Positioning Styles *****/
.left-float, .left { float:left !important; }
.right-float, .right { float:right !important; }
.clear-both { clear:both !important; float:none !important; }

.center-text { text-align: center !important; }

.bottom-align { vertical-align: bottom !important; }

.inline { display:inline !important; }

/***** Font Styles *****/
.bold { font-weight:bold !important; }
.italic { font-style:italic !important; }
.underline { text-decoration:underline !important; }
.keep-case, .keep-case a, keep-case label { text-transform: none !important; }

/** Consolidate Web Theme Styles from ajaxStyles.css **/

.ajax__dropdown_arrow_image { background-image: none !important; }
.ajax__dropdown_arrow_wrapper { background-color: transparent !important; }
.ajax__dropdown_frame_line { background-color: transparent !important; }
.ajax__dropdown_arrow { background-color: transparent !important; }

.divCoverStyle
{
	background-position:center center;
}

.divCoverStyle-IEfixbutton
{
	height: 25px; 
	width: 82px; 
	position: relative;
	opacity: .50;
	-moz-opacity: 0.50; 
	filter: alpha(opacity=50); 
	left: 10px; 
	top: -20px; 
	background-color: #000;
}

.ajaxProgress
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat;
}

.yui-ac, .ui-autocomplete
{
	position: relative;
	font-family: arial;
	font-size: 100%;
	z-index: 1; /* z-index needs to be set here so that hover menus will cover customer search inputs */
}

.yui-ac-container
{
	position: absolute;
	top: 1.6em;
	width: 100%;
}

.yui-ac-content {
	position: absolute;
	width: auto;
	left: -90px;
	top: 3px;
	border: 1px solid #808080;
	background: #fff;
	overflow: visible;
	z-index: 9050;
}

.yui-ac-shadow
{
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #000;
	-moz-opacity: 0.10;
	opacity: .10;
	filter: alpha(opacity=10);
	z-index: 9049;
}

.yui-ac iframe
{
	opacity: 0;
	filter: alpha(opacity=0);
	padding-right: .3em;
	padding-bottom: .3em;
}

.yui-ac-content ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.yui-ac-content li
{
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	white-space: nowrap;
	list-style: none; /*zoom:1;*/
}

.yui-ac-content li.yui-ac-prehighlight
{
	background: #B3D4FF;
}

.yui-ac-content li.yui-ac-highlight,
li.ui-menu-item > div.ui-state-active {
	border: none;
	background: #F4F2CA;
	color: #363636;
}


/** Consolidate Web Theme Styles from formfield.css **/
input, textarea, select
{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#6F6F6F;
	font-weight:normal;
	border:solid 1px #7F9DB9;
}

input[type="checkbox"]
{
	border:none;
}

input[type="radio"]
{
	border:none;
}

input.radio { border:none; }
input.checkbox { border:none; }

input, textarea
{
	padding: 1px 0 0 0;
}

textarea
{
	overflow-x: hidden;
	overflow-y: auto;
}

option
{
	background-color:#ffffff;
}

/* Form Field 1 */
.formfield-long { width:250px; }

/* Form Field 2 */
.formfield-medium { width:185px; }

/* Form Field 3 */
.formfield-standard { width:153px; }

/* Form Field 4 */
.formfield-small { width:70px; }

.formfield-small-suffix { width:63px; }

/* Form Field 5 */
.formfield-4char { width:40px; }

/* Form Field 6 */
.formfield-2char { width:33px; }

/* Form Field 7 */
.formfield-emailnotes
{
	width:520px;
	height: 100px;
}

.formfield-emailnotes-wide {
	width: 750px;
	height: 100px;
}

/* Form Field 8 */
.formfield-smallnotes { width:225px; }

.formfieldCustomFieldSelect
{
	width: 200px;
	height: 100px;
	border: 1px solid #AAABAC;
}

/* Drop Down 3*/
.large-dropdown { width:250px; }

.medium-dropdown { width: 185px; }

.standard-dropdown { width:155px; }

/* Drop Down 4*/
.small-dropdown { width:80px; }

/* Drop Down5*/
.dropdown-4 { width:56px;}

/* Drop Down 6*/
.dropdown-2 { width:49px;}

.actionsMenuDropDown
{
	display: block; 
	width: 50px;
	padding:2px 8px 3px 10px;
	background-repeat:no-repeat;
	font-size: 11px;
	color:#58595a;
	background-color:transparent !important;	
}

.stdDropDownImg
{
	width: 75px;
	display: inline-block;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	color: #6F6F6F;
}

.stdDropDownImg-Large
{
	width: 135px;
	display: inline-block;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	color: #6F6F6F;
}

.stdDropDownImg-medium
{
	width: 100px;
	display: inline-block;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	color: #6F6F6F;
}

.submit1
{
	border:solid 1px gray;
	cursor:pointer;
	background-color:#494a4c;
	color:#ffffff !important;
	padding:3px; 
	margin:0px 0px 0px 10px;
	text-transform:lowercase;
}

.submit1[disabled]
{
	border: solid 1px gray;
	cursor: pointer;
	background-color: #C0C0C0;
	color: #ffffff !important;
	margin: 0px 0px 0px 10px;
	text-transform: lowercase;
}

a.submit1, input.submit1
{
	text-decoration: none !important;
	padding: 4px 20px;
	text-transform:lowercase;
	height: 25px;
}

.label1 { margin:0px 10px 0px 0px; }

label
{
	padding-left: 5px;
}

/** Consolidate Web Theme Styles from layout.css **/
#wrapper { width:1000px; }

#blu-nav { overflow:hidden; display:block; }
#blu-nav ul { float:right; list-style-type:none; line-height:30px; }
#blu-nav .welcomeUser { list-style-type:none; line-height:30px;	font-weight:bold; }
#blu-nav ul li { display:inline; text-transform:capitalize; margin: 0px; }
#blu-nav ul li a:hover { text-decoration:none; }

.main-logo a, .logo { float:left; display:block; }
.logo { margin: 0px; }

.poweredByPaySimpleHeader
{
	float:right;
	display:block;
}

#outer { float:left; }

#top-cap { width:980px; height:90px; display:block; margin:0 auto; overflow:hidden; }
#top-cap2 { width:980px; height:113px; display:block; margin:0 auto; overflow:hidden; }
#absolute-cap { width:980px; height:90px; display:block; position:absolute; }
#absolute-cap2 { width:980px; height:113px; position:absolute; }
#bottom-cap
{
	width:980px;
	height:16px;
	margin:0 auto;
	display:block;
	clear:both;
}
#bottom-cap2
{
	width:920px;
	height:30px;
	padding:0px 30px;
	margin:0 auto;
	overflow:hidden;
	font-size:12px;
	color:#363636;
	line-height:28px;
	display:block;
	clear:both;
}

#content { width:980px; margin:0 auto; }
.content-inner
{
	width:920px;
	padding: 10px 30px 10px 30px;
	margin:0 auto;
	min-height: 250px;
}

#footer-nav, .footer-nav
{
	clear:both;
	margin:auto;
	width:1000px;
	text-align:center;
}

#footer-nav ul, #footer-nav div, .footer-nav ul, .footer-nav div
{
	list-style-type:none;
	font-size:10px;
}
#footer-nav ul li, .footer-nav ul li { display:inline; padding: 0px 2px; text-transform:capitalize; }
#footer-nav ul li a, .footer-nav ul li a { font-family: Arial, sans-serif; font-size:10px; }

.app-steps {  width:725px; height:15px; display:block; clear:none; position:absolute; top:33px; }
.app-title {  width:200px; height:15px; display:block; clear:none; position:absolute; }

.star { background:#F4F4F5; border:#E4E4E4 solid 1px; padding:10px 15px; }
.starContainer { vertical-align:middle; width:19px; }

#dash-menu { width:167px; float:left; display:inline; overflow:hidden; }
#dash-menu a:hover { background-position: -167px 0 ; }
.view-dashboard { display:block; width:167px; }
.collect-payments-active:hover, .collect-payments-active { display:block; width:167px; height:62px; }

.collect-payments-invoiceonly { display:block; width:167px; }
.send-invoices { display:block; width:167px; }
.send-invoices-active:hover, .send-invoices-active { display:block; width:167px; height:62px; }

.manage-customers { display:block; width:167px; }
.manage-customers-active:hover, .manage-customers-active { display:block; width:167px; }
.manage-customers-bottom { display:block; width:167px; }
.manage-customers-bottom-active:hover, .manage-customers-bottom-active { display:block; width:167px; }

.appointments { display:block; width:167px; }
.appointments-active:hover, .appointments-active { display:block; width:167px; }
.appointments-bottom { display:block; width:167px; }
.appointments-bottom-active:hover, .appointments-bottom-active { display:block; width:167px; }

.review-reports { display:block; width:167px; }
.review-reports-active:hover, .review-reports-active { display:block; width:167px; }

#get-paid-faster { display:block; width:167px; background-position:5px 15px !important; }

#top-container { width:100%; display:block; overflow:hidden; }
#top-container2 { position:relative; }

input.top-search { position:absolute; }
input.top-search-button
{
	border:none;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
}

#dash-wrapper
{
	width:805px;
	float:left;
	display:inline;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
}
#dash-content
{
	width:745px;
	padding:35px 30px 0px 30px;
}
#dash-bottom, #dash-bottom-no-required
{
	width:745px;
	float:right;
	margin:0px 0px 0px 0px !important;
	overflow:hidden;
	padding:0px 30px !important;
}
#dash-bottom
{
	height:34px;
}
#dash-bottom-no-required
{
	height:16px;
	line-height: 16px;
}

.dashboardMessagesContainer
{
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	padding:3px 0px 1px 0px;
	margin:0px 0px 30px 0px;
	height:80px;
}
.dashboardMessagesContainer table { border-collapse:collapse; width:725px; }
.dashboardMessagesContainer table tbody {  }
.dashboardMessagesContainer table tbody tr td
{
	background-color:#f0f7fb;
	padding:8px 10px 8px 10px;
	border-bottom:solid 3px #ffffff;
}

.notificationSuccess
{
	margin: 10px 0;
	background-color:#f0f7fb;
	padding:8px 10px 8px 10px;
	border-bottom:solid 3px #ffffff;
}

.close-btn { display:block; width:15px; height:15px; }

.modalPopup .close-btn { margin:-5px 0 0 0; }

table { border-collapse:collapse; width:100%; margin: 5px 0 0 0; }
table tr { vertical-align: top; }
table tr td { padding:0px 5px 5px 5px; }
table.view-dashboard-table thead tr th a:hover, table.fixed-height1-table thead tr th a:hover, table.lineItemsGrid thead tr th a:hover { text-decoration:underline; }
table.view-dashboard-table { margin:0px 0px 10px 0px; }
table.view-dashboard-table .top-table { margin:0px 0px 20px 0px; }
table.view-dashboard-table tbody { border-top:solid 8px #f5f5f5; border-bottom:solid 10px #f5f5f5; }
table.view-dashboard-table tr td { padding:0px 12px 4px 12px; background-color:#dedfdf; border-bottom:solid 2px #f5f5f5; }
table.fixed-height1-table { margin:0px 0px 30px 0px; }
table.fixed-height1-table tbody { border-top:solid 6px #FFFFFF; padding: 10px; }
table.fixed-height1-table tr td { background-color: #F4F4F5; padding: 5px; }
table.fixed-height1-table-nocolor tr td { padding: 5px; }
table.lineItemsGrid thead tr th a { text-decoration:none !important; }
table.lineItemsGrid td { padding: 5px 0px 0px 5px; }
tr.altLineItem td { padding-top: 15px; padding-bottom: 15px; }
tr.lineItem td { padding-bottom: 10px; }
table.lineItemsGrid tbody { padding: 5px 0; }
tr.column-title td { background-color:#f5f5f5 !important; font-style:italic; padding:0px 10px 0px 10px !important; }
table.view-dashboard-table thead tr th { border-bottom:solid 7px #FFFFFF; }
tr.emailTemplate > td { padding: 10px; }

.sep-clear { height:0px; background-color:#ffffff; clear:both; margin:10px 0px 0px 0px; }

.left-align { text-align:left !important; }
.right-align { text-align:right !important; }
.top-align { vertical-align: top !important; }
.arial { font-family:Arial, sans-serif; }

#tab-container
{
	height:38px;
	width:780px;
	margin:-35px 0px 20px -30px;
	padding:10px 0px 0px 24px;
}

#tab-container2 {
	clear:both;
	display:inline-block;
	float:left;
	height:33px;
	position:relative;
	top:34px; left:30px;
	width:805px;
}

#top-tabs
{
	display:block;
	overflow:hidden;
	height:26px;
	margin:0px 35px 35px 6px;
}

.mainContentHeaderTab { display:inline; margin:0px 5px 0px 0px; text-transform:lowercase; }
.mainContentHeaderTab a { line-height:26px; text-decoration:none; }
.selectedContentHeaderTab a, .mainContentHeaderTab a:hover { text-decoration:none; }

#company-details { background-color:#FFFFFF !important; }

#payment-company-details { background-color:#FFFFFF !important; margin-right: 10px; float: left; }
#payment-company-details table.fixed-height1-table { margin: 0px; }
#payment-company-details table.fixed-height1-table tr td {	background-color: #FFFFFF; }
#payment-details { background-color:#FFFFFF !important;	float: left; }
#payment-details table.fixed-height1-table { margin: 0; }
#payment-details table.fixed-height1-table tr td { background-color: #FFFFFF; }
#payment-details td { padding: 10px 0 0 10px; }
.paymentRecurList li { margin-left: 0; }
.paymentRecurDetail { margin-top: 10px; }
.paymentRecurDetail li { margin-left: 0; padding-top: 5px; }
.paymentRecurLabel { width: 120px; }
.paymentOrderNumberLabel { width: 120px; }

#invoice-details { min-height:155px; width:362px; margin:0px; }
.invoice-left-label { float: left; width: 210px; padding-left:1px;}
.invoice-right-group { float: left; width:515px; }
.invoice-right-group label { margin-right: 20px; }
#billTo
{
	background-color: #F0F7FB;
	padding: 20px 12px;
	width:338px;
}

#recurringSchedule, .invoicingSubOptions
{
	float: left;
	width: 100%;
}

#paymentRecurringAndAmount #recurringSchedule
{
	width: 50%;
	margin-top: 5px;
}

.payment-table-container { clear:both; padding: 10px; margin:0px 0px 20px 0px; }
.payment-table { margin:0px 0px 0px 0px !important; padding:0px 0px 0px 0px !important; overflow:hidden; }

#paymentRecurringAndAmount { margin:20px 0px 30px 0px; }

.btn
{
	display:block;
	margin:0 0 5px;
	padding:5px 0;
}

.right-margin-20 { margin:0px 20px 0px 0px; }
.right-padding-25 { padding-right: 25px !important; }
.right-padding-21 { padding-right: 21px !important; }

.errorText { color:#d91426; }

.sep { height:1px; overflow:hidden; background-color:#c9c9c9; clear:both; margin:10px 0px 25px 0px; }

.controlsBarBody {
  background-color: #f1f1f4;
  padding: 5px 0 5px 0;
}

.gridFooterText {
  text-align: center;
  font-style: italic;
  margin: 0 0 15px 0;
}

.gridHeaderRow th, .gridHeaderRow th span, .gridHeaderRow td
{
	padding: 15px 0 6px 5px;
	font-weight: bold;
	text-align: left;
}

.reportGrid .gridHeaderRow th, .reportGrid .gridHeaderRow td
{
	padding: 5px 0 5px 5px;
}
.preferencesOptions tr
{
	height:22px;
}

.colFormName
{
	width:170px;
	max-width:170px;
	word-wrap:break-word;
}

.colFormURL
{
	width:470px;
	max-width:470px;
	word-wrap:break-word;
}

table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

.dt-container {
	position: relative;
	min-height: 200px;
	clear: both;
	_height: 200px;
	padding-bottom: 15px;
	zoom: 1; /* Feeling sorry for IE */
}

.dt-processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dt-length {
	width: 40%;
	float: left;
	padding-bottom: 5px;
}

.dt-search {
	width: 50%;
	float: right;
	text-align: right;
	padding-bottom: 5px;
}

.dt-info {
	font-size: 10px;
	color: #6F6F6F;
	background-color: #F1F1F4;
	padding: 5px 0;
	width: 100%;
	float: left;
	margin-top: 15px;
	font-style: italic;
	text-align: center;
}

.dt-paging {
	margin-top: 15px;
	width: 100%;
	float: left;
	text-align: center;
}

table.dataTable thead th {
	padding: 15px 0 6px 5px;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.dataTable td {
	height: 25px;
    padding: 5px !important;
}

table.dataTable td.center {
	text-align: center;
}

.sorting_asc {
	padding-right:11px;
	background-repeat:no-repeat;	
	background-position:right;
}

.sorting_desc {
	padding-right:11px;
	background-repeat:no-repeat;	
	background-position:right;
}

tr.odd {
	background-color: #d1d1d1;
}

tr.even {
	background-color: #f0eef5;
}

.InfoGrid tr
{
	height:30px;
}
.InfoGrid tr.item, .InfoGrid tr.emptyItem
{
	background-color:#d1d1d1;
}
.InfoGrid tr.item2
{
	background-color:White;
}
.InfoGrid tr.altItem 
{ 
	background-color:#f0eef5; 
}
.InfoGrid tr.item, .InfoGrid tr.altItem
{
	text-align: left;
}
.InfoGrid tr.emptyItem
{
	text-align: center;
}
.InfoGrid tr.highlightItem
{
	background-color: #F0F7FF;
}
.InfoGrid td
{
	height:16px;
	padding:5px !important;
}
.InfoGrid th a 
{
	font-weight:bold;
}
.InfoGrid th.sortAsc a
{
	padding-right:11px;
	background-repeat:no-repeat;	
	background-position:right;
}
.InfoGrid th.sortDesc a
{
	padding-right:11px;
	background-repeat:no-repeat;	
	background-position:right;
}
.InfoGrid
{
	font-size:12px;
	color:#363636; 
	margin:0 0 15px 0;
}
.InfoGrid tr.error
{
	background-color:#d1d1d1;
	font-size:12px; 
	color:#D22815;
}
.InfoGrid tr.altError
{
	background-color:#f0eef5;
	font-size:12px; 
	color:#D22815;
}
.InfoGrid th a, .InfoGrid tr a
{
	text-decoration:underline;
}
.InfoGrid tr a.inactive
{
	text-decoration:none;
	color:#AAAAAA;
}
.InfoGrid th a:hover, .InfoGrid tr a:hover
{
	text-decoration:none;
}

.InfoGrid tr.spacing th
{
	padding-right: 10px;
}

.actionsModalWhiteBackground li a
{
	color:#000000 !important;
	text-decoration:none;
	width:195px;
	display:block;
}
.actionsModalWhiteBackground li
{
	margin:0px !important;
	padding-left:10px;
	margin-right:2px !important;
}
.actionsModalWhiteBackground li:hover
{
	margin:0px !important;
	padding-left:10px;	
	background-color:#537797 !important;
	margin-right:2px !important;
}
.actionsModalWhiteBackground li:hover > a
{
	color:#ffffff !important;
	text-decoration:none;
	font-weight:bold;
}

.scrollingGridBorderBox
{
	overflow:auto;
	overflow-y:hidden;
	overflow-x:auto;
}

.company-info-container { width:600px; margin:0px 0px 30px 0px; }

.company-info { width:300px; }

.invoice-info { width:250px; }

.company-logo { width:100px; margin:0px 10px 0px 0px; }

.bill-to { margin:0px 0px 30px 110px; }

.gray-header { margin:0px 0px 30px 0px; }

.gray-header tr th { background-color:#d1d1d1 !important; color:#393939; text-align:left; padding:5px 10px 5px 10px !important; }

.gray-header tr td { padding:7px 10px 7px 10px; }

.invoice-summary { float:right; display:inline; margin:0px 0px 30px 0px; }

#tab-container3
{
	height:86px;
	width:805px;
	margin:-35px 0px 20px -30px;
}

#top-tabs3
{
	display:block;
	overflow:hidden;
	height:26px;
}

#settings-links { display:block; clear:both; padding:23px 20px 19px 20px; overflow:hidden; height:16px; }
.settings-title
{
	font-family: Arial, sans-serif;
	height:24px;
	overflow:hidden;
	float:left;
}
.settings-breadcrumb { float:left; line-height: 22px; }
.breadcrumb { text-transform:lowercase; }
.breadcrumb li { display:inline; margin: 0px; }

#payment-tabs-container { overflow:hidden; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; height:35px; width:auto; }
.tab { padding:8px 20px 8px 20px; background-color:#ffffff; display:inline; float:left; height:20px; overflow:hidden; }
.tab-active { padding:8px 20px 8px 20px; background-color:#f5f5f5; display:inline; float:left; height:20px; overflow:hidden; }
.tab label, .tab-active label { margin:0px 6px 0px 6px; }

#actionButtons { margin: 20px 0 0 0; }
.actionButtons { margin: 20px 0 0 0; }

.PayorPortalLoginLeftForm
{
	float: left;
	margin-left: 200px;
	margin-bottom: 100px;
	width: 388px;
}

.PayorPortalLoginRightLinks
{
	float: left;
	width: 275px;
	padding-left: 20px;
}

.NotEnrolledLink
{
	padding: 45px 0 10px 0;
}

.login-container, .buyerSignup-container
{
	padding: 27px 0 0 0;
	min-height: 284px;
}

.login-container .content-inner
{
	height: 100%;
	padding-top: 75px;
	padding-bottom: 10px;
	text-align: center;
	min-height: 199px;
}

.login-sub-page
{
	text-align: left;
	min-height: 284px;
	width: 914px;
	padding: 37px 20px 20px 45px;
}

.login-sub-page-leftcol div, .login-sub-page-rightcol div
{
	padding-top: 15px;
}

.login-sub-page-leftcol
{
	float:left;
}

.login-sub-page-rightcol
{
	float: left;
}

.login-sub-page-label
{
	width: 85px;
	margin-top: 2px;
}

.login-sub-page-label-long
{
	width: 230px;
	margin-top: 2px;
}

.login-sub-page-input input
{
	width: 185px;
}

.login-sub-page-input
{
	min-height: 18px;
}

.systemMessage
{
	max-width: 500px;
	margin: 15px auto;
}
.marketing-message  
{
	width: 450px; 
	overflow: hidden; 
	padding-left: 30px;
}
#marketing-header
{
	height: 30px; 
	text-align: center; 
	overflow: hidden;
}
#marketing-header-close
{
	position: absolute; 
	right: 150px; 
	top: 5px; 
	font-size: 11px;
}

#paymentUlWide
{
	margin: 10px 0 0 0;
	width: 455px;
}
#ulSchedule, .ulinvoicingSubOptions
{
	width: 100%;
	float: left;
}
#ulSchedule li, .ulinvoicingSubOptions li
{
	margin: 0 0 5px 0;
}
li > label
{
	float: left;
	margin: 0px;
}
li
{
	padding: 3px 0;
}

.AccessRightsCheckBox
{
	padding-left: 5px;
}

#ulist li label, #ulist2 li label, #rolesUl li label, #ulBuyerLogin li label, .ulPay li label
{
	width: 100px;
}

.userData
{
	padding-top: 10px;
	padding-bottom: 25px;
}

.roleSelectedLabel a
{
	text-decoration: none !important;
	font-weight: bold;
	cursor: default;
}

.batchesColWidth
{
	width: 250px;
}

#saveReminder
{
	width: 400px;
	text-align: right;
}

#ulCustomFirstPayment li label, #ulInvoiceHeaderInfo li label
{
	width: 115px;
}

.processingNote
{
	padding-top: 10px;
}

div.invoice-details ul li label, #ulPaymentOptions li label
{
	width: 187px;
}

#ulPaymentForm li label
{
	width: 187px;
	float: left;
}

#ulSchedule li label, #paymentUlWide li label, .invoicingSubOptions li label
{
	
}

#ulTemplateFields table, #ulPaymentOptions table
{
	width: auto
}

#ulTemplateFields li label, #ulPaymentOptions li label
{
	padding-top: 3px;
}

#ulCreateNewPaymentTerm li label
{
	width: 165px;
}

#ulPaymentMethod li label
{
	width: 195px;
}

#ulSchedule td, .invoicingSubOptions td
{
	padding: 0px;
}

.ulInvoiceTotal
{
	font-weight: bold;
	width: 400px;
	padding-right: 10px;
}

.ulInvoiceTotal li label
{
	width: 300px;
	text-align: right;
}

.ulInvoiceTotal li
{
	width: 400px;
	text-align: right;
}

#paymentUlWide label
{
	width: 125px;
}

#paymentUlWide li
{
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}

#ulCompanyDetails li, div#invoice-details ul li
{
	margin: 0px;
}

#ulMarkPaid li
{
	margin: 0 10px;
}

div#configCongratsContainer
{
	margin: 20px 0 0 0;
}

div#configCongratsOptions, div#configCongratsTip
{
	border: 1px solid #E4E4E4;
	padding: 10px 12px 20px 12px;
	margin: 0 0 10px 0;
}

div#configCongratsOptions
{
	width: 470px;
}

div#configCongratsTip
{
	width: 250px;
}

.systemConfigList td
{
	padding-bottom: 20px;
}

.configCongratsNext
{
	margin: 15px 0 0 0;
}

.systemConfigList div
{
	margin-top: -10px;
}

#configCongratsOptions ul
{
	margin: 15px 0 0 0;
}

.configCongratsOptions ul hr
{
	margin: 10px 0;
}

div#configCongratsTip ul
{
	margin: 0 0 0 10px;
}

div#configCongratsTip ul li
{
	list-style-type: disc;
	padding: 20px 0 0 0;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.checkBoxList, .customFieldSelect table
{
	width: auto;
}

.customFieldSelect
{
	margin: 10px 0;
}

.customFieldSelect table
{
	margin: auto;
}

.checkBoxList td, .customFieldSelect td
{
	padding: 0 15px 0 0;
}

.customFieldSelect a
{
	width: 100px;
}

.reportGridSpacing
{
	padding-bottom: 30px;	
}

.noMargin
{
	margin: 0px 0px 0px 0px !important;
	padding-bottom: 0px !important;
}

#snapShotBar
{
	display: block;
	background-color: #F4F4F5;
	margin: 0 0 20px 0;
	padding: 12px;
}

#snapShotBar ul
{
	font-size:13px;
	list-style-type:none;
	margin:0;
	padding:0;
}

#snapShotBar ul li
{
	display:inline;
	padding:0 2px;
	margin: 0;
}

#newCustomerLink, #newPaymentAccount
{
	margin: 10px;
}
#autoCompleteCustomerSearch
{
	padding: 0px;
}

#autoCompleteCustomerSearch input
{
	margin: 0px;
}

.frequenceySecondary
{
	margin: 12px 0 0 210px;
}

.frequenceySecondaryPayment
{
	margin: 12px 0 0 125px;
	width: 155px;
}

#upload
{
	display: block;
	overflow: hidden;
}

#upload ul
{
	float: right;
	font-size: 13px;
	line-height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#upload ul li
{
	display: inline;
	padding: 0 2px;
	margin: 0px;
}

table.customer-view-table hr
{
	margin:0px;
}
table.customer-view-table tr
{
	padding:0 0 10px 0;
}
table.customer-view-table td
{
	padding:0 0 15px 5px;
}
table.customer-view-table .custom-fields-header, table.customer-view-table .custom-fields-name
{
	color:#6F6F6F;
	font-size:12px;
}
table.customer-view-table .custom-fields-header
{
	font-weight:bold;
}
table.customer-view-table .custom-fields-value
{
	color:#363636;
	font-size:12px;
}
.paymentOptionInput label
{
	float: none;
}

.paymentOptionInputRecurringSpacing label
{
	padding-right: 14px;
}

.paymentOptionInputInitialSpacing label
{
	padding-right: 25px;
}

#_updatePanelPasswordReset {
	display: inline;
}

.customFieldsBigPadding .custom-fields-name-indent {
	padding-left: 10px !important;
}

.customFieldsBigPadding .custom-fields-name-indent span {
	font-weight: bold !important;
	color: #363636;
}

#additionalPaymentFormFields
{
	margin-top: -15px;
}

#additionalPaymentFormFields table.InfoGrid tr
{
	height: auto;
}

.radioButtonList
{
	margin: 0;
}

.radioButtonList tr
{
	height: auto;
}

.radioButtonList td
{
	padding: 0 5px;
}

#ctl00_ctl00_ctl00_MainContent_MainContent_MainContent__wvTest_thePage
{
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	background-color: #F5F5F5 !important;
}

.paddedCustomPayment
{
	padding: 43px 0 10px 0; 
	width: 355px;
}

.pref-subheader
{
	margin-top:15px;
}

.pref-select
{
	white-space: nowrap; padding:5px 5px;
}

.billTo
{
	color: #363636;
	font-size: 12px;
}

.billTo table tr td
{
	text-align: left;
	padding: 0 0 0 5px;	
}

.confirm .bold {padding-bottom:15px;}

.confirm
{
	margin: 0px 0px 20px 20px;
	width: 800px;
}

.confirmTDWidth
{
	width: 170px;	
}

.statusBox
{
	width: 120px;
	height: 8px;
	border: solid 1px black;
	margin-bottom: 2px;
}

.margin
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.marginForContentForm
{
	margin: 10px;
}

.enrollmentULStyle
{
	margin-top: 25px;
	width: 900px;
}

.enrollmentULStyle label
{
	width: 180px;
}

#formSectionTitle
{
	margin: 10px;
	padding: 1px;
}

.rolesPopup
{
	height: 550px;
	overflow: hidden;
}

.subscriptionFrequency
{
	margin: 10px 0;
}

.subscriptionFrequency .frequenceySecondary
{
	margin-left: 0px;
}

.cssDisplayNone
{
	display:none;
}

.dateBoxReadOnly
{
	width:70px;
	background-color:#DADADA;
	font-weight:bold;
	color:black;
}

#processContainer
{
	background-color:#FFFFFF;
}

.colorPickerSample
{
	width:18px;
	height:18px;
	border:1px solid #000;
	margin:0 3px;
	float:left;
}

.colorPickerTable table
{
	/* width is here to correct IE cutting off right hand column */
	width: 200%;
	border-style: none !important;
}

.custom-fields-name-indent
{
	padding-left: 30px !important;
}

.custom-fields-name-noindent
{
	padding-left: 5px !important;
}

.custom-fields-value-indent
{
	padding-right: 17px !important;
}

.userStatusRadioList label
{
	padding-right: 5px;
}

.paymentAmountsPopup
{
	text-align: center;
}

.f
{
	/* safari needs this (not Chrome) */
	max-width: 800px;
	/* which causes IE to need this  */
	width: 800px;
}

.payorTCsForms
{
	/* safari needs this (not Chrome) */
	max-width: 740px;
	/* which causes IE to need this  */
	width: 740px;
}

.payorTCsFormsFinish
{
	/* safari needs this (not Chrome) */
	max-width: 720px;
	/* which causes IE to need this  */
	width: 720px;
}

.editAddress
{
	width: 110px;
}

.paymentFormDisabled
{
	font-style: oblique;
}

.impersonatedAdminPanel
{
	background-color: Yellow !important;
	height:30px;
	text-align:left;
	padding-left:15px;
}

.impersonatedAdminPanel ul
{
	float:none !important;
}

.achHelpList ul li
{
	list-style-type:disc;
}

.achHelpList
{
	margin-left:10px;
}

.check21EditPanel
{
	margin-left: 10px;
	margin-right: 10px;
}

.upgradeWhiteBackground
{
	/* override padding from modalWhiteBackground for upgrades only*/
	padding: 0px !important;
}

.upgrade-title
{
	font-weight: normal;
}

.upgrade-top-bottom
{
	float: left;
	width: 600px;
	height: 59px;
}

.upgrade-top-bottom input
{
	padding-top: 10px;
	padding-right: 10px;
}

.upgrade-body ul li
{
	list-style-type: disc;
}

.invoiceHtml
{
	overflow: auto;		
}

.invoiceHtml table
{
	border-collapse: separate;		
}

.upgrade-right
{
	background-color: #C1E3FA;
	float: right;
	width: 182px;
	max-width: 182px;
	height: 100%;
}

.upgrade-right-inner
{
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.upgrade-right label
{
	padding-left: 15px;
	font-family: Verdana;
	font-size: 11pt;
}

.upgrade-right ol li
{
	list-style-position: inside;
	list-style-type: decimal !important;
	font-family: Calibri;
	font-size: 20pt;
}

.upgrade-right span
{
	font-size: 10pt;
}

.upgrade-right a
{
	font-family: Calibri;
	font-size: 10pt;
	font-style: italic;
	padding-left: 10px;
}

/** Consolidate Web Theme Styles from older.css **/
.accountsPanel
{
	border-top: none;
	border-style: solid;
	border-width: 2px;
}

.accountsPanelHeader
{
	color: #363636;
	font-weight: bold;
}

.accountsGrid { border-spacing: 1px; }

.inputSelected
{
	color: Blue;
	font-weight: bold;
}

/** Consolidate Web Theme Styles from paysimple.css **/
.pager table
{
	width: auto;
}

.pager td
{
	padding-bottom: 0px;
}

.invalidField
{
	border: solid 1px red;
	background-color: #FFD7D7;
}

.invalidField option 
{
	background-color: #FFD7D7;
}

.highlightBackground
{
	background-color: #FDE3E3;
}

.validationSummary
{
	border: 1px solid red;
	color: #000000;
	margin: 5px 0px;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FDE3E3;
}

.validationSummary ul
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	list-style-type: circle;
	font-size: 12px;
}

.checkOutFormWrapper
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.checkOutFormHeader .head-1
{
	padding: 10px 0 0 113px;
	line-height: normal;
}

.checkOutFormFooter
{
	color: #777777;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.checkOutFormPaymentContainer
{
	padding: 5px;
}

.checkOutFormContainerBottom
{
	height: 25px;
	color: #999999;
	font-size: 8pt;
}

.checkOutFormLoginBox
{
	border-left: 2px solid #CCCCCC;
	float: right;
	padding-left: 40px;
	width: 350px;
}

.checkOutFormFormField
{
	text-align: right;
}


.checkOutHeaderLeft
{
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
.checkOutHeaderLeft img
{
	float: left;
	padding: 0 15px 10px 0;
}
.imgFormLogoWrapper
{
	min-height:70px;
	float: left;
}
.checkOutHeaderLeft .headerDetailsLeft
{
	float: left;
	width: 600px;
}
.checkOutHeaderLeft .headerDetailsLeft h1
{
	line-height: normal;
	padding-bottom: 5px;
}
.headerCompanyDetailsRight
{
	float: right;
}
.socialLinksWrapper
{
	float: right;
	font-weight: bold;
}
.socialLinksWrapper img
{
	padding:5px 10px 5px 0;
}

.checkOutFromNewUserLinks
{
	float: left;
	margin-left: 2px;
}

#controlsContainer
{
	margin-top:20px;
}

.checkoutFromPanelLeft
{
	float: left;
	text-align: center;
	width: 320px;
	height: 150px;
	margin-top: 55px;
}

.checkOutNotePanel
{
	color: #999999;
	margin-top: 80px;
}

.checkOutFormsDefaultButton
{
	background: #006699 none repeat scroll 0 0;
	font-size: 14px;
	border: 2px solid #999999;
	color: #FFFFFF;
}

.checkOutFormLinkFootLogo
{
	margin-top: 15px;
}

.checkOutFormTabs
{
	background: #006699 none repeat scroll 0 0;
	height: 10px;
	padding: 0;
	margin-bottom: 5px;
}

.CheckOutFormHeading
{
	margin-right: 10px;
	border-bottom: dotted 1px black;
	font-weight: bold;
	font-size: 14px;
}

.emailNotificationContainer
{
	margin: 10px 0 0 0;
	padding: 5px 0;
}

.emailNotificationContainer td
{
	padding: 5px;
}

#paymentOptions table tr td
{
	padding: 0;
}

#paymentOptions table tr td.sub-7a
{
	padding-bottom: 10px;
}

.indent
{
	margin: 0 0 0 20px;
}

#checkOutFormsSection
{
	margin-top: 20px;
}

#contactInfo
{
	border-top: #cccccc 1px solid;
	padding-bottom: 10px;
	color: #666;
	padding-top: 10px;
}


#qbErrorGridDiv
{
	width:300px;
	height:200px;
	overflow:auto;
}

.site-error
{
	background-color:#F0F7FB;
	border-bottom:3px solid #FFFFFF;
	padding:8px 10px;
}

/** Consolidate Web Theme Styles from text.css **/
*{margin:0; padding:0;}

body, text-1, #helpText
{
	line-height:16px;
	color:#363636;
	font-size:12px;
	text-transform: none;
}

td, th, label, span
{
	font-weight: normal;
}

#helpText
{
	text-align: left;
}

ul li, ol li {
  margin-left: 10px;
  list-style-type: none;
}

h1, h2, h3, h4 { font-weight:normal; }

h2 { margin:0 0 10px 0; }

hr
{ margin: 10px 0; }

p, pre, .field-title {  font-size:12px; color:#363636; margin:0 0 15px 0; }

/* ---- color classes ---- */
.blue { color:#02254B; }
.dark-gray, .gray { color:#363636; }
.green, .successText { color:#2B7C25;}
.red, .error, .failedText, .reversed { color:#D22815; }
.orange-red { color:#F3665C; }
.gold { color:#CC9F0C; }
.bronze { color:#b2a167; }
.light-gray { background-color:#f5f5f5 !important; }
.dark-gray { background-color:#DADADA !important; }

.text-2, .text-3 {  font-size:13px; color:#363636; }
.text-4 { font-family: Arial, sans-serif; font-size:12px; }
.text-5 {  font-size:12px; color:#6F6F6F; }
.text-6 {  font-size:10px; color:#6F6F6F; }
.text-7 {  font-size:12px; color:#D22815; }
.text-8 {  font-size:12px; }
.text-10 { text-decoration: none; }

.text-clear
{
	line-height:16px; 
	color:#363636; 
	font-size:12px;
	text-transform: none;
}

.link-1 a, a.link-1
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
	font-style: italic;
}

.link-2 a
{
	font-size: 12px;
	text-transform: lowercase;
}

a.link-3, .submit2
{
	font-size:12px;
	text-decoration:none !important;
	text-transform: lowercase;
	padding:4px 20px 4px 20px;
	margin: 0 0 10px 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8c8c8c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8c8c8c;
	border-left: solid 1px #8c8c8c;
	border-right: solid 1px #8c8c8c;
}

.CheckBox-pad
{
	vertical-align:middle;
}

a.link-3, .submit2
{
	background-color:#ffffff;
}

#actionButtons a.link-3, #actionButtons .submit2
{
	background-color: #C7C8CA;
	color: #000000;
}

a.link-3:hover, #actionButtons a.link-3:hover, #actionButtons .submit2:hover
{
	color:#ffffff;
	border-top:1px solid;
}

.link-6 a, a.link-6
{
	font-size:13px;
	color:#B3C0D2;
	text-transform:lowercase;
	font-style:italic;
	text-decoration: underline;
	font-weight: normal;
	line-height: 16px;
}
.link-6 a:hover { text-decoration: none; }

.link-7
{
	font-size:12px;
	text-decoration:underline;
	padding:0px;
	margin: 0px;
}

a.link-7:hover
{ text-decoration:hover; }

tr.header { font-size:13px; line-height:21px; color:#ffffff; text-transform:lowercase; }
.sub-1 { font-size:13px; color:#ffffff; }
.sub-4 { font-size:20px; color:#363636; }
.sub-5 { font-size:24px; color:#6F6F6F; text-transform:lowercase; margin: 10px 0; }
.sub-6 { font-family: Arial, sans-serif; font-size:14px; text-transform:uppercase; margin: 10px 0; }
.sub-7, .sub-7 span {font-size:14px;color:#363636;font-weight:bold;}
.sub-9{font-size:28px;color:#7F8081;font-weight:normal;}

.app-title { font-family: Arial, sans-serif; font-size:13px; }

h3.gold-star
{
	font-family: Arial, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	padding:0 0 0 25px;
	height: 19px;
}

h1 { font-size:26px; color:#747474; font-weight:normal; }

.head-1
{
	font-size:36px;
	color:#7F8081;
	font-weight:normal;
}

.head-2
{
	font-size:28px;
	font-weight:normal;
}

.head-3 { font-size:16px; font-weight:normal; }

#content h1 { margin:0 0 10px 0; line-height:38px; }

.app-steps ul {color:#c2c2c2; font-size:10px; float:right; font-weight:bold; list-style-image:none; list-style-type:none; }
.app-steps ul li { width:140px; float:left; padding:0; margin:0px 3px 0px 0px; border-top:#c2c2c2 solid 6px; }
.app-steps ul li.step-done { color:#b2a167; border-top:#b2a167 solid 6px; }

.addItem
{
	display: block;
	height: 20px;
	vertical-align: 20px;
	padding-left: 25px !important;
	font-style: italic;
}

.addItemInline
{
	font-style: italic;
	text-transform: lowercase;
}

.gridAnchorNoLink
{
	text-decoration : none !important;
	color: #363636 !important;
}

.upgradeModal
{
	font-size: 16px;
	line-height: 20px;
	text-align: left; 
	padding: 0px 15px 0 15px;
}

.small-margin-bottom { margin-bottom:15px; }

#quick-links-title
{
	font-weight: bold;
	font-size: 14px;
}
#quick-links-list { margin: 15px 0 0 0; }
.quick-link-row { height: 25px;	}
.quick-link-image
{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
}
.quick-link:hover { text-decoration: underline; }

#report-links-title
{
	font-weight: bold;
	font-size: 14px;
}
#report-links-list { margin: 15px 0 0 0; }
.report-link-row { height: 25px; }
.report-link-column { float: left; }
.report-link:hover { text-decoration: underline; }
.report-link-remove
{
	font-size: 13px;
	font-weight: bold;
	color: #A3A3A3;
	text-decoration: none;
}
.report-link-remove:hover { color: #515151; }

.linkGroupItem
{
	margin-right: 10px;	
}
.linkGroupArea
{
	margin: 32px 0 15px 3px;
	text-transform: lowercase;
	font-size: 12px;
}

.searchArea
{
	background-color: #f4f4f5;
	height: 20px;
	margin-bottom: 10px;
}
.searchSection { float: left; }
.searchLabel
{
	float: left;
	margin-right: 5px;	
}
.clearSearchArea
{
	font-style: italic; 
	float: left;	
}

.headerLine
{
	margin: 0;	
}
.linkSeparator
{
	padding: 0 4px;
}
.title-line
{
	border-bottom: 1px solid #B2B2B2; 
	margin: 15px 5px;	
}
.cust-sum-data
{
	width: 362px;	
}

#gsTitle
{
	text-align: center; 
	margin-bottom: 10px;
}
#gsTitleText { font-size: 26px; }

.gsRow
{
	float: left;	
	margin-bottom: 15px;
}
.gsImageCol
{
	float: left;
	width: 248px;
	height: 80px;
	text-align: center;
	padding-top: 40px;
}
.gsTitleCol
{
	float: left;
	height: 25px;
	width: 188px;
	margin: 0 30px;
	font-weight: bold;
	font-size: 14px;
}
.gsTextCol
{
	float: left;
	height: 100px;
	width: 188px;
	margin: 0 30px;
}
#gsVideo
{
	float: left;
	width: 410px;
	margin: 25px 70px 0 30px;
}
#gsVideoTitle
{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#gsVideoDesc
{
	text-align: center;
	color: #555555;
	margin: 5px 0 25px 0;
	font-size: 11px;
}
#gsLearnMore
{
	float: left;
	width: 200px;
	margin-top: 25px;
}
.gsLine { margin: 2px 15px 12px 1px; }
.gsLearnMoreLink { margin-bottom: 10px; }

.isRow {margin-top: 10px;}
.isTitle
{
	font-weight: bold; 
	font-size: 13px; 
	margin-bottom: 10px;	
}
.isTitle span
{
	font-style: italic; 
	font-weight: bold;
}
.isControls {margin-left: 10px;}

#termsOfService
{
	height: 350px;
	overflow: auto;
	border-width: 2px;
	border-style: solid;
	border-color: #bbbbbb;
	margin: 20px 15px 15px 15px;
	padding: 20px 30px;
}

.inactiveTermsOfService
{
	color: #aaaaaa;
	font-size: 14px;
	padding-top: 1px;
	font-weight: bold;
}

.activeTermsOfService
{
	color: #000000;
	font-size: 14px;
	padding-top: 1px;
	font-weight: bold;
}

.datePickerLabel
{
	font-weight: bold;
	color: #363636;
	width: 55px;
	float: left;
}

.processPaymentText
{
	text-align:center;
	font-size: 24px;
	padding: 15px;
	line-height:normal;
}
.processPaymentButtons
{
	padding:0px 15px 0px 15px;
}
.modalPopupPayments
{
	width:350px;
}

/** Consolidate Web Theme Styles from tools.css **/
div.helpToolTip {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 5px 6px 6px 5px;
	border: solid 1px #DDDDDD;
}

div.ContextMenuPanel {
	right: 0;
}

div.ContextMenuPanel table, div.ContextMenuPanel tr {
	border-collapse: collapse;
	background-image: none !important;
}

div.ContextMenuPanel table {
	margin-bottom: 15px;
}

div.ContextMenuPanel td {
	border-bottom: none !important;
}

div.ContextMenuPanel td a {
	color:#082967 !important;
}

.ContextMenuPanelDP
{
	width: 305px;
	margin: 10px 0 0 10px;
	color: #000;
	float: left;
	z-index: 1000;
}

.modalPopup
{
	right: 100;
}

.modalPopup, .ContextMenuPanel
{
	width: 305px;
	margin: 10px 0 0 10px;
	color: #000;
	float: left;
}

.actionsMenuPanel
{
	width: 305px;
	color: #000;
	float: left;
}

.modalPopup th, .modalPopup td
{
	text-align: left;
	padding-left: 0px;
}

.modalPopup .head-3
{
	padding-bottom: 15px;
}

.errorDiv
{
	margin: 10px 5px 10px 5px;
}

.modalWhiteBackground
{
	background-color:#FBFBFB;
	left:-7px;
	overflow:hidden;
	position:relative;
	top:-7px;
	padding: 10px;
	display: block;
	border: solid 1px #AAABAC;
}

.actionsModalWhiteBackground
{
	overflow:hidden;
	position:relative;
	display: block;
	padding-top:3px;
	padding-bottom:3px;
}

.modalPopup .modalWhiteBackground div
{
	z-index: 100001;
}

.datePickerBackground
{
	padding: 0px;
	z-index:1000;
}

.modalBackground
{
	background-color: #EEEEEE;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.uploadArrow {
	display: inline;
	height: 23px;
	font-style: italic;
	text-decoration: none;
	padding: 3px 0px 3px 20px;
	margin: 0px 6px;
}

.blueBordered {
	border: 1px solid #363636;
	font-family:Arial, sans-serif;
}

.heavyDutyCalendar {
	background-color: #dadada !important;
	color: #000;
	font-family:Arial, sans-serif;
	font-size: 12px;
	width: 356px;
	padding: 10px;
}

.calendar {
	padding: 0 0 0 5px;
	text-align: center;
}

.calendarBox {
	width: 125px;
	margin-left: 5px;
}

.global-search-head {
	margin-bottom: 20px;
}

.global-search-section-head {
	color: #636363;
}

.divSocialMediaRowLeft {
	float: left;
	width: 200px;
}
.divSocialMediaRowMiddle {
	width: 425px;
	float: left;
}
.divSocialMediaRowRight {
	float: left;
}
.divSocialMediaRowLeft, .divSocialMediaRowRight, .divSocialMediaRowMiddle {
	margin-top: 10px;
}
.divSocialMediaRow
{
	padding: 10px 0 0 0;
}
.socialMediaScreenshot
{
	padding: 10px 0 20px 0;
}

.footerBankImageWrapper
{
	display:none;
}
.divSocialMediaRow input
{
    width: 250px;
}

.btnSocialLinksSave
{
    padding-right:170px;
}

#dash-menu a { display: block; }

.footer-horizontal-rule
{
	clear:both; 
	border-bottom: thin gray solid;
	border-top:0px;
	margin-left:-150px;
	width:928px;
	margin-bottom:0px;
}

.footer-marketing-horizontal-rule
{
	border-bottom: thick gray dotted;
	border-top:0px;
}

.normalLink
{
	color:#363636;
	font-weight:normal;
}

.parentCheckContainer
{
	background-image: url(/inc/images/check-image-front.png);
	background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    height: 260px;
	z-index: 2;
	margin-top: 5px;
}

.parentCheckContainerBack
{
	background-image: url(/inc/images/check-image-back.png);
	background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    height: 260px;
	z-index: 2;
	margin-top: 5px;
}

.payOrderContainer
{
	position: absolute;
	top: 90px;
	left:120px;
	width: 405px;
	z-index: 1;
	font-family: 'Bradley Hand ITC';
	font-size: large;
}

.bankNameContainer
{
	position: absolute;
	top: 25px;
	left:220px;
	width: 200px;
	z-index: 1;
	text-transform:uppercase;
	font-family: Arial;
	font-weight: bold;
}

.checkDateContainer
{
	position: absolute;
	top: 25px;
	left:500px;
	width: 100px;
	z-index: 1;
	font-family: Arial;
}

.checkAmountNumber
{
	position: absolute;
	top: 85px;
	left:570px;
	width: 75px;
	z-index: 1;
	font-family: 'Bradley Hand ITC';
	font-size: large;
}

.checkMemo
{
	position: absolute;
	top: 185px;
	left:85px;
	width: 200px;
	z-index: 1;
	font-family: 'Bradley Hand ITC';
	font-size: large;
}

.checkSignature
{
	position: absolute;
	top: 186px;
	left:400px;
	width: 300px;
	z-index: 1;
	font-family: 'Bradley Hand ITC';
	font-weight: bold;
	font-size: large;
}

.checkAmountText
{
	position: absolute;
	top: 127px;
	left:50px;
	width: 500px;
	z-index: 1;
	font-family: 'Bradley Hand ITC';
	font-size: large;
}

.checkAccountNumber
{
	position: absolute;
	top: 218px;
	left:245px;
	width: 150px;
	z-index: 1;
	font-family: 'Copperplate Gothic';
	letter-spacing: 2px;
	font-size: 15px;
}

.checkRoutingNumber
{
	position: absolute;
	top: 218px;
	left:80px;
	width: 150px;
	z-index: 1;
	font-family: 'Copperplate Gothic';
	letter-spacing: 2px;
	font-size: 15px;
}

.checkName
{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 150px;
	z-index: 1;
	font-family: Arial;
	font-weight: bold;
	font-size: smaller;
}

.checkAddress
{
	position: absolute;
	top: 33px;
	left: 30px;
	width: 150px;
	z-index: 1;
	font-family: Arial;
	font-size: smaller;
}

.checkCityStateZip
{
	position: absolute;
	top: 46px;
	left: 30px;
	width: 150px;
	z-index: 1;
	font-family: Arial;
	font-size: smaller;
}

.specialEndorsement1
{
	position: absolute;
	z-index: 1;
	font-family: Arial;
	top: 20px;
	left: 40px;
	width: 500px;
}

.specialEndorsement2
{
	position: absolute;
	z-index: 1;
	font-family: Arial;
	top: 40px;
	left: 40px;
	width: 500px;
}

.specialEndorsement3
{
	position: absolute;
	z-index: 1;
	font-family: Arial;
	top: 60px;
	left: 40px;
	width: 500px;
}

.specialEndorsement4
{
	position: absolute;
	z-index: 1;
	font-family: Arial;
	top: 80px;
	left: 40px;
	width: 500px;
}

.specialEndorsement5
{
	position: absolute;
	z-index: 1;
	font-family: Arial;
	top: 100px;
	left: 40px;
	width: 500px;
}

.specialEndorsement6
{
	position: absolute;
	z-index: 1;
	font-family: Arial;
	top: 120px;
	left: 40px;
	width: 500px;
}

/** new left nav options, dynamic on reseller branding **/

/** black **/
#view-dashboard-black { height:63px; background:url(/inc/images/LeftNavigationOptions/black/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-black-active:hover, #view-dashboard-black-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/black/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-black { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/black/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-black-active:hover, #collect-payments-black-active { background: transparent url(/inc/images/LeftNavigationOptions/black/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-black { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/black/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-black-active:hover, #collect-payments-invoiceonly-black-active { background: transparent url(/inc/images/LeftNavigationOptions/black/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-black { height:62px; background:url(/inc/images/LeftNavigationOptions/black/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-black-active:hover, #send-invoices-black-active { background:transparent url(/inc/images/LeftNavigationOptions/black/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-black { height:62px; background:url(/inc/images/LeftNavigationOptions/black/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-black-active:hover, #manage-customers-black-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/black/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-black { height:62px; background:url(/inc/images/LeftNavigationOptions/black/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-black-active:hover, #manage-customers-bottom-black-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/black/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-black, #reports-beta-black { height:68px; background:url(/inc/images/LeftNavigationOptions/black/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-black-active:hover, #review-reports-black-active, #reports-beta-black-active:hover, #reports-beta-black-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/black/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** blue **/
#view-dashboard-blue { height:63px; background:url(/inc/images/LeftNavigationOptions/blue/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-blue-active:hover, #view-dashboard-blue-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/blue/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-blue { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/blue/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-blue-active:hover, #collect-payments-blue-active { background: transparent url(/inc/images/LeftNavigationOptions/blue/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-blue { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/blue/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-blue-active:hover, #collect-payments-invoiceonly-blue-active { background: transparent url(/inc/images/LeftNavigationOptions/blue/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-blue { height:62px; background:url(/inc/images/LeftNavigationOptions/blue/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-blue-active:hover, #send-invoices-blue-active { background:transparent url(/inc/images/LeftNavigationOptions/blue/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-blue { height:62px; background:url(/inc/images/LeftNavigationOptions/blue/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-blue-active:hover, #manage-customers-blue-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/blue/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-blue { height:62px; background:url(/inc/images/LeftNavigationOptions/blue/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-blue-active:hover, #manage-customers-bottom-blue-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/blue/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-blue, #reports-beta-blue { height:68px; background:url(/inc/images/LeftNavigationOptions/blue/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-blue-active:hover, #review-reports-blue-active, #reports-beta-blue-active:hover, #reports-beta-blue-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/blue/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** gray **/
#view-dashboard-gray { height:63px; background:url(/inc/images/LeftNavigationOptions/gray/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-gray-active:hover, #view-dashboard-gray-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/gray/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-gray { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/gray/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-gray-active:hover, #collect-payments-gray-active { background: transparent url(/inc/images/LeftNavigationOptions/gray/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-gray { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/gray/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-gray-active:hover, #collect-payments-invoiceonly-gray-active { background: transparent url(/inc/images/LeftNavigationOptions/gray/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-gray { height:62px; background:url(/inc/images/LeftNavigationOptions/gray/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-gray-active:hover, #send-invoices-gray-active { background:transparent url(/inc/images/LeftNavigationOptions/gray/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-gray { height:62px; background:url(/inc/images/LeftNavigationOptions/gray/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-gray-active:hover, #manage-customers-gray-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/gray/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-gray { height:62px; background:url(/inc/images/LeftNavigationOptions/gray/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-gray-active:hover, #manage-customers-bottom-gray-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/gray/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-gray, #reports-beta-gray { height:68px; background:url(/inc/images/LeftNavigationOptions/gray/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-gray-active:hover, #review-reports-gray-active, #reports-beta-gray-active:hover, #reports-beta-gray-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/gray/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** green **/
#view-dashboard-green { height:63px; background:url(/inc/images/LeftNavigationOptions/green/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-green-active:hover, #view-dashboard-green-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/green/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-green { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/green/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-green-active:hover, #collect-payments-green-active { background: transparent url(/inc/images/LeftNavigationOptions/green/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-green { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/green/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-green-active:hover, #collect-payments-invoiceonly-green-active { background: transparent url(/inc/images/LeftNavigationOptions/green/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-green { height:62px; background:url(/inc/images/LeftNavigationOptions/green/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-green-active:hover, #send-invoices-green-active { background:transparent url(/inc/images/LeftNavigationOptions/green/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-green { height:62px; background:url(/inc/images/LeftNavigationOptions/green/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-green-active:hover, #manage-customers-green-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/green/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-green { height:62px; background:url(/inc/images/LeftNavigationOptions/green/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-green-active:hover, #manage-customers-bottom-green-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/green/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-green, #reports-beta-green { height:68px; background:url(/inc/images/LeftNavigationOptions/green/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-green-active:hover, #review-reports-green-active, #reports-beta-green-active:hover, #reports-beta-green-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/green/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** orange **/
#view-dashboard-orange { height:63px; background:url(/inc/images/LeftNavigationOptions/orange/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-orange-active:hover, #view-dashboard-orange-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/orange/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-orange { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/orange/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-orange-active:hover, #collect-payments-orange-active { background: transparent url(/inc/images/LeftNavigationOptions/orange/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-orange { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/orange/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-orange-active:hover, #collect-payments-invoiceonly-orange-active { background: transparent url(/inc/images/LeftNavigationOptions/orange/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-orange { height:62px; background:url(/inc/images/LeftNavigationOptions/orange/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-orange-active:hover, #send-invoices-orange-active { background:transparent url(/inc/images/LeftNavigationOptions/orange/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-orange { height:62px; background:url(/inc/images/LeftNavigationOptions/orange/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-orange-active:hover, #manage-customers-orange-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/orange/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-orange { height:62px; background:url(/inc/images/LeftNavigationOptions/orange/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-orange-active:hover, #manage-customers-bottom-orange-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/orange/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-orange, #reports-beta-orange { height:68px; background:url(/inc/images/LeftNavigationOptions/orange/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-orange-active:hover, #review-reports-orange-active, #reports-beta-orange-active:hover, #reports-beta-orange-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/orange/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** purple **/
#view-dashboard-purple { height:63px; background:url(/inc/images/LeftNavigationOptions/purple/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-purple-active:hover, #view-dashboard-purple-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/purple/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-purple { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/purple/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-purple-active:hover, #collect-payments-purple-active { background: transparent url(/inc/images/LeftNavigationOptions/purple/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-purple { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/purple/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-purple-active:hover, #collect-payments-invoiceonly-purple-active { background: transparent url(/inc/images/LeftNavigationOptions/purple/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-purple { height:62px; background:url(/inc/images/LeftNavigationOptions/purple/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-purple-active:hover, #send-invoices-purple-active { background:transparent url(/inc/images/LeftNavigationOptions/purple/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-purple { height:62px; background:url(/inc/images/LeftNavigationOptions/purple/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-purple-active:hover, #manage-customers-purple-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/purple/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-purple { height:62px; background:url(/inc/images/LeftNavigationOptions/purple/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-purple-active:hover, #manage-customers-bottom-purple-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/purple/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-purple { height:68px; background:url(/inc/images/LeftNavigationOptions/purple/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-purple-active:hover, #review-reports-purple-active, #reports-beta-purple-active:hover, #reports-beta-purple-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/purple/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** red **/
#view-dashboard-red { height:63px; background:url(/inc/images/LeftNavigationOptions/red/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-red-active:hover, #view-dashboard-red-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/red/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-red { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/red/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-red-active:hover, #collect-payments-red-active { background: transparent url(/inc/images/LeftNavigationOptions/red/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-red { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/red/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-red-active:hover, #collect-payments-invoiceonly-red-active { background: transparent url(/inc/images/LeftNavigationOptions/red/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-red { height:62px; background:url(/inc/images/LeftNavigationOptions/red/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-red-active:hover, #send-invoices-red-active { background:transparent url(/inc/images/LeftNavigationOptions/red/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-red { height:62px; background:url(/inc/images/LeftNavigationOptions/red/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-red-active:hover, #manage-customers-red-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/red/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-red { height:62px; background:url(/inc/images/LeftNavigationOptions/red/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-red-active:hover, #manage-customers-bottom-red-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/red/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-red, #reports-beta-red { height:68px; background:url(/inc/images/LeftNavigationOptions/red/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-red-active:hover, #review-reports-red-active, #reports-beta-red-active:hover, #reports-beta-red-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/red/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** bluelightbright **/
#view-dashboard-bluelightbright { height:63px; background:url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-bluelightbright-active:hover, #view-dashboard-bluelightbright-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-bluelightbright { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-bluelightbright-active:hover, #collect-payments-bluelightbright-active { background: transparent url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-bluelightbright { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-bluelightbright-active:hover, #collect-payments-invoiceonly-bluelightbright-active { background: transparent url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-bluelightbright { height:62px; background:url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-bluelightbright-active:hover, #send-invoices-bluelightbright-active { background:transparent url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-bluelightbright { height:62px; background:url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bluelightbright-active:hover, #manage-customers-bluelightbright-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-bluelightbright { height:62px; background:url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-bluelightbright-active:hover, #manage-customers-bottom-bluelightbright-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-bluelightbright, #reports-beta-bluelightbright { height:68px; background:url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-bluelightbright-active:hover, #review-reports-bluelightbright-active, #reports-beta-bluelightbright-active:hover, #reports-beta-bluelightbright-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/bluelightbright/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** bluepowder **/
#view-dashboard-bluepowder { height:63px; background:url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-bluepowder-active:hover, #view-dashboard-bluepowder-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-bluepowder { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-bluepowder-active:hover, #collect-payments-bluepowder-active { background: transparent url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-bluepowder { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-bluepowder-active:hover, #collect-payments-invoiceonly-bluepowder-active { background: transparent url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-bluepowder { height:62px; background:url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-bluepowder-active:hover, #send-invoices-bluepowder-active { background:transparent url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-bluepowder { height:62px; background:url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bluepowder-active:hover, #manage-customers-bluepowder-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-bluepowder { height:62px; background:url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-bluepowder-active:hover, #manage-customers-bottom-bluepowder-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-bluepowder, #reports-beta-bluepowder { height:68px; background:url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-bluepowder-active:hover, #review-reports-bluepowder-active, #reports-beta-bluepowder-active:hover, #reports-beta-bluepowder-active  { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/bluepowder/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** blueroyal **/
#view-dashboard-blueroyal { height:63px; background:url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-blueroyal-active:hover, #view-dashboard-blueroyal-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-blueroyal { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-blueroyal-active:hover, #collect-payments-blueroyal-active { background: transparent url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-blueroyal { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-blueroyal-active:hover, #collect-payments-invoiceonly-blueroyal-active { background: transparent url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-blueroyal { height:62px; background:url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-blueroyal-active:hover, #send-invoices-blueroyal-active { background:transparent url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-blueroyal { height:62px; background:url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-blueroyal-active:hover, #manage-customers-blueroyal-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-blueroyal { height:62px; background:url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-blueroyal-active:hover, #manage-customers-bottom-blueroyal-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-blueroyal, #reports-beta-blueroyal { height:68px; background:url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-blueroyal-active:hover, #review-reports-blueroyal-active, #reports-beta-blueroyal-active:hover, #reports-beta-blueroyal-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/blueroyal/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** burgundy **/
#view-dashboard-burgundy { height:63px; background:url(/inc/images/LeftNavigationOptions/burgundy/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-burgundy-active:hover, #view-dashboard-burgundy-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/burgundy/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-burgundy { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/burgundy/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-burgundy-active:hover, #collect-payments-burgundy-active { background: transparent url(/inc/images/LeftNavigationOptions/burgundy/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-burgundy { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/burgundy/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-burgundy-active:hover, #collect-payments-invoiceonly-burgundy-active { background: transparent url(/inc/images/LeftNavigationOptions/burgundy/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-burgundy { height:62px; background:url(/inc/images/LeftNavigationOptions/burgundy/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-burgundy-active:hover, #send-invoices-burgundy-active { background:transparent url(/inc/images/LeftNavigationOptions/burgundy/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-burgundy { height:62px; background:url(/inc/images/LeftNavigationOptions/burgundy/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-burgundy-active:hover, #manage-customers-burgundy-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/burgundy/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-burgundy { height:62px; background:url(/inc/images/LeftNavigationOptions/burgundy/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-burgundy-active:hover, #manage-customers-bottom-burgundy-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/burgundy/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-burgundy, #reports-beta-burgundy { height:68px; background:url(/inc/images/LeftNavigationOptions/burgundy/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-burgundy-active:hover, #review-reports-burgundy-active, #reports-beta-burgundy-active:hover, #reports-beta-burgundy-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/burgundy/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** darkgray **/
#view-dashboard-darkgray { height:63px; background:url(/inc/images/LeftNavigationOptions/darkgray/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-darkgray-active:hover, #view-dashboard-darkgray-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/darkgray/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-darkgray { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/darkgray/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-darkgray-active:hover, #collect-payments-darkgray-active { background: transparent url(/inc/images/LeftNavigationOptions/darkgray/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-darkgray { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/darkgray/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-darkgray-active:hover, #collect-payments-invoiceonly-darkgray-active { background: transparent url(/inc/images/LeftNavigationOptions/darkgray/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-darkgray { height:62px; background:url(/inc/images/LeftNavigationOptions/darkgray/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-darkgray-active:hover, #send-invoices-darkgray-active { background:transparent url(/inc/images/LeftNavigationOptions/darkgray/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-darkgray { height:62px; background:url(/inc/images/LeftNavigationOptions/darkgray/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-darkgray-active:hover, #manage-customers-darkgray-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/darkgray/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-darkgray { height:62px; background:url(/inc/images/LeftNavigationOptions/darkgray/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-darkgray-active:hover, #manage-customers-bottom-darkgray-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/darkgray/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-darkgray, #reports-beta-darkgray { height:68px; background:url(/inc/images/LeftNavigationOptions/darkgray/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-darkgray-active:hover, #review-reports-darkgray-active, #reports-beta-darkgray-active:hover, #reports-beta-darkgray-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/darkgray/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** gold **/
#view-dashboard-gold { height:63px; background:url(/inc/images/LeftNavigationOptions/gold/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-gold-active:hover, #view-dashboard-gold-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/gold/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-gold { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/gold/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-gold-active:hover, #collect-payments-gold-active { background: transparent url(/inc/images/LeftNavigationOptions/gold/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-gold { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/gold/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-gold-active:hover, #collect-payments-invoiceonly-gold-active { background: transparent url(/inc/images/LeftNavigationOptions/gold/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-gold { height:62px; background:url(/inc/images/LeftNavigationOptions/gold/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-gold-active:hover, #send-invoices-gold-active { background:transparent url(/inc/images/LeftNavigationOptions/gold/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-gold { height:62px; background:url(/inc/images/LeftNavigationOptions/gold/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-gold-active:hover, #manage-customers-gold-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/gold/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-gold { height:62px; background:url(/inc/images/LeftNavigationOptions/gold/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-gold-active:hover, #manage-customers-bottom-gold-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/gold/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-gold, #reports-beta-gold { height:68px; background:url(/inc/images/LeftNavigationOptions/gold/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-gold-active:hover, #review-reports-gold-active, #reports-beta-gold-active:hover, #reports-beta-gold-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/gold/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** greenlight **/
#view-dashboard-greenlight { height:63px; background:url(/inc/images/LeftNavigationOptions/greenlight/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-greenlight-active:hover, #view-dashboard-greenlight-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/greenlight/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-greenlight { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/greenlight/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-greenlight-active:hover, #collect-payments-greenlight-active { background: transparent url(/inc/images/LeftNavigationOptions/greenlight/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-greenlight { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/greenlight/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-greenlight-active:hover, #collect-payments-invoiceonly-greenlight-active { background: transparent url(/inc/images/LeftNavigationOptions/greenlight/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-greenlight { height:62px; background:url(/inc/images/LeftNavigationOptions/greenlight/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-greenlight-active:hover, #send-invoices-greenlight-active { background:transparent url(/inc/images/LeftNavigationOptions/greenlight/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-greenlight { height:62px; background:url(/inc/images/LeftNavigationOptions/greenlight/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-greenlight-active:hover, #manage-customers-greenlight-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/greenlight/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-greenlight { height:62px; background:url(/inc/images/LeftNavigationOptions/greenlight/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-greenlight-active:hover, #manage-customers-bottom-greenlight-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/greenlight/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-greenlight, #reports-beta-greenlight { height:68px; background:url(/inc/images/LeftNavigationOptions/greenlight/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-greenlight-active:hover, #review-reports-greenlight-active, #reports-beta-greenlight-active:hover, #reports-beta-greenlight-active { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/greenlight/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

/** teal **/
#view-dashboard-teal { height:63px; background:url(/inc/images/LeftNavigationOptions/teal/u-nav-viewdashboard.png) top left no-repeat; }
a#view-dashboard-teal-active:hover, #view-dashboard-teal-active {display:block; background: transparent url(/inc/images/LeftNavigationOptions/teal/u-nav-viewdashboard.png) no-repeat -334px 0 !important; height: 63px; width:167px; }

#collect-payments-teal { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/teal/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-teal-active:hover, #collect-payments-teal-active { background: transparent url(/inc/images/LeftNavigationOptions/teal/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#collect-payments-invoiceonly-teal { display:block; width:167px; height:62px; background:url(/inc/images/LeftNavigationOptions/teal/u-nav-collectpayments.png) top left no-repeat; }
#collect-payments-invoiceonly-teal-active:hover, #collect-payments-invoiceonly-teal-active { background: transparent url(/inc/images/LeftNavigationOptions/teal/u-nav-collectpayments.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#send-invoices-teal { height:62px; background:url(/inc/images/LeftNavigationOptions/teal/u-nav-sendinvoices.png) top left no-repeat; }
#send-invoices-teal-active:hover, #send-invoices-teal-active { background:transparent url(/inc/images/LeftNavigationOptions/teal/u-nav-sendinvoices.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#manage-customers-teal { height:62px; background:url(/inc/images/LeftNavigationOptions/teal/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-teal-active:hover, #manage-customers-teal-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/teal/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }
#manage-customers-bottom-teal { height:62px; background:url(/inc/images/LeftNavigationOptions/teal/u-nav-managecustomers.png) top left no-repeat; }
#manage-customers-bottom-teal-active:hover, #manage-customers-bottom-teal-active { height:62px; background: transparent url(/inc/images/LeftNavigationOptions/teal/u-nav-managecustomers.png) no-repeat -334px 0 !important; width:167px; height:62px; }

#review-reports-teal, #reports-beta-teal { height:68px; background:url(/inc/images/LeftNavigationOptions/teal/u-nav-reviewreports.png) top left no-repeat; }
#review-reports-teal-active:hover, #review-reports-teal-active, #reports-beta-teal-active:hover, #reports-beta-teal-active  { height:68px; background:transparent url(/inc/images/LeftNavigationOptions/teal/u-nav-reviewreports.png) no-repeat -334px 0 !important; width:167px; height:62px; }

.swipebtn { padding-bottom: 12px; }


.unstyled-menu + .unstyled-menu {
    margin-top: 15px;
}
