<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
	height: 100%;
}

body {
	background: url(/images/template/background.jpg);
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a { color: #1c8dc5; }

a:hover { color: #808080; }

a img { border: 0; }

.blacklink { 
	color: #000000; 
	text-decoration: none;
}

.sublink {
	clear: left;
	color: #808080;
	float: left;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

.blacklink:hover, .sublink:hover { text-decoration: underline; }

.print-logo {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

h3 {
	color: #1c8dc5;
	font-size: 17px;
	line-height: 22px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

p {
	line-height: 22px;
	margin: 0 0 10px 0;
}

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

.subheading {
	margin: -12px 0 10px 0;
}

#mobile-nav-toggle { display: none; }

.mobile-only { display: none; }

.hr {
	border-bottom: 1px solid #cccccc;
	margin: 15px 0;
}

.hr hr { display: none; }


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Header and Nav ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.header {
	background: #0c8bd3;
	background: -moz-linear-gradient(top,  #0c8bd3 0%, #074b7a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c8bd3), color-stop(100%,#074b7a));
	background: -webkit-linear-gradient(top,  #0c8bd3 0%,#074b7a 100%);
	background: -o-linear-gradient(top,  #0c8bd3 0%,#074b7a 100%);
	background: -ms-linear-gradient(top,  #0c8bd3 0%,#074b7a 100%);
	background: linear-gradient(to bottom,  #0c8bd3 0%,#074b7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8bd3', endColorstr='#074b7a',GradientType=0 );
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	min-height: 55px;
	position: relative;
	z-index: 4;
}

.header.development {
	background: #232323;
	background: -moz-linear-gradient(top,  #525252 0%, #232323 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#232323));
	background: -webkit-linear-gradient(top,  #525252 0%,#232323 100%);
	background: -o-linear-gradient(top,  #525252 0%,#232323 100%);
	background: -ms-linear-gradient(top,  #525252 0%,#232323 100%);
	background: linear-gradient(to bottom,  #525252 0%,#232323 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#232323',GradientType=0 );
}

.header .logo {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin: 6px 0 0 0;
	text-decoration: none;
	text-transform: lowercase;
}

.header .logo img {
	display: block;
	margin: 0;
}

.header .login-info {
	background: #065284;
	background: -moz-linear-gradient(top, #065284 0%, #03395f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#065284), color-stop(100%,#03395f));
	background: -webkit-linear-gradient(top, #065284 0%,#03395f 100%);
	background: -o-linear-gradient(top, #065284 0%,#03395f 100%);
	background: -ms-linear-gradient(top, #065284 0%,#03395f 100%);
	background: linear-gradient(top, #065284 0%,#03395f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065284', endColorstr='#03395f',GradientType=0 );
	border-bottom: 1px solid #86a3b6;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #b7e5ff;
	float: right;
	font-size: 12px;
	height: 25px;
	line-height: 22px;
	padding: 0 15px;
}

.header.development .login-info {
	background: #252525;
	background: -moz-linear-gradient(top, #252525 0%, #161616 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#161616));
	background: -webkit-linear-gradient(top, #252525 0%,#161616 100%);
	background: -o-linear-gradient(top, #252525 0%,#161616 100%);
	background: -ms-linear-gradient(top, #252525 0%,#161616 100%);
	background: linear-gradient(top, #252525 0%,#161616 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#161616',GradientType=0 );
	border-bottom: 1px solid #989898;
}

.header .login-info a {
	color: #ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
}

.primary-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 3;
}

body.locked {
	padding-top: 55px;
}

body.locked .header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

body.locked #menu-holder {
	position: relative;
}

body.locked .primary-navigation {
	position: fixed;
	width: 200px;
}


.primary-navigation &gt; li {
}

.primary-navigation &gt; li.nav-item-logout {
	display: none;
}

.primary-navigation &gt; li.sub {
    background-image: url("/images/icons/gray-arrow-down.png");
    background-position: 95% 10px;
    background-repeat: no-repeat;
}

.primary-navigation &gt; li.sub.selected {
    background-image: url("/images/icons/gray-arrow-up.png");
}

.primary-navigation &gt; li a {
    border-bottom: 1px solid #e8e8e8;
    color: #606060;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    text-decoration: none;
    transition: color 0.25s linear 0s;
}

.primary-navigation &gt; li &gt; a {
	position: relative;
	padding-left: 20px;
}

.primary-navigation &gt; li &gt; a &gt; .icon {
	display: block;
	position: absolute;
	background: url(/images/navigation/navigation.png) 0 -16px no-repeat;
	height: 16px;
	padding: 0;
	position: absolute;
	left: 0;
	margin: 0;
	width: 16px;
}

.primary-navigation &gt; li &gt; a.accounts &gt; .icon { background-position: -192px -16px; }
.primary-navigation &gt; li &gt; a.accounts:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.accounts &gt; .icon { background-position: -192px 0; }

.primary-navigation &gt; li &gt; a.charges &gt; .icon { background-position: -16px -16px; }
.primary-navigation &gt; li &gt; a.charges:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.charges &gt; .icon { background-position: -16px 0; }

.primary-navigation &gt; li &gt; a.checks &gt; .icon { background-position: -80px -16px; }
.primary-navigation &gt; li &gt; a.checks:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.checks &gt; .icon { background-position: -80px 0; }

.primary-navigation &gt; li &gt; a.journal_entries &gt; .icon { background-position: -80px -16px; }
.primary-navigation &gt; li &gt; a.journal_entries:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.journal_entries &gt; .icon { background-position: -80px 0; }

.primary-navigation &gt; li &gt; a.properties &gt; .icon { background-position: -64px -16px; }
.primary-navigation &gt; li &gt; a.properties:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.properties &gt; .icon { background-position: -64px 0; }

.primary-navigation &gt; li &gt; a.receipts &gt; .icon { background-position: -96px -16px; }
.primary-navigation &gt; li &gt; a.receipts:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.receipts &gt; .icon { background-position: -96px 0; }

.primary-navigation &gt; li &gt; a.purchase_orders &gt; .icon { background-position: -32px -16px; }
.primary-navigation &gt; li &gt; a.purchase_orders:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.purchase_orders &gt; .icon { background-position: -32px 0; }

.primary-navigation &gt; li &gt; a.financial_reports &gt; .icon { background-position: -240px -16px; }
.primary-navigation &gt; li &gt; a.financial_reports:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.financial_reports &gt; .icon { background-position: -240px 0; }

.primary-navigation &gt; li &gt; a.management_reports &gt; .icon { background-position: -240px -16px; }
.primary-navigation &gt; li &gt; a.management_reports:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.management_reports &gt; .icon { background-position: -240px 0; }

.primary-navigation &gt; li &gt; a.tenant_reports &gt; .icon { background-position: -240px -16px; }
.primary-navigation &gt; li &gt; a.tenant_reports:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.tenant_reports &gt; .icon { background-position: -240px 0; }

.primary-navigation &gt; li &gt; a.vendor_reports &gt; .icon { background-position: -240px -16px; }
.primary-navigation &gt; li &gt; a.vendor_reports:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.vendor_reports &gt; .icon { background-position: -240px 0; }

.primary-navigation &gt; li &gt; a.subcontractors &gt; .icon { background-position: -128px -16px; }
.primary-navigation &gt; li &gt; a.subcontractors:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.subcontractors &gt; .icon { background-position: -128px 0; }

.primary-navigation &gt; li &gt; a.settings &gt; .icon { background-position: -80px -16px; }
.primary-navigation &gt; li &gt; a.settings:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.settings &gt; .icon { background-position: -80px 0; }

.primary-navigation &gt; li &gt; a.tenants &gt; .icon { background-position: -176px -16px; }
.primary-navigation &gt; li &gt; a.tenants:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.tenants &gt; .icon { background-position: -176px 0; }

.primary-navigation &gt; li &gt; a.vendors &gt; .icon { background-position: -128px -16px; }
.primary-navigation &gt; li &gt; a.vendors:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.vendors &gt; .icon { background-position: -128px 0; }

.primary-navigation &gt; li &gt; a.users &gt; .icon { background-position: 0 -16px; }
.primary-navigation &gt; li &gt; a.users:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.userss &gt; .icon { background-position: 0 0; }

.primary-navigation &gt; li &gt; a.work_orders &gt; .icon { background-position: -32px -16px; }
.primary-navigation &gt; li &gt; a.work_orders:hover &gt; .icon,
.primary-navigation &gt; li.selected &gt; a.work_orders &gt; .icon { background-position: -32px 0; }



.primary-navigation &gt; li.selected,
.primary-navigation &gt; li:hover {

}

.primary-navigation li.selected &gt; a,
.primary-navigation li:hover &gt; a {
    color: #127fdc;
    text-decoration: none;
}

.primary-navigation &gt; li.selected {
}

.primary-navigation &gt; li.selected a {
}

.primary-navigation &gt; li &gt; ul {
	background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.primary-navigation &gt; li.selected &gt; ul {
	display: block;
}

.primary-navigation &gt; li &gt; ul &gt; li &gt; a {
	border: 0;
	font-size: 11px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Middle Area ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.middle-area {
	background: #ffffff;
	padding: 20px 0;
}

.left-side-content {
	float: left;
	width: 16%;
}

.page-login .left-side-content { display: none; }

.right-side-content {
	float: right;
	width: 82%;
}

.page-login .right-side-content { 
	float: none;
	width: auto;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Secondary Navigation ------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.secondary-navigation-wrap {
	background: #b2b0b2;
	background: -moz-linear-gradient(top, #e2e3e8 0%, #b2b0b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e3e8), color-stop(100%,#b2b0b2));
	background: -webkit-linear-gradient(top, #e2e3e8 0%,#b2b0b2 100%);
	background: -o-linear-gradient(top, #e2e3e8 0%,#b2b0b2 100%);
	background: -ms-linear-gradient(top, #e2e3e8 0%,#b2b0b2 100%);
	background: linear-gradient(top, #e2e3e8 0%,#b2b0b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e3e8', endColorstr='#b2b0b2',GradientType=0 );
	border-bottom: 1px solid rgba(0,0,0,0.40);
	border-top: 1px solid rgba(0,0,0,0.80);
	clear: both;
	padding: 2px 0 5px 0;
	position: relative;
	z-index: 1;
}

.secondary-navigation-wrap ul.secondary-navigation {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
}

.secondary-navigation-wrap ul.secondary-navigation li {
	float: left;
	margin-right: 10px;
}

.secondary-navigation-wrap ul.secondary-navigation li a {
	color: #000000;
	display: block;
	float: left;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	padding: 1px 10px;
	text-decoration: none;
}

.secondary-navigation-wrap ul.secondary-navigation li a:hover,
.secondary-navigation-wrap ul.secondary-navigation li.selected a {
	background: url(/images/template/header-background.png) 0 50% repeat-x;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset 0px 1px 1px black;
	-moz-box-shadow: inset 0px 1px 1px black;
	-webkit-box-shadow: inset 0px 1px 1px black;
	border-bottom: 1px solid rgba(255,255,255,.75);
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 1px 10px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Heading Area/Pager/Search Bar ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-area {
    border-bottom: 1px solid #c1c1c1;
    margin: 0 0 20px 0;
}

.pager-bar {
	color: #ffffff;
	padding: 15px 0 0 0;
}

.pager-bar input.search-input {
	border-right: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 0 3px rgba(0,0,0,.85);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.85);
	float: left;
	height: 16px;
	padding: 4px 4px 4px 10px;
}

.pager-bar input.search-submit {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	border-left: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.85);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.85);
	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
}

.pager-bar input.search-submit:hover {
	background: #d8d8d8;
}

.sub-heading {
	padding: 0 0 20px 0;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Content Container ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.gray-box {
	background: #f5f5f5; 
	border: 1px solid #cccccc;
	box-shadow: 3px 3px 3px #dedede;
	-moz-box-shadow: 3px 3px 3px #dedede;
	-webkit-box-shadow: 3px 3px 3px #dedede;
	padding: 10px 20px; 
}

.gray-box h2 {
	margin-top: 0;
}

.tag {
	background: url(/images/template/totals-background.png) 0 50% repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 1px 1px black;
	-moz-box-shadow: inset 0px 1px 1px black;
	-webkit-box-shadow: inset 0px 1px 1px black;
	border-bottom: 1px solid rgba(255,255,255,.75);
	color: #ffffff;
	font-size: 10px;
	display: inline-block;
	padding: 1px 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,.45);
	display: inline-block;
	padding: 2px;
	width: auto;
	font-size: 11px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.body-wrap {
	min-height: 100%;
	position: relative;
}

.footer-push {
	padding-bottom: 80px;
	position: relative;
}

.footer {
	background: #333333;
	bottom: 0;
	color: #808080;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: right;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Login Screen ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
body.page-login {
	background: #333333 url(/images/template/dark-gray-background.png);
}

body.page-login .header,
body.page-login .footer,
body.page-login .heading-area-wrap {
	display: none;
}

.middle-area {
	background: none;
}

.login-box {
	background: #ffffff url(/images/template/client-login-logo.png) 30px 50% no-repeat;
	box-shadow: 0 0 10px #313131;
	-moz-box-shadow: 0 0 10px #313131;
	-webkit-box-shadow: 0 0 10px #313131;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 120px auto 0 auto;
	padding: 30px 30px 30px 180px;
	width: 240px;
}

.login-box.development {
	background-image: url(/images/template/client-login-logo-development.png);
}

.login-box.wide {
	width: 340px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Icons ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.icon {
	background-position: 3px 4px;
	background-repeat: no-repeat;
	border-radius: 2px;
	moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	margin: 1px 0 1px 0;
	padding: 2px 8px 2px 20px; 
	text-transform: capitalize;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.icon.dib { 
	display: inline-block;
	padding-left: 8px;
}

.icon.edit { background-image: url(/images/icons/edit.png); }
.icon.email { background-image: url(/images/icons/email.png); }
.icon.settings { background-image: url(/images/icons/settings.png); }
.icon.email { background-image: url(/images/icons/email.png); }
.icon.print { background-image: url(/images/icons/print.png); }
.icon.plus { background-image: url(/images/icons/plus.png); }
.icon.history { background: url(/images/icons/history.png) 3px 3px no-repeat; }
.icon.remove { background-image: url(/images/icons/delete.png); }
.icon.delete { background-image: url(/images/icons/delete.png); }
.icon.duplicate { background-image: url(/images/icons/duplicate.png); }
.icon.viewfull { background-image: url(/images/icons/viewfull.png); }
.icon.start { background-image: url(/images/icons/start.png); }
.icon.pause { background-image: url(/images/icons/pause.png); }

.icon:hover { 
	background-color: #1ea0da;
	background-position: 3px -47px; 
	color: #ffffff;
}

.icon.standalone {
	background-position: 50% 4px;
	padding: 0;
	height: 18px;
	width: 18px;
}

.icon.standalone:hover {
	background-position: 50% -47px;
}


.icon.delete,
.icon.remove {
	color: #cf3434;
	opacity: .6;
	filter: alpha(opacity=60);
}

.icon.delete:hover,
.icon.remove:hover {
	background-color: #cf3434;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.folder {
	background: url(/images/icons/folder.png) 0 50% no-repeat;
	display: inline-block;
	padding-left: 20px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.smr { margin-right: 6px; }
.smt { margin-top: 10px; }
.mt { margin-top: 20px; }
.bmt { margin-top: 30px; }

.vsmb { margin-bottom: 4px; }
.smb { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.bmb { margin-bottom: 30px; }

.sml { margin-left: 10px; }

.cb { clear: both; }
.cr { clear: right; }
.cl { clear: left; }
.fr { float: right; }
.fl { float: left; }
.cn { clear: none; }

.tar { text-align: right; }
.tac,th.tac { text-align: center; }
.spt { padding-top: 5px; }
.spr { padding-right: 5px; }
.pt { padding-top: 15px; }
.g { color: #808080; }
.red { color: red; }
.nmr { margin-right: 0; }
.nbg { background: none; }
.gbr { border-right: 1px solid #e8e8e8; }
.dn { display: none; }
.gr { color: green; }
.w { color: #ffffff; }

.small { font-size: 80%; }

.di { display: inline; width: auto; float: none; }
.dib { display: inline-block; }
.db { display: block; }

.uc { text-transform: uppercase; }

.checkbox {	vertical-align: middle; }

.drag-class td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.drag-handle { cursor: move; }

.all-caps {	text-transform: uppercase; }

.status-icon {
	background: url(/images/icons/status-icon.png) 0 0 no-repeat;
	display: inline-block;
	height: 8px;
	width: 8px;
}

.status-icon.offline { background-position: 0 -8px; }

.status-icon span { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Detail Page ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.detail {
}

.detail .left-column {
	float: left;
	width: 190px;
}

.detail .left-column .image {
	border: 1px solid #cccccc;
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
}

.detail .left-column .image img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.detail .left-column .left-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.detail .left-column .left-navigation li {
}

.detail .left-column .left-navigation li a {
    border-bottom: 1px dashed #c1c1c1;
	color: #808080;
	display: block;
	font-size: 11px;
	padding: 6px 10px;
	text-decoration: none;
}

.detail .left-column .left-navigation li a.icon { padding-left: 45px; }

.detail .left-column .left-navigation li a:hover {
	color: #000000;
}

.detail .left-column .left-navigation li.selected {
	background: #ededed;
}

.detail .left-column .left-navigation li.selected a {
	color: #000000;
}

.detail .right-column {
	float: right;
	width: 780px;
}

.detail .right-column .upper {
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 10px;
}

.detail .right-column .upper h1 {
	margin: 0;
	padding: 0;
}

.detail .right-column .lower {
	padding: 0 0 20px 0;
}

.detail-page {
	padding: 15px 10px;
	min-width: 950px;
}

.detail-page .left-column {
	float: left;
	width: 300px;
}

.detail-page .left-column h3 {
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
}

.detail-page .left-column .image {
	margin-bottom: 20px;
	text-align: center;
}

.detail-page .left-column .image img {
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.35);
	margin: 0 auto;
	max-width: 100%;
}

.detail-page .right-column {
	float: right;
	width: 620px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* CT Overlay ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ct-underlay {
	background: #000000;
	display: none;
	bottom: 0;
	left: 0;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}

.ct-overlay {
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.50);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.50);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.50);
	display: none;
	left: 50%;
	margin: 0 0 0 -200px;
	padding: 15px;
	position: absolute;
	top: 100px;
	min-width: 100px;
	z-index: 201;
}

.ct-overlay .ct-overlay-close,
.overlay-close {
	background: url(/images/icons/x-close.png);
	position: absolute;
	top: 18px;
	right: 18px;
	width: 25px;
	height: 26px;
	cursor: pointer;
	z-index: 201;
}

.page-buttons .pager {
	margin-right: 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Overlay Window -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.overlay-window {
	background: #ffffff;
	position: absolute;
	width: 500px;
	border: 5px solid #cccccc;
	border-radius: 15px;
	box-shadow: 0 0 25px #000000;
	left: 50%;
	top: 20%;
	margin-left: -250px;
	z-index: 99999;
	padding: 20px;
}
.nav-select {
	background: #f3f3f3;
	border: 1px solid #e6e6e6;
	height: 400px;
	padding: 20px;
	overflow: auto;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.submit,
.submit:active,
.button,
.button:active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.myButton:hover {
	background:#969696;
}


.submit:hover,
.submit:active,
.submit.active,
.submit.disabled,
.submit[disabled], 
.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {  
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.submit.gray,
.button.gray {
	background-color: #969696;
	color: #ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.submit.gray:hover,
.button.gray:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.submit:active,
.submit.active,
.button:active,
.button.active {
  background-color: #cccccc \9;
}

.submit:first-child,
.button:first-child {
  *margin-left: 0;
}

.submit:hover,
.button:hover {

}

.button:focus {
}

.submit.active,
.submit:active,
.button.active,
.button:active {
}

.submit.disabled,
.submit[disabled],
.button.disabled,
.button[disabled] {
}

.button .print { margin-top: 2px; }

.submit.small {
	padding: 1px 14px;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Pager ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.pager,
.pager:active {
	-webkit-appearance: none;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.85);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.85);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.85);
	color: #000000;
	display: inline-block;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	text-decoration: none;
	text-align: center;
}

.pager:hover,
.pager.on {
	-webkit-appearance: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #000000;
	background: #e5e5e5;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Display Table --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.info-table {

}

.info-table th{
	padding-right: 20px;
	color: #808080;
	text-align: left;
}

.info-table td {
	
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Display Table --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.display-table {
	background: #ffffff;
	border: 1px solid #dadada;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
}

.display-table tr.labels {
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
}

.display-table tr.labels th {
	border-bottom: 1px solid #cccccc;

}

.display-table td,
.display-table th,
.display-table th.table-header {
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	display: table-cell;
	height: auto;
	margin: 0;
	padding: 5px 6px;
}

.display-table th {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );
	text-align: left;
	text-shadow: 0 1px 0 #ffffff;
}

.display-table th.sub-heading {
	background: #efefef;
	font-size: 90%;
}

.display-table th.tar {
	text-align: right;
}

.display-table th.actions-column-heading {
	text-align: right;
	width: 65px;
}

.display-table th.table-header { cursor: pointer; }
.display-table th.table-header:hover { 
	color: #808080;
}

.display-table th.table-header.headerSortUp {
	background: #e3e3e3;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d1d1d1));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d1d1d1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d1d1d1');
	color: #000000;
}

.display-table th.table-header.headerSortDown {
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #d1d1d1,  #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#e3e3e3');
	color: #000000;
}

.display-table th.headerSortUp:hover,
.display-table th.headerSortUp:hover {
}

.display-table tr:hover td {
	background: #eefaff;
}

.display-table tr.totals {
}

.display-table tr.totals td {
	border-top: 3px double #333333;
	font-weight: bold;
	text-align: right;
}

.display-table tr td img {
}

.display-table tr.inactive td {
	color: #cccccc;
}

.display-table tr.inactive td img {
	opacity: .50;
	filter: alpha(opacity=50);
}

.dragClass td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.dragHandle {
	cursor: move;
}

.view-table {
}

.view-table th {
	color: #808080;
	font-weight: normal;
	text-align: left;
	font-size: 90%;
	padding: 4px 14px 4px 0;
}

.view-table td {
	padding: 4px;
}

.display-table td span.checkbox {
	background: url(/images/icons/checkbox.png) 0 100% no-repeat;
	display: inline-block;
	height: 22px;
	text-indent: -9999px;
	width: 20px;
}

.display-table td span.checkbox.checked {
	background: url(/images/icons/checkbox-checked.png) 0 0 no-repeat;
	text-indent: -9999px;
}

.list-checkbox {
	background: url(/images/icons/checkbox-checked.png) 0 100% no-repeat;
	height: 22px;
	line-height: 22px;
	margin: 0 0 4px 0;
	padding-left: 30px;
}

body.print-sheet-body {
	background: #3c3c3c;
	padding: 20px 50px 50px 50px;
}

.print-sheet-wrapper {
	margin: 0 auto;
	width: 7.5in;
}

.print-sheet {
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.85);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.85);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.85);
	margin-top: 25px;
	min-height: 10in;
	padding: 0.5in;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form, fieldset, form fieldset ol, form fieldset li {
	margin: 0;
	padding: 0;
}

form { margin: 0; }

form, input, textarea, option, select, .chosen-container {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 12px;
}

input, textarea, select {
	border: 1px solid #cccccc;
	padding: 4px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	width: 100%;
}

input.readonly {
	background: #e5e5e5;
}

fieldset {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );	
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

legend {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	background: linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e9e9e9',GradientType=0 );
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #4b4b4b;
	font-weight: bold;
	margin: 0 -2px 0 0;
	padding: 5px 0;
	text-indent: 7px;
	width: 100%;
}

form fieldset ol {
	list-style: none;
}

.form { width: 100%; }

form fieldset li, .form td {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding: 4px;
}

.form td {
	min-height: auto;
	padding: 8px;
}

.form td.first {
	width: 120px;
}

fieldset label {
	color: #808080;
	font-size: 90%;
}

fieldset label.block {
	display: block;
	width: auto;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

.form &gt; tbody &gt; tr &gt; td &gt; .chosen-container {
	min-width: 200px !important;
}

.display-table .chosen-container {
}

form select.fullwidth {
	width: 100%;
}

textarea { 
	border: 1px solid #a5aeb5;
	line-height: 15px;
}

input.datepicker {
	background: #ffffff url(/images/icons/calendar.gif) 82px 48% no-repeat;
	padding-right: 20px;
	width: 105px;
	cursor: pointer;
}

input.datetimepicker {
	background: #ffffff url(/images/icons/calendar.gif) 138px 48% no-repeat;
	padding-right: 20px;
	width: 135px;
	cursor: pointer;
}

form .padding {
	padding: 10px;
}

span.checkbox-wrap {
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	display: inline-block;
	margin: 3px;
	padding: 5px 10px 5px 5px;
}

span.checkbox-wrap input {
}

span.checkbox-wrap img {
	margin: -1px 4px 0 0;
	float: left; 
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	width: 20px;
}

.checkbox-wrap label.unchecked,
.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox.png) 0 50% no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 27px;
	line-height: 25px;
	min-height: 25px;
	opacity: 1;
}

span.checkbox-wrap label.checked {
	background: url(/images/icons/checkbox-checked.png) 0 50% no-repeat;
}

span.checkbox-wrap label.unchecked:hover,
span.checkbox-wrap label.checked:hover {
	opacity: .60;
	filter: alpha(opacity=60);
}

.address-last-row td {
	border-bottom: 4px solid #cccccc;
}

.content-box-item,
.ui-sortable-placeholder {
	background-color: #e9e9e9;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height: 15px;
	display: block;
	margin: 0 0 4px 0;
	padding: 10px 5px;
}

.content-box-item.ui-sortable-helper {
	border: 1px solid #808080;
}

.content-box-item .handle {
	background: #e9e9e9 url(/images/icons/icon_drag.gif) 4px 50% no-repeat;
	cursor: move;
	display: block;
	float: left;
	height: 15px;
	margin: 0 8px 0 0;
	width: 15px;
}
	

.ui-sortable-placeholder {
	border: 1px dashed #000000;
	background: #ffffff;
	height: 20px;
	opacity: .4;
	filter: alpha(opacity=40);
}
	
	
.field-wrap {
	border-bottom: 1px solid #d7d7d7;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

.field-wrap label {
	color: #808080;
	display: block;
	font-size: 11px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}

.field-wrap ul {
	margin: 0;
	padding: 0 0 0 15px;
}

input.error,
textarea.error,
select.error,
.chosen-container-single.error .chosen-single {
	border-color: red;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Sortable Categories/Lists --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ui-state-highlight {
	margin-bottom: 5px;
}

.sortable-categories {
	list-style: none;
	margin: 0;
	max-width: 500px;
	padding: 0;
}

.sortable-categories ol {
	margin-left: 30px;
	max-width: 100%;
}

.sortable-categories li {
	min-height: 30px;
}

.sortable-categories .inner {
	background: url(/images/icons/icon_drag.gif) 5px 50% no-repeat;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 4px 4px 4px 20px;
	position: relative;
}

.sortable-categories .draghandle {
	bottom: 0;
	cursor: move;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.sortable-categories .inner .title {
	min-height: 22px;
	line-height: 22px;
}

.sortable-categories .inner .title {
	font-weight: bold;
}

.sortable-categories ol .inner .title {
	font-style: italic;
	font-weight: normal;
}

.sortable-categories ol ol .inner .title {
	font-weight: normal;
	font-style: normal;
	font-size: 85%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Alerts ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.alert,
.good-alert, 
.bad-alert {
	background: #e7ffe6;
	border: 1px solid #beffbb;
	color: #000000;
	margin: 10px 0;
	position: relative;
	z-index: 105;
}

.alert.neutral {
	background: #fffae0;
	border: 1px solid #ffe153;
	margin: 0 0 10px 0;
}

.alert .inside,
.alert-inside {
	margin: 0 auto;
	font-size: 18px;
	padding: 20px 25px 20px 10px;
}

.alert.neutral .inside {
	font-size: 12px;
	padding: 10px;
}

.bad-alert {
	background: #ffe6e6;
	border: 1px solid #ffbbbb;
}

.close-it {
	background: url(/images/icons/hide.png) 0 0 no-repeat;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 56px;
}

.close-it span {
	display: none;
}

.good-alert.fixed, 
.bad-alert.fixed {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	display: none;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.good-alert.fixed .alert-inside, 
.bad-alert.fixed .alert-inside {
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Dashboard ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.dashboard-left,
.dashboard-right {
	float: left;
	width: 48%;
}

.dashboard-right {
	float: right;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Back to Top button ---------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#back-to-bottom,
#back-to-top {
	background: url(/images/icons/back-to-top.png) 0 0 no-repeat;
	bottom: 18px;
	display: none;
	height: 52px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	right: 18px;
	width: 51px;
	z-index: 9999;
}

#back-to-bottom {
	background: url(/images/icons/back-to-bottom.png) 0 0 no-repeat;
}

#back-to-bottom:hover,
#back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}</pre></body></html>