﻿:root {
	--font_list_01: Arial, Verdana;
	--font_list_02: Arial;
	--font_list_03: fantasy;
	--font_list_04: Tahoma;
	--font_list_05: Meiryo;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	font: normal 10pt var(--font_list_01) !important;
}
body {
	overflow-y: scroll;
}

p {
	margin-bottom: 0;
}

	body.summaryBody {
		background-color: #5e5e5e;
	}

img {
	border: none;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#header {
	padding: 10px;
}

#content {
	padding: 0 0 0 0;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#push {
	height: 50px;
}
.cleanse {
	clear:both;
}
.menu_sub_header {
	width: 100%;
}

#page {
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

.page_title {
	width: 100%;
}


#bodyTopSection {
	width:1000px;
	min-height: 25px;
	clear: both;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.rightside {
	width:870px;
	padding: 20px;
	display:inline-block;
	vertical-align:top;
}

.rightside h3 {
	font-size:18px;
	color:#000000;
	font-weight:normal;
}

.rightside .title {
	font-size:22px;
	font-weight:normal;
	color:#000000;
}

.rightside_noback {
	width: 1000px;
}

.leftside {
	padding:20px;
	padding-left:0;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
}

.menu_header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.menu_header a {
	color:#181C28;
}

#header {
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

.elementMid,
.elementNarrow,
.elementWide {
	display: inline-block;
	margin: 0 auto 0 auto;
}

.elementWide {
	width: 1000px;
}

input[type="image"].big-button,
img.big-button {
	width: 360px;
	margin-top: 10px;
}

#sidebar {
	padding: 20px 20px 20px 0;
}

#logo {
	padding: 10px 20px;
	font-size: 200%;
}

.menu {
	font-size: 16px;
	line-height: 80px;
	font-weight: normal;
}

.menu a {
	text-decoration: none;
	vertical-align: top;
	padding: 0 12px;
	display: block;
}

.menu ul {
	padding: 0;
	margin: 0;
}

.menu ul li img {
	padding-right: 4px;
}

.menu ul li {
	display: inline;
	float:left;
	text-align:center;
	padding-top:12px;
}

div.flash-error, div.flash-notice, div.flash-success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	float: left;
	font-size: 16px;
	padding: 5px 0;
	text-decoration: none;
	font-size: 11px;
}

div.breadcrumbs span {
}

div.breadcrumbs a {
	text-decoration: none;
	color: #0066A4;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet {
}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px var(--font_list_02);
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

.introWelcome {
	color: #0066A4;
	font-size: 40px;
	font-family: var(--font_list_03);
}

.signupForm,
.docindexForm,
.wideindexForm,
.indexForm {
	width: 350px;
	border-top: none;
	-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;
	float: left;
	-webkit-box-shadow: 0 5px 12px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 5px 12px rgba(50, 50, 50, 0.75);
	box-shadow: 0 5px 12px rgba(50, 50, 50, 0.75);
	margin-top: 0;
	background-color: rgba(255, 255, 255, 0.9);
}

.wideindexForm {
	width: 1000px; /* override above */
}

.signupForm {
	width: 1000px;
}

.registerForm {
	width: 350px;
	border-top: none;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-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;
	float: left;
	-webkit-box-shadow: 0 5px 12px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 5px 12px rgba(50, 50, 50, 0.75);
	box-shadow: 0 5px 12px rgba(50, 50, 50, 0.75);
	margin-top: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	clear: left;
}

.registerText {
	display:inline-block;
	float:left;
	line-height:100%;
	vertical-align: middle;
	padding: 35px 30px;
}
.registerButton {
	display:inline-block;
	float:right;
	vertical-align: middle;
}

.registerButton a {
	display:inline-block;
	background: url('images/register_here.png');
	background-repeat: no-repeat;
	height: 69px;
	width: 150px;
	margin: 10px 20px;
}

.signupForm input[type=text],
.signupForm input[type=password] {
	width: 160px;
}

#form_container {
	padding: 0 20px 5px 20px;
}

select {
	display: inline-block;
	font-size: 14px;
	color: #555;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
	cursor:pointer;
}

select:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.longdown {
	background-repeat:repeat-y;
}

.reports {
	background-color: #5E5E5E;
}

.holder {
	height: 120px;
	min-height: 100%;
	padding: 0;
}

.outline {
	border: 1px 0 1px 0;
	border: solid 1px #000000;
}

.form_topper {
	text-align: left;
	font-family: var(--font_list_02);
	font-size: 18px;
	color: white;
	padding: 25px 6px 6px 15px;
	font-weight: bold;
	line-height:1.5em;
}

header {
	position: relative;
}

.header {
	min-width: 1000px;
	clear: both; 
	height:110px;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.header-no-bgk {
	background:none;
	background-color:#ffffff;
	height: 100px;
}

.seethrough {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
	
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
}

.noseeum {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100% !important; 
		/*ui-datepicker-inline*/
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100) !important;
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1.0 !important;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1.0 !important;
	
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1.0 !important;
}

#index_header {
	padding-bottom: 15px;
}

hr {
	background: #000000 !important;
}

.menu .menulink_holder:hover {
	-webkit-box-shadow: 0 -10px 21px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 -10px 21px rgba(50, 50, 50, 0.75);
	box-shadow: 0 -10px 21px rgba(50, 50, 50, 0.75);
}

.menulink_holder {
	width: 200px;
	height: 90px;
}

.menu-header {
	min-height: 27px;
}

.menu-sub-header {
	min-width: 1000px;
	min-height: 27px;
	background: none;
	position: relative;
	background-color: #ffffff;
	width: 1000px;
	margin: auto;
	z-index: 999;
}

.menu-sub-header .content {
	color: #0066A4;
}

.menu-sub-header .customer_info {
	min-width: 350px;
}

.menu-sub-header .page_title {
	width: 100%;
	float: left;
	min-width: 1000px;
}

.leftFloat {
	float: left;
	font-size: 12px;
	text-align: right;
	z-index: 100;
	vertical-align:middle;
	padding:4px;
}
.rightFloat {
	float: right;
	font-size: 15px;
	text-align: right;
	z-index: 100;
	vertical-align: top;
	text-transform:uppercase;
}

.navFloat {
	float: right;
	font-size: 15px;
	text-align: right;
	z-index: 100;
	vertical-align: top;
	text-transform:uppercase;
}

.page_title .leftFloat {
	padding:0;
}

.settings_buttons {
	margin-top: 5px;
}

.settings_buttons a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: top;
	font-size: 13px;
}

.settings_buttons a:hover {
	text-decoration: none;
}

.rightFloat#smalltext {
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
}

.container {
	display: block;
	text-align: center;
	height: auto;
	height: fit-content;
	overflow: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index:998;
}

.element_holder {
	width: 100%;
}

.element {
	width: 1000px;
	position: relative;
	margin: 0 auto 0 auto;
	background: none;
	text-align: left;
	background:#fff;
	/*padding:0 10px;*/
}

.element_wide {
	width: 1300px;
	/*min-width: 1000px;*/
	margin: 20px auto 0 auto;
	background: none;
	text-align: left;
	background:#fff;
	padding:0 10px;
}

.expandable_hide {
	max-width: 5em;
	overflow:hidden;
}

.element_about {
	width: 1150px;
	/*min-width: 1000px;*/
	margin: 80px auto 150px auto;
	background: none;
	text-align: left;
	/*background:#fff;*/
	padding:0 10px;
}

summaryelement {
	width: 100%;
	/*min-width: 1000px;*/
	min-height: 65px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: center;
}

.indexelement {
	width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
 }

.dealermanagerelement {
	width: 1500px;
	min-height: 550px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
 }

.budgetmonitorelement {
	max-width: 1000px;
	min-height: 550px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
 }

.summary_dashboard {
	height: auto;
	min-height: 100%;
	overflow: hidden;
	vertical-align: top;
}

.info {
	width: 100%;
	margin: 0 5px;
	text-align: center;
	border-radius: 0;
	border: 0 solid #aaa;
	padding: 0;
	height: auto;
	overflow: hidden;
	border:1px solid #D5D5D5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.settings_page {
	display: inline-table;
	width: 280px;
	min-width: 280px;
	margin: 0 5px;
	float:left;
}

.info .overallReporting {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	border-radius: 0;
	border: 0 solid #666;
}


.overallReporting-content {
}

.overallReporting-content:hover {
}

.summary-headers {
	border-bottom: solid 3px #000000;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding:0;
}

.summary-date {
	height: 30px !important;
	background-color: #eee;
	cursor:pointer;
}

.overallReporting .summary-date:hover {
	background-color: #e2e2e2;
}

.interiorReporting {
	margin: 0;
	padding: 0;
	width: 80%;
	background-color: white;
	border-collapse: collapse;
	border-radius: 8px;
	border: 0 solid #666;
}


h3 {
	margin: 0 !important;
}

.summary-info {
	background-color: #ffffff;
	width: 250px;
	font-size:11px;
	color:#000000;
	font-family: var(--font_list_04);
}

.detail_span {
	min-width: 40px;
	margin-left: 0;
	margin-right: 0;
}

table.detail_table {
	margin-bottom: 10px !important;
	width:95%;
	background-image:url('images/dotted.gif');
	background-position: bottom;
	background-repeat:repeat-x;
	border-spacing:0;
	padding-bottom:2px;
}
table.detail_table.summaryTable {
	margin-top: 20px !important;
	margin-bottom:0 !important;
}
	table.detail_table.interiorDetailTable {
	margin-bottom:20px !important;
}
.lowerTable table.detail_table.interiorDetailTable {
	margin-top:30px !important;
	margin-bottom: 30px !important;
}
.lowerTable td.label{
padding-bottom: 20px !important;
}
.lowerTable td.bottomSplit {
	padding-top: 30px !important;
}

table.detail_table td {
	vertical-align: bottom;
	padding: 0 !important;
}

.detail_table .itemNameBig {
	font-size:14px;
	color:#333333;
}
.detail_table .itemResultsBig {
	font-size:14px;
	color:#333333;
}
.detail_table .itemTotal {
	font-size:16px;
	color:#333333;
	font-weight:bold
}
.narrow_div_container {
}

.light_grey td {
	height: 40px;
}

.detailWindow {
	height: 250px;
}


.overallReporting .summary-info {
	padding: 10px;
	height:290px;
		vertical-align:top !important;
}
.overallReporting .summary-info .settings {
	padding: 10px;
	height:290px;
	vertical-align:top !important;
}


#triggerWindow {
	overflow: auto;
}

.summaryCategory {
	height: 30px;
	line-height: 19px;
	border-bottom: 2px dotted gray;
	margin: 0 5px 0 0;
	padding-right: 2px;
	border-right: 0 solid #fff;
	margin-top: 0.9em;
	font-size: 13px;
	font-weight: bold;
}

.itemName {
	float: left;
	position: static;
	margin-bottom: -0.3em;
	text-align: left;
	vertical-align: bottom;
	padding-right:3px;
	background:#ffffff;
}
	.itemName.grey {
		background: #eee !important;
		line-height:20px;
	}

	.itemName.summaryItemName {
		padding-right: 10px !important;
	}

.itemInfo {
	float: left;
	background-color: #fff;
	clear: left;
	font-size: 10px;
	font-style: italic;
	color: #777;
}

.itemResults, .itemTotal {
	float: right;
	position: relative;
	margin-bottom: -0.4em;
	padding:0 3px;
	text-align: right;
	background: #ffffff;
}
	.itemResults.grey, .itemTotal.grey {
		background: #eee !important;
	}
.itemResults.summaryItemResults {
	padding-left: 10px !important;
}

form .from {
}

form .to {
	clear: left;
}

form .input {
}

form .buttons {
	text-align: right;
}

form select {
	width: 100%;
}

.propertyDiv select {
	width: 172px !important;
	height: 26px;
}

.info form span {
	font-size: 75%;
}

.summary_dashboard .detail1 {
	min-height: 100%;
}

.summary_dashboard .detail2 {
	min-height: 100%;
}

.summary_dashboard .detail3 {
	min-height: 100%;
}

.buttons input{
	width: 145px;
	height:43px;
	border: none;
	cursor: pointer;
}

.reportsContainer {
	margin: auto;
	text-align: center;
	min-height:100%;
	padding:40px 15px;
}
.reportsContainer_settings {
	text-align: left;
	margin: auto;
	position:relative;
}
.newsettings {
	width: 100%;
	clear: both;
	position:relative;
}

.hidden_summary {
	display:none;
	padding-left:45px;
}
#total_sales_container_hidden{
	display:none;
	}
#total_service_container_hidden {
	display: none;
}
#total_customer_container_hidden{
display:none;
}
#hidden_service_html {
	display: none;
}

.hidden_trigger {
	display: none;
	padding-left:30px;
}
.hidden_customer {
	display: none;
	padding-left:40px;
}

.reports_center {
	width: 100%;
	text-align: center;
	color: #033257;
	margin-top: 10px;
}

.right_side {
	width: 895px;
	float: left;
	position: relative;
}

.left_side {
	width: 100px;
	border-top: solid 4px #888;
	float: left;
	margin-right: 5px;
	position: relative;
}

.left_side .middle_row {
	background: #EEE;
	height: 54px;
}

.left_side .middle_row td {
	text-align: center;
	font-weight: bold;
}

.left_side .bottom_row td {
	font-size: 11px;
	color: #999;
}



.helper_bar {
	border-top: solid 4px #888;
	background: #EEE;
	padding: 0 10px 0 10px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 16px;
	margin-bottom: 20px;
	height: 54px;
	color:#0b3f90;
}

.multi_month_date td {
	vertical-align: top;
}

.ui-widget-content {
	border: 1px solid #aaaaaa !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}
.settings_bar {
	width:300px;
	float:right;
	margin:0;
	text-align:right;
}

.quick_launch_bar {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	float:left;
	border: 0 solid #cccccc;
	padding:2px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#000000;
}

.quick_launch_bar #left_side {
	float: left;
	vertical-align: text-bottom;
}

.quick_launch_bar select {
	margin-bottom: 0 !important;
	vertical-align: middle !important;
}

.quick_launch_bar #left_side_small {
	width: 400px;
	background: #EEE;
	height: 20px;
	padding: 0 5px 15px 0;
	float: left;
}

.quick_launch_bar #right_side {
	text-align: right;
	float: right;
}


.smallFont {
	font-size: 10px;
}
.tinyFont {
	font-size: 9px;
}
.back_button {
	border: none;
	background: #EEE;
	width: 75px;
	height: 28px;
	cursor: pointer;
	background-image: url('images/back_button_large.png');
	background-repeat: no-repeat;
}

#calendar_cell .title {
	font-size:13px;
	background-color:#1B5F91;
	color:#ffffff;
	padding:8px;
}

#summary_list {
	display: none;
	background:#fff;
	border:none !important;
	padding: 2px;
	min-width:280px;
	margin-left:3px;
}
.summaryListTable {
	width: 100%;
	font-size:11px;
}
.summaryListTable td#date {
		width: 50px;
}
.summaryListTable tr {
	cursor: pointer;
}
.row_end {
	padding-left:3px;
	text-align: right;
	white-space:nowrap;
}
.img_type {
	width: 12px;
}
.report_title {
	width: 80%;
	margin: auto;
	padding-left: 170px;
	font-size: 18px;
}

#highlight, .highlight {
	background-color: #cccccc;
}

.narrow_div_container {
	width: 100%;
	margin: 0 auto 40px auto;
}

.narrow_div {
	width: 300px;
	margin: 10px;
}

.table_header {
	height: 30px;
	background-color: #EEE;
	color:#000;
}

.table_header#light {
	background-color: #F5F5F5;
}

.downarrow {
	cursor: pointer;
}

.hidden_row {
	display: none;
}

td #border {
	border: 0 1px 1px 1px;
	border-color: #000;
	border-width: 1px;
}

#highlight {
	background: #EEE;
	clear:both;
	margin-top:30px;
}
.height20 {
	height: 20px;
	width: 100%;
}
.helperlink {
	font-size: 10px;
	width: 60px;
	height: 27px;
	padding-right:23px;
	color: #006699;
	text-decoration: none;
	border: none;
	cursor: pointer;
	position: relative;
}
.helperlink.whiteHelper {
	background-color: #fff;
	width:70px;
	height:40px;
}
.reportlink.buttonHelper {
	display: inline-block;
	width: 80px;
	height: 27px;
	text-decoration: none;
	border: none;
	position: relative;
}
.printerlink {
	font-size: 10px;
	width: 70px;
	height: 27px;
	padding-right: 32px;
	color: #006699;
	text-decoration: none;
	border: none;
	cursor: pointer;
	position: relative;
}
.pushSelectDown {
	padding-top: 15px;
}
.selectPopulate {
	margin-bottom: 20px;
}

.submit_button {
	width: 100px;
	border: solid 1px #000;
	background-color: #DEB887;
	float: right;
	text-decoration: none;
	color: #000000;
	text-align: center;
}

.float_right {
	float: right;
	text-align: right;
}

.general_table td {
	vertical-align: top;
}

.left_table_td {
	min-width: 150px;
	width: 5%;
}

.right_table_td {
	width: 800px;
}

td#border {
	border: solid 1px #000;
	background: #FFFFFF;
	text-align: center;
}

#accordion table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#accordion table td {
	text-align: left;
	font-size:11px !important;
}

#accordion {
	margin-top: 20px;
}

.mailing_accordion td {
	text-align: center;
   
}
.mailing_accordion .ui-state-default, #accordion .ui-state-default {
	background-color:#e0e0e0 !important;
}

#accordion .ui-state-active {
	background-color: #0066A4 !important;
}
#accordion .ui-widget-content {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}


.general_table {
	width: 100%;
}

.holder_table {
	width: 100%;
}

.holder_table td {
	width: 33%;
	text-align: left;
}

#holder_td {
	width: 100%;
}

.center_text td {
	text-align: center;
}

.grid-view table.items {
	background: #FFF;
	border-collapse: collapse;
	width: 100%;
	border: 1px #D0E3EF solid;
}

ul.yiiPager {
	font-size: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}

ul {
	list-style-type: disc;
}

	ul.yiiPager li {
		display: inline;
	}

.grid-view table.items th {
	color: #FFF;
	background: repeat-x scroll left top #EEE;
	text-align: center;
}

#lighter_bg {
	background-color: #F7F7F7;
}

#dark_bg {
	color: #ffffff;
	background-color: #555;
	text-align: right;
}

td.highlight {
	background-color: red;
	border: 1px blue solid;
}

#hiddendiv {
	display: none;
}

.multipleDate a.ui-state-default {
	background-color: #9999cc !important;
	color:#fff!important;
}

.triggerDate a.ui-state-default {
	background-color: #fce700 !important;
}
	.triggerDate a {
		color: #000 !important;
	}

.campaignDate a.ui-state-default {
	   background-color: #447a2e !important; 
		color: #fff !important;
}

.callDate a.ui-state-default {
	background-color: #0099cc !important;
	color:#fff !important;
}

.multipleDate .ui-state-default {
	background: none !important;
}

.triggerDate .ui-state-default {
	background: none !important;
}

.emailDate .ui-state-default {
	background-color: #7c007e !important;
	color: #fff !important;
}

.campaignDate .ui-state-default {
	background: none !important;
}

.hijackDate a.ui-state-default{
	background-color:purple !important;
}
.hijackDate a{
	color:#fff !important;
}
.hijackDate .ui-state-default{
	background-color: none !important;
}
.hijackSquare {
	width:10px;
	height:10px;
	background-color:purple;
}

.callDate .ui-state-default {
	background: none !important;
}

.grid-view table.items tr td {
	text-align: center;
}

.side_container {
	width: 100%;
}

.table_holder {
	margin-top: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}
	.table_holder td {
		text-align:left;
		text-decoration:none;
		margin-left:auto;
		padding:10px 5px;
	}
.narrow_div_container table td {
	padding: 0 !important;
}

.mail_sum_table {
	margin-top: 30px;
}
.mail_sum_table td {
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	vertical-align: middle;
	border-color: #CCC;
}

	.mail_sum_table td.first {
		border-left: solid 1px #CCC;
	}

	.mail_sum_table td.last {
		border-right: none;
	}

	.mail_sum_table td.top {
		border-top: solid 1px #CCC;
	}

	.mail_sum_table td table {
		margin: 0;
		font-size: 80%;
	}

	.mail_sum_table td.no_pad {
		padding: 0 !important;
	}

	.mail_sum_table td table td.last {
		border-right: none;
	}

	.mail_sum_table td table td.first {
		border-left: none;
	}

	.mail_sum_table td table td.bottom {
		border-bottom: none;
	}

.light_grey {
	background: #EEE;
}

.dark_grey {
	background: #E6E1E1;
}

.blue {
	background: #0066A4;
	color: #ffffff;
	text-align: center;
}
.text_light_blue {
	color: #50a6de;
}

.light_blue {
	background: #B7D6E7;
	background: #C8DBE6;
}
.align_middle img {
	vertical-align: middle;
	padding:0 10px;
}
.blue_dark {
	background: #6AA9CC;
	color: #FFFFFF;
}

.pink {
	background: #FBE3E4;
}
.orange {
	background: #f2ae5c;
}

.helper_bar.trim_bottom {
	margin-bottom: 14px !important;
}

.yellow {
	background: #FFF6BF;
}

.green {
	background: #C6D880;
}
.green_font {
	color: #12980c;
	margin-top:0;
	font-weight:bold;
}
.white {
	background: #ffffff !important;
}
table#first_table .ui-corner-all {
	border-radius: 0 !important;
}
table#first_table .ui-state-active {
	background: #fff !important;
}
table#first_table td {
	padding: 15px;
}
table#first_table select {
	width: 200px;
	height:24px;
}
table#first_table textarea {
	width: 200px;
}
table#first_table .middle_vAlign {
	vertical-align: middle !important;
}

.red {
	color: #C00;
}
.black {
	background: #000000;
}
.border_top_bottom {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
#promo_sum {
	border-top: solid 1px #CCC;
	margin-top: 20px;
}

	#promo_sum table#first_table {
		vertical-align: middle;
		width: 800px !important;
	}

		#promo_sum table#first_table td {
			vertical-align: top;
			text-align: left;
			border-left: solid 1px #CCC;
		}

#activegraph {
	display: none;
	min-height:500px;
}
.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
	background: rgba(255, 255, 255, 0.88) !important;
}
.graphlink {
	cursor: pointer;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #FFFFFF !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #AAA;
	background: #477CEB !important;
	font-weight: normal;
	color: #FFF;
}

.grid-view .pager {
	margin-bottom: 10px !important;
}

#right_td {
	text-align: right;
}

.search_table {
	background: #CCC;
	padding: 5px 10px 5px 10px;
}

.ui-multiselect-menu {
	font-size:10px !important;
}

	.search_table input[type='text'] {
		padding-left: 15px;
		background: url("images/magnifying-glass.gif") no-repeat 2px 50% rgb(255, 255, 255);
		border-radius: 8px 0 0 8px;
		-moz-border-radius: 8px 0 0 8px;
		-webkit-border-radius: 8px 0 0 8px;
		border: 1px solid #800000;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.search_table input[type='submit'] {
		border-radius: 0 8px 8px 0;
		-moz-border-radius: 0 8px 8px 0;
		-webkit-border-radius: 0 8px 8px 0;
		border: 1px solid #800000;
		background: #ffffff;
		width: 30px;
		margin-left: -7px;
		background: url("images/search_triangle.png") no-repeat 50% 50% rgb(255, 255, 255);
		cursor: pointer;
	}

		.search_table input[type='submit']:hover {
			background-color: #FFD324;
		}

.pager_holder {
	float: right;
	height: 30px;
}

.summary_holder {
	float: right;
	margin-top: -20px;
}

ul.yiiPager .first, ul.yiiPager .last {
	display: inline !important;
}

ul.pureCssMenu ul {
	display: none;
}

ul.pureCssMenu li:hover > ul {
	display: block;
}

ul.pureCssMenu ul {
	position: absolute;
	left: -1px;
	top: 98%;
}

	ul.pureCssMenu ul ul {
		position: absolute;
		left: 98%;
		top: 0;
	}

ul.pureCssMenu, ul.pureCssMenu ul {
	margin: 0;
	list-style: none;
	padding: 0 2px 2px 0;
	background-color: #FFFFFF;
	background-repeat: repeat;
}

	ul.pureCssMenu table {
		border-collapse: collapse;
	}

ul.pureCssMenu {
	display: block;
	zoom: 1;
	float: left;
	background:none;
	cursor:pointer;
}

	ul.pureCssMenu ul {
		width: 228.9px;
		border: solid 1px #000000;
		-webkit-box-shadow: 2px 2px 0 rgba(50, 50, 50, 0.25);
		-moz-box-shadow: 2px 2px 0 rgba(50, 50, 50, 0.25);
		box-shadow: 2px 2px 0 rgba(50, 50, 50, 0.25);
		z-index:100;
	}

	ul.pureCssMenu li {
		display: block;
		font-size: 0;
	}
		ul li.pureCssMenui.rightBorder {
		border-right:solid 1px #000;
	}
		ul li.pureCssMenui.rightBorder#first {
		border-left:solid 1px #000;
	}

	ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
		outline-style: none;
	}

	ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
		display: block;
		vertical-align: middle;
		border-width: 0;
		border-color: #FFFFFF;
		border-style: solid;
		text-align: left;
		text-decoration: none;
		padding: 8px 12px 8px 12px;
		color: #033257;
		text-decoration: none;
		cursor: pointer;
		font-size:10px;
	}

	ul.pureCssMenu li {
		float: left;

	}

	ul.pureCssMenu ul li {
		float: none;
	}

	ul.pureCssMenu ul a {
		text-align: left;
		white-space: nowrap;
	}

	ul.pureCssMenu li.sep {
		text-align: left;
		padding: 0;
		line-height: 0;
		height: 100%;
	}

		ul.pureCssMenu li.sep span {
			float: none;
			padding-right: 0;
			width: 3px;
			height: 100%;
			display: inline-block;
			background-color: #cccccc #111111 #111111 #cccccc;
			background-image: none;
		}

	ul.pureCssMenu ul li.sep span {
		width: 100%;
		height: 3px;
	}

	ul.pureCssMenu li:hover {
		position: relative;
	}

		ul.pureCssMenu li:hover > a {
			background-color: #FFFFFF;
			border-color: #FFFFFF;
			border-style: solid;
			color: #B3B3B3;
			text-decoration: none;
		}

	ul.pureCssMenu li a:hover {
		position: relative;
		background-color: #FFFFFF;
		border-color: #FFFFFF;
		border-style: solid;
		color: #B3B3B3;
		text-decoration: none;
	}

	ul.pureCssMenu li.dis a {
		color: #666 !important;
	}

	ul.pureCssMenu img {
		border: none;
		float: left;
		_float: none;
		margin-right: 2px;
		width: 16px;
		height: 16px;
	}

	ul.pureCssMenu ul img {
		width: 16px;
		height: 16px;
	}

	ul.pureCssMenu img.over {
		display: none;
	}

	ul.pureCssMenu li.dis a:hover img.over {
		display: none !important;
	}

	ul.pureCssMenu li.dis a:hover img.def {
		display: inline !important;
	}

	ul.pureCssMenu li:hover > a img.def {
		display: none;
	}

	ul.pureCssMenu li:hover > a img.over {
		display: inline;
	}

	ul.pureCssMenu a:hover img.over, ul.pureCssMenu a:hover ul img.def, ul.pureCssMenu a:hover a:hover img.over {
		display: inline;
	}

	ul.pureCssMenu a:hover img.def, ul.pureCssMenu a:hover ul img.over, ul.pureCssMenu a:hover a:hover img.def {
		display: none;
	}

	ul.pureCssMenu a:hover ul {
		display: block;
	}

	ul.pureCssMenu span {
		font-size: 11px;
	}

.grid-view {
	padding: 0 !important;
}

	.grid-view .pager {
		margin-top: -60px !important;
	}

	.grid-view .summary {
		height: 25px;
		line-height: 30px;
	}

.search_table.rightFloat {
	background: none !important;
}

.detailWindow .list-view {
	margin-right: 5px !important;
}

.bold {
	font-weight: bold;
}

.big_font {
	font-size: 16px;
}

.accordion_holder {
	float: left;
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-bottom:50px;
	overflow:auto;
}

table.reportTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.reportTable td,
table.reportTable th {
	font-size:12px;
	padding:6px;
	color:#000000;
	text-transform:uppercase;
}
table.reportTable td.right,
table.reportTable th.right {
	text-align: right;
}
	table.reportTable th {
		padding-left: 6px;
	}
table.reportTable thead {
	height:20px;
	color:#000000;
	border-bottom:1px solid #033257;
	margin-left:6px;
}
table.reportTable thead td {
	font-weight:bold;
	color:#000000;
}

	table.reportTable.blackBorder thead td {
		border-right: solid 1px #000;
		color: #000;
		margin-top:20px;
	}
	table.reportTable.greyTHead thead {
		background-color: #eee !important;
		color:#000;
	}
		table.reportTable.greyTHead thead td {
			border-top: solid 1px #000;
			border-bottom: solid 1px #000;
		}
.gapDiv {
	height: 20px;
	width: 100%;
}
table#borderSpacing.reportTable {
	border-spacing:2px !important;
	border-collapse:separate !important;
}
.interiorTable_left {
	width: 420px;
	margin: 20px 0;
	float:left;
}
.interiorTable_left_noMargin {
	width: 440px;
	float:left;
}
	.interiorTable_left_noMargin table {
		width: 400px;
		margin: 10px auto 0 auto;
	}
table.reportTable.thborder th{
	border-right: solid 1px #000;
}

.interiorTable_right {
	width: 420px;
	margin: 20px 0;
	float: right;
}
.interiorTable_right_noMargin {
	width: 440px;
	float: right;
}
	.interiorTable_right_noMargin table {
		width: 400px;
		margin: 10px auto 0 auto;
	}

.upperGrey {
	background: #eee;
	width:100%;
	padding:8px;
}
.interiorReporting h3 {
	font-size: 15px;
}
.fullwidth {
	width: 100%;
	clear:both;
}
.top_button_holder {
	display: inline-block;
	margin-right: 3px;
}
.top_button_holder img {
	margin-right: 3px;
}
.left_side_back_button {
	width:100%;
	border-spacing:0;
}
.frontEndForm select{
	width:auto;
}
.confirmintro {
	float:right; 
	margin-top:300px;
	width:300px;
}
.customerDetail {
	width: 100%;
}
.searchbar {
	width:888px;
	clear:both;
	background-color:#EEE;
	height:30px;
	border: solid 1px #000;
}
	.searchbar input[type='text'] {
		padding-left: 15px;
		background: url("images/magnifying-glass.gif") no-repeat 2px 50% rgb(255, 255, 255);
		border-radius: 8px 0 0 8px;
		-moz-border-radius: 8px 0 0 8px;
		-webkit-border-radius: 8px 0 0 8px;
		border: 1px solid #800000;
		margin-right: 0;
	}
	.searchbar input[type='submit'] {
border-radius: 0 8px 8px 0;
-moz-border-radius: 0 8px 8px 0;
-webkit-border-radius: 0 8px 8px 0;
border: 1px solid #800000;
background: #ffffff;
width: 30px;
margin-left: -7px;
background: url("images/search_triangle.png") no-repeat 50% 50% rgb(255, 255, 255);
cursor: pointer;
}
	.searchbar_right {
	clear:both;
	text-align:right;
	float:right;
}
	.searchbar_right input[type='text'] {
		background: url("images/magnifying-glass.gif") no-repeat 2px 50% rgb(255, 255, 255);
		border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		border: 1px solid #aaaaaa;
		margin-right: 0;
		padding:6px;
		padding-left: 18px;
	}
	.searchbar_right input[type='submit'] {
		border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		-webkit-border-radius: 0 4px 4px 0;
		border: 1px solid #aaaaaa;
		background: #ffffff;
		width: 30px;
		margin-left: -5px;
		background: url("images/search_triangle.png") no-repeat 50% 50% rgb(255, 255, 255);
		cursor: pointer;
		padding:6px;
		height:28px;
	}
		.searchbar_left {
	clear:both;
	text-align:left;
	float:left;
}
	.searchbar_left input[type='text'] {
		padding-left: 15px;
		background: url("images/magnifying-glass.gif") no-repeat 2px 50% rgb(255, 255, 255);
		border-radius: 8px 0 0 8px;
		-moz-border-radius: 8px 0 0 8px;
		-webkit-border-radius: 8px 0 0 8px;
		border: 1px solid #800000;
		margin-right: 0;
	}
	.searchbar_left input[type='submit'] {
border-radius: 0 8px 8px 0;
-moz-border-radius: 0 8px 8px 0;
-webkit-border-radius: 0 8px 8px 0;
border: 1px solid #800000;
background: #ffffff;
width: 30px;
margin-left: -7px;
background: url("images/search_triangle.png") no-repeat 50% 50% rgb(255, 255, 255);
cursor: pointer;
}
.ui-datepicker-multi {
}
.mailing_accordion {
	font-size: 10px;
}
.mailing_accordion td {
	text-align: center;
	font-size:11px !important;
}
.mailing_accordion .ui-widget-content {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.even {
	background-color: #eee;
}
.odd {
	background-color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, ui-state-default ui-state-active ui-state-hover, .ui-state-highlight  {
	background: #e6e6e6 !important;
	color: #555555 !important;
	border: 1px solid #D3D3D3 !important;
}
h3.ui-accordion-header {
	font-size:12px;
}

#datepicker {
	width:600px;
}
#datepicker.smalldatepicker {
	width:auto !important;
}
.ui-datepicker-inline {
	width:100% !important;
	padding:0 !important;

	-moz-box-shadow:2px 3px 2px #cccccc;
	-webkit-box-shadow:2px 3px 2px #cccccc;
	box-shadow:2px 3px 2px #cccccc;
}
.ui-datepicker .ui-datepicker-title {
	font-size:10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ui-widget-header {
	background:none !important;
	background-color:#EEEEEE !important;
}
.ui-datepicker-calendar td, .ui-datepicker-calendar th {
	font-size:11px !important;
}

.ui-datepicker-calendar th {
	color:#aaaaaa;
	font-weight:normal !important;
}

.ui-state-hover .ui-icon {
	border:none !important;
}

h3.ui-accordion-header.ui-state-active {
	background: #0066A4 !important;
	color: #fff !important;
}
.ui-accordion .ui-accordion-content {
	padding: 0 !important;
}
.ui-accordion-content {
	font-size:12px !important;
}
.ui-state-default {
	background:none !important;
	background-color:#a0a0a0 !important;
	border:none !important;
	color:#000000 !important;
}
.ui-dialog-titlebar-close {
	background: none !important;
}
.ui-dialog-titlebar {
	background:none !important;
}

#ajax_image {
	display: none;
}
.search_table_div {
	float: left;
}
.showing_count {
	width:100%;
	text-align: right;
	font-size:10px;
	vertical-align:bottom;
	padding: 5px 10px;
	background: #fff;
	margin: 3px;
}
.show_inside {
	clear: both;
}
.pagination_div {
	max-width: 400px;
	float: right;
}
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.long_select {
	width: 350px;
	height:22px;
	margin-bottom:0 !important;
}
.middle_select {
	width: 280px;
	height: 22px;
	margin-bottom: 0 !important;
}
.search_text {
	width: 200px;
	background:url("images/magnifying-glass.gif") #fff;
	background-position:right;
	background-repeat:no-repeat;
}
#view_by {
	background: #F7F7F7;
	border: none;
	color: blue;
	margin-bottom:0 !important;
}
#lighter_bg {
	padding: 10px 0 10px 5px;
border-top: solid 1px #000;
margin-bottom:20px;
}
#highlight table {
	padding: 5px;
}
#dark_bg {
	width: 100px;
	padding: 4px;
	border-radius: 4px;
	margin-right:10px;
}
#service_graph_head {
	width: 100%; 
	background: #EEE; 
	text-align: center; 
	padding: 10px 0;
	color:#0b3f90 
}

.chart_container {
	padding-left: 10px;
	box-shadow: 0 0 10px #d0e0ff;
}

.download_ma {
	width: 102px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
.inner_accordion td {
	padding-right: 3px;
}
#accordion table td {
	padding-left: 5px;
}



/*.hover {
	background: #dcdfe2;
}*/
.hidden_holder {
	display: none;
}
.keyTable {
	border: 1px solid #000;
	font-size:11px;
}
.keyTable td {
	padding:4px;
}

input[type="text"].hasDatepicker {
	width: 7em;
}

.pagination {
	margin: 0 !important;
	text-align:right;
}
.error {
	width: 100%;
	text-align: center;
	color: #f32929;
	font-size: 11px;
}
#close_summary {
	cursor: pointer;
}
.loginForm select {
	font-size: 11px !important;
}

#div-report-summary {
	display:inline-block;
	background-color:#ffffff;
	text-align:left;
	margin:30px;
	margin-top:50px;
	border:1px solid #cccccc;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 2px 2px 3px #aaaaaa;
	-webkit-box-shadow: 2px 2px 3px #aaaaaa;
	box-shadow: 2px 2px 3px #aaaaaa;

	background-image:url(images/master-bg2.png);

}

.dashboard-title {
	font-size: 20px;
	margin-top: 30px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}



#div-report-switches {
	text-align:center;
}
#div-report-switches table td {
	font-size: 12px;
	font-weight:bold;
	vertical-align:top;
}

#div-report-switches table {
	width: 100%;
	border-collapse:collapse;
	color:#000000;
	background:none;
}

#div-report-switches table td.item {
	width:268px;
	height:70px;
	cursor:pointer;
	color:#ffffff;
	padding: 0;
	background-image:url(images/dashboard-inactive.png);
}

#div-report-switches table td.active {
	background-image:url(images/dashboard-active.png);
}




#div-report-switches-trigger {
	text-align:center;
}
#div-report-switches-trigger table td {
	font-size: 12px;
	font-weight:bold;
	vertical-align:top;
}

#div-report-switches-trigger table {
	width: 100%;
	border-collapse:collapse;
	color:#000000;
	background:none;
}

#div-report-switches-trigger table td.item {
	width:188px;
	height:69px;
	cursor:pointer;
	color:#ffffff;
	padding: 0;
	padding-right:4px;
	background-image:url(images/trigger-inactive.png);
	background-repeat:no-repeat
}

#div-report-switches-trigger table td.active {
	background-image:url(images/trigger-active.png);
}


#div-dashboard-sales {
}
#div-dashboard-services {
	display:none;
}
#div-dashboard-campaigns {
	 display:none;
}
#div-dashboard-overall {
	 display:none;
}
#div-dashboard-livecall {
	 display:none;
}

.marketingReport td {
	font-size: 11px !important;
}

.close_top {
	text-align: right;
	float: right;
	clear: both;
	width: 100%;
	padding-right:5px;
}
.close_top img{
	margin-left:5px;
	vertical-align:bottom;
}

.page-options-menu {
	display:inline-block;
	padding:8px;
	margin-left:40px;
	font-size:10px;
	text-align:left;
	line-height:20px;
}
.summary-overview-numbers {
	font-size:14px;
	padding-right:40px;
}

.ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background-color: #ffffff !important;
	color:#000000 !important;
	border:none !important;
	border-bottom:0 solid #000000 !important;
	padding-bottom:6px !important;
	padding-top:6px !important;

	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ui-front {
	z-index: 50000 !important;
}

.gradiant1 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.working_text {
	padding:14px;
}

.ui-datepicker-prev {
	border:none !important;
	cursor:pointer;
}
.ui-datepicker-prev:hover {
	border:none !important;
	background: none !important;
	padding:1px !important;
}

.ui-datepicker-next {
	border:none !important;
	cursor:pointer;
}
.ui-datepicker-next:hover {
	border:none !important;
	background: none !important;
	padding:1px !important;
}

#inside_calendar {
	border:0 !important;
}

.popup-calendar {
	background: none !important;
	padding:0 !important;
	border:0 !important;
}
.popup-calendar .ui-dialog-titlebar {
	display:none;
}

.popup-calendar .ui-widget-content {
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.popup-calendar .ui-dialog-content {
	padding:0 !important;
}

#ui-datepicker-div .ui-state-default {
	background-color:#efefef !important;
}

#ui-datepicker-div .ui-state-active {
	background-color:#487219 !important;
	color:#ffffff !important;
	border:none !important;
}
.tab_options {
	border: solid 1px #CCC;
	width:150px;
	height:25px;
-webkit-box-shadow: 0 -3px 15px rgba(50, 50, 50, 0.13);
-moz-box-shadow:    0 -3px 15px rgba(50, 50, 50, 0.13);
box-shadow:         0 -3px 15px rgba(50, 50, 50, 0.13);
font-size:15px;
text-align:center;
vertical-align:middle;
}
	.tab_options.active {
		background-color: #eee;
	}
	.tab_options.mult_tabs:hover {
		cursor:pointer;
		background-color: #000000;
		color: #fff;
	}
.item.active.mult_tabs.tab_options:hover {
	cursor: auto !important;
	background-color: #eee !important;
	color:#000 !important;
}
.ui-datepicker-calendar .ui-state-default {
	text-align: center;
}

.table_header_trigger td {
	padding:20px 10px !important;
	background-color:#D8D8D8 !important;
	color:#000000 !important;
	border-bottom:3px solid #000000 !important;
}
.trigger_summary_row td {
	padding:5px 16px !important;
}
.trigger_summary_row a {
	font-size:12px;
	color:#033257;
	text-decoration:underline
}
.trigger_summary_total td {
	padding:10px !important;
	font-size:12px !important;
}
.trigger_group_breakdown {
	display:none
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	 HVAC specific CSS
	All Imported from CSS
	
	*/

.hvacelement {
	min-width: 1000px;
	margin: 0 auto 0 auto;
	background: none;
	text-align: left;
	background:#fff;
	padding:0 10px;
	padding-bottom:100px;
}
td.sidebar {
	width: 260px;
}
.bgk-effect-c {
	border: 1px solid #fff;
	padding: 6px 8px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #fff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#fff', endColorstr: '#e5e5e5',GradientType: 0 );
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
}
fieldset {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.toggler-parent {
	width: 100%;
}
#active_customer_id {
	width:auto !important;
}


#user_info {
	float: right;
	background-color: none;
	margin-top: 12px;
	margin-right: 20px;
	text-align: right;
}

#header_content {
	width: 100%;
	min-height: 97px;
	min-width:  960px;
	float: left;
	margin-top: -30px;
	position: relative;
	top: 0;
	left: 0;
}

#body_content {
	width: 100%;
	min-height: 780px;
	background-color: none;
	float: left;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-khtml-border-radius: 25px;
	position: relative;
}

#disclaimer {
	width: 100%;
	min-height: 100px;
	background-color: none;
	float: left;
	margin-top: 20px;
	color: #999;
}

.hovermenu ul {
	font: bold 13px var(--font_list_02);
	padding-left: 0;
	margin-left: 30px;
	height: 20px;
}

.hovermenu ul li {
	list-style: none;
	display: inline;
}

.hovermenu ul li a {
	text-decoration: none;
	float: left;
	color: #fff;
	background-color: none;
	border: 0 solid #e1e1e1;
	padding: 2px .5em;
}

.hovermenu ul li a:hover {
	background-color: none;
	border-bottom: 2px solid #fff;
	border-style: outset;
}

html>body .hovermenu ul li a:active {
	border-bottom: 2px solid #fff;
	border-style: inset;
}


#user_info #container {
	display: inline-block;
	min-width: 200px;
}

.chooserLink {
	width: 320px;
	height: 122px;
	background-color: none;
	float: left;
	margin: 15px;
}

#Btwf-1 div {
	font-size: 18px;
	font-weight: 100;
	line-height: 26px;
	margin-bottom: 45px;
}

#Btwf-2 {
	width: 300px;
}

#Contact-2 {
	margin-left: 100px;
	width: 500px;
}

.mTable {
	width: 180px;
	height: 120px;
	background: #f4f4f4 url(images/menu.gif) top left repeat-x;
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
	float: left;
	cursor: pointer;
	text-align: center;
	margin: 16px;
	padding: 12px;
}

.mTable:hover {
	-moz-box-shadow: 0 0 16px #666;
	-webkit-box-shadow: 0 0 16px #666;
	box-shadow: 0 0 16px #666;
}

.mTableSmall {
	padding: 10px;
}

#dashpanel {
	margin-top: 0;
	height: 460px;
	text-align: center;
	background-color: none;
	background-position: 220px 320px;
	background-repeat: no-repeat;
}

.bottomToolbar {
}

.weatherBox {
	width: 278px;
	height: 82px;
	background: #fff;
	margin-top: -88px;
	margin-right: 90px;
	float: right;
	overflow: hidden;
	border: solid 1px #000;
}

.weatherBox table {
	font-size: 12px;
}

.weatherBoxli1 img {
	padding-top: 0;
	position: relative;
	top: -5px;
	width: 32px;
}

.weatherBoxli2 img {
	padding-top: 0;
	position: relative;
	top: 5px;
}

.weatherBoxli2 div,.weatherBoxli2 a,.weatherBoxli2 span,.weatherBoxli2 strong {
	line-height: 0!important;
}

.result-table {
	border-collapse: collapse;
	width: 100%;
}

.result-table a {
	color: #039;
	text-decoration: underline;
}

.result-table thead td {
	font-size: 11px;
	font-weight: 700;
	color: #000;
	text-decoration: underline;
	padding: 4px 2px;
}

.result-table tr:hover td {
	background-color: #fff;
}

.result-table thead tr:hover th {
	background-color: none;
}

.result-table thead th {
	text-align: left;
	font-size: 12px;
}

.result-table thead th a {
	text-align: left;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.result-table thead th:hover {
	background-color: #fafbfc;
}

.result-table td {
	font-size: 11px;
	padding: 4px;
}

.result-table tr:nth-child(even) {
	background: #efefef;
}

.parent-table {
	font-size: 12px;
	width: 100%;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
	background-color: #eaeaea;
	-moz-box-shadow: 1px 4px 8px #dadada;
	-webkit-box-shadow: 1px 4px 8px #dadada;
	box-shadow: 1px 4px 8px #cacaca;
	padding: 20px;
}

.header-text {
	font-size: 15px;
	font-weight: 700;
	color: #022366;
	padding: 12px;
}

fieldset.wrapper {
	background-color: #fafbfc;
	border: none;
	padding: 18px;
}

div.subheader {
	background-color: none;
	border-bottom: 2px solid #022366;
	padding: 12px;
}

#reports-index-container {
	background: none;
	box-shadow: 0 0 0 #AAA;
	min-height: 340px;
	min-width: 1020px;
	margin: 0;
	padding: 20px;
}

.reports-section {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #CCC;
	padding: 15px;
}

.reports-section li {
	line-height: 17px;
	list-style-type: none;
}

#nav {
	list-style: none;
	font-weight: 700;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding: 0;
}

#nav li {
	float: left;
	margin-right: 10px;
	position: relative;
}

#nav a {
	display: block;
	color: #fff;
	background: none;
	text-decoration: none;
	padding: 5px;
}

#nav a:hover {
	color: #fff;
	background: none;
	text-decoration: underline;
}

#nav ul {
	background: #013161;
	list-style: none;
	position: absolute;
	left: -9999px;
	z-index: 9999;
	padding: 10px;
}

#nav ul li {
	padding-top: 1px;
	float: none;
	z-index: 9999;
}

#nav ul a {
	white-space: nowrap;
}

#nav li:hover ul {
	left: 0;
}

#nav li:hover a {
	text-decoration: underline;
	z-index: 9999;
}

#nav li:hover ul a {
	text-decoration: none;
	z-index: 9999;
}

#nav li:hover ul li a:hover {
	background: #333;
	z-index: 9999;
}

#Btwf-1,#Btwf-4,#Gs-1 {
	width: 620px;
}

#Btwf-1 h1 {
	font-size:30px;
	font-weight:normal;
}
#Btwf-1 h2 {
	color:#aaaaaa;
	font-weight:normal;
}

#Btwf-2 h2,#Btwf-4 h4 {
	font-size: 20px;
	font-weight: 100;
}
#Btwf-4 h2 {
	font-size:19px;
	font-weight:normal;
}
#Btwf-4 h3 {
	font-size:16px;
}
#Btwf-4 div {
	font-size:12px;
}
#Btwf-4 {
	margin-bottom:45px;
}

.topbar-divider {
	margin-top: 0;
	height: 10px;
	background-color: #d5e3f0;
}


hr {
	height: 1px;
	border: none;
	border-top: 1px solid #999;
}

.slogan {
	font-size: 16px;
	font-weight: bold;
	margin: 4px;
	color: #81b7e2;
	font-style: italic;
}

fieldset {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#divLogin {
	cursor: pointer;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #e8eff6;
	padding: 6px 32px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: 0;
}

#divLogin:hover {
	background-color: #f3f3f3;
}

.forecast td {
	padding: 1px 4px;
}

.bottomToolbar {
	background-color: #cccccc;
	z-index: 110000;
	min-width: auto !important;
	margin: 0 auto !important;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.toolbarButton {
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	height: 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	width: 80px;
	display: inline-block;
	margin: 0;
	padding: 4px;
	font-size: 9px;
	color: #333;
	float: right;
	font-family: var(--font_list_04);
}

.toolbarButton:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.innerToolbar {
	height: 50px;
	padding-bottom: 0;
	border:0;
	border-bottom: none;
	border-top:2px solid #ffffff;
	-moz-box-shadow: 0 -2px 8px #888;
	-webkit-box-shadow: 0 -2px 8px #888;
	box-shadow: 0 -2px 8px #888;

	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(top, #eee 0%, #ccc 100%);


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#eee', endColorstr: '#ccc', GradientType: 0 );
	width: 100%;
	min-width: 900px;
	margin: 0 auto;
}

.innerToolbar:hover {
}

.searchbox {
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 11px !important;
	padding: 4px !important;
	border: 1px solid #bbb !important;
}

.sidebox {
	padding: 8px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	background: #eee;
	background: -moz-linear-gradient(top, #efefef 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #efefef 0%, #dedede 100%);
	background: -o-linear-gradient(top, #efefef 0%, #dedede 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #dedede 100%);
	background: linear-gradient(top, #efefef 0%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#efefef', endColorstr: '#dedede', GradientType: 0 );
}

.sidebox:hover-XXXXXXXXs {
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #eee));
	background: -webkit-linear-gradient(top, #efefef 0%, #eee 100%);
	background: -o-linear-gradient(top, #efefef 0%, #eee 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #eee 100%);
	background: linear-gradient(top, #efefef 0%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#efefef', endColorstr: '#eee', GradientType: 0 );
}

td.cal_event_new {
	background-color: #F93 !important;
}

td.cal_event_new .ui-state-default {
	background-color: #F93 !important;
}

td.cal_event_new .ui-state-hover {
	background-color: #F93 !important;
}

.cal_event_repair {
	background-color: #369;
}

.cal_event_maintenance {
	background-color: #063;
}

.ui-datepicker-header {
	text-align: center;
}


.divInboxHeader {
	border-top: 1px solid #aaa;
	color: #006;
	padding: 12px;
	font-size: 20px;
	font-weight: normal;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%, #e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#fff', endColorstr: '#e5e5e5',GradientType: 0 ); /* IE6-9 */
}

.table_inbox_panel {
	border-collapse: collapse;
	font-size: 13px;
}

.table_inbox_panel td {
	padding: 6px 2px;
}

.tableInboxMessage {
	border-top: 1px solid #aaa;
	font-size: 12px;
}

.inbox-panel {
	padding: 12px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
	background-color: #d5e3f0;
}

.tableInbox {
	border-collapse: collapse;
	border: 1px solid #dedede;
	font-size: 12px;
}

.tableInbox th {
	padding: 6px;
	cursor: pointer;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	text-align: left;
	background: #bebebe;
	color: #000;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top, #fff 0%, #e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#fff', endColorstr: '#e5e5e5', GradientType: 0 ); /* IE6-9 */
}

#leftSearchForm .ui-multiselect {
	width: 130px !important;
}
.ui-multiselect-close {
	display: none;
}

.tableInbox th:hover {
	background: #fff;
	color: #333;
}

.tableInbox td {
	padding: 6px 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
}

.tableInbox .odd td {
	background-color: #ececec;
}

.tableInbox .even td {
	background-color: #f6f7f8;
}

.tableInbox .new td {
	font-weight: bold;
}

.breakdown {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
	background-color: #efefef;
}

.breakdown td {
	padding: 4px;
	text-align: center;
}

.breakdown th {
	padding: 4px;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
}

.breakdown .title-text {
	font-size: 9px;
	display: block;
	text-align: center;
	color: #666;
}

.breakdown .label {
	padding-right: 24px;
}

.row td {
	padding: 12px 0;
	font-size: 10px;
}

.row:hover td {
	background-color: #fff;
}

.divError {
	color: #c03;
	padding: 12px;
	border-bottom: 1px solid #c03;
	margin-bottom: 12px;
}

.underline {
	text-decoration: underline !important;
}

.header-text {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 22px;
}

.table-summary-header {
	margin: 12px;
	margin-bottom: 24px;
}

.table-summary-header td {
	padding-right: 18px;
	font-size: 12px;
}

.datepicker {
	width: 92px !important;
	padding: 2px 0 2px 5px !important;
	height: 20px;
	background: white url(images/calendar_icon.gif) 76px 3px no-repeat !important;
}

.date-na {
	text-align: center;
	color: #ccc;
	text-transform: uppercase;
	font-style: italic;
}

.date-normal {
	text-align: center;
}

.note td {
	border-bottom: 1px solid transparent;
}

.note .note_delete {
	visibility: hidden;
	padding: 0 8px;
}

.note .note_edit {
	visibility: hidden;
	padding: 0 8px;
}

.note:hover .note_delete {
	visibility: visible;
}

.note:hover .note_edit {
	visibility: visible;
}

.note:hover td {
	background-color: #d0d0d0;
}

.table-list {
	border-collapse: collapse;
	font-size: 11px;
}

.table-list th {
	text-align: left;
	padding: 4px;
}

.table-list th:hover {
	background-color: #fff;
}

.table-list .even td {
	padding: 6px;
	border-bottom: 1px solid transparent;
	border-bottom: 1px solid #ececec;
}

.table-list .odd td {
	background-color: #fff;
	padding: 6px;
	border-bottom: 1px solid transparent;
	border-bottom: 1px solid #ececec;
}

#navi-tab {
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	padding-bottom: 19px;
	margin-left: 0;
	border-bottom: 1px solid #000;
}

#navi-tab li {
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	float: left;
}

#navi-tab li a {
	padding: 0;
	background-color: #fff;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #666;
	padding: 4px 12px;
	text-decoration: none;
	color: #000;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 11px;
}

#navi-tab li.last a {
	border-right: 1px solid #999;
}

#navi-tab li.active a {
	background-color: #dedede !important;
	border: 1px solid #666;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	padding-top: 7px;
	top: 20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#navi-tab li.deactive a span.ui-icon.ui-icon-locked {
	position: relative;
	top: -6px !important;
	left: -4px !important;
	width: 12px !important;
	height: 12px !important;
}

#navi-tab li:hover a {
	background-color: #d5e3f0;
}

#sub-tab {
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	padding-bottom: 20px;
	margin-left: 0;
	border-bottom: 1px solid #000;
	padding-top: 24px;
}

#sub-tab li {
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
	float: left;
}

#sub-tab li a {
	padding: 0;
	background-color: #666;
	border-top: 1px solid #999;
	padding: 4px 12px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#sub-tab li.last a {
	border-right: 1px solid #999;
}

#sub-tab li.active a {
	border: 1px solid #666;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	background: none;
	color: #000;
}

#sub-tab li:hover a {
	background-color: #fff;
	color: #000;
}

#sub-tab li.active a:hover {
	background: #dadada;
}

#search-tab {
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	padding-bottom: 20px;
	margin-left: 0;
	border-bottom: 1px solid #000;
}

#search-tab li {
	list-style: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
	float: left;
}

#search-tab li a {
	padding: 0;
	background-color: #666;
	border-top: 1px solid #999;
	padding: 4px 12px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#search-tab li.last a {
	border-right: 1px solid #999;
}

#search-tab li.active a {
	border: 1px solid #666;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background: none;
	color: #000;
}

#search-tab li:hover a {
	background-color: #efefef;
	color: #000;
}

#search-tab li.active a:hover {
	background: #fff;
}

#list-tab {
	list-style: none;
	list-style-type: none;
	margin: 0;
	margin-top: 12px;
	padding: 0;
	margin-left: 0;
}

#list-tab li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#list-tab li a {
	padding: 4px 12px;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #fefefe;
}

#list-tab li.active a {
	background-color: #eaeaea;
	font-weight: bold;
	color: #000;
}

#list-tab li.active a:hover {
	text-decoration: none;
}

.toggler-parent {
	width: 100%;
}

.toggler-parent .title, .panel-title .title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

.toggler-parent .indicator {
	padding-left: 22px;
	font-size: 12px;
	font-weight: normal;
}

.legend-marker-a {
	width: 14px;
	height: 14px;
	background-color: #ff9933;
	margin-right: 8px;
	float: left;
	border: 1px solid #fff;
}

.legend-marker-b {
	width: 14px;
	height: 14px;
	background-color: #369;
	margin-right: 8px;
	float: left;
	border: 1px solid #fff;
}

.legend-marker-c {
	width: 14px;
	height: 14px;
	background-color: #063;
	margin-right: 8px;
	float: left;
	border: 1px solid #fff;
}

.legend-marker-text {
	float: left;
	margin-right: 20px;
}

.legenddropdown {
	display: inline-block;
	font-size: 22px;
	color: #000;
	vertical-align: top;
	height: 32px;
	line-height: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
	cursor: pointer;
}


.padding-a {
	padding: 6px 8px;
}

.radius-4 {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.radius-8 {
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.bgk-effect-a {
	border: 1px solid #fff;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #fff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#fff', endColorstr: '#e5e5e5',GradientType: 0 );
	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;
}

.bgk-effect-b {
	border: 1px solid #fff;
	background: #f9f9f9;
	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	box-shadow: 0 0 6px #666;
}

.bgk-effect-c {
	border: 1px solid #fff;
	padding: 6px 8px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #fff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#fff', endColorstr: '#e5e5e5',GradientType: 0 );
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
}

.bgk-effect-d {
	border: 1px solid #fff;
	padding: 6px 8px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(160,160,160,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.65)), color-stop(100%, rgba(160,160,160,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(160,160,160,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(160,160,160,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(160,160,160,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(160,160,160,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#a6ffffff', endColorstr: '#00a0a0a0',GradientType: 0 );
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
}

.login-outer-frame {
	padding: 3px;
	margin-top: 0;
	height: 300px;
	text-align: center;
	background-color: none;
}

.login-links {
	color: #333;
	text-decoration: underline !important;
}

.login-main-box {
	display: inline-block;
	border-collapse: collapse;
}

.login-box {
	padding: 24px;
	border: 0 solid #fff;
	border-bottom: none;
}

.div-list-header {
	padding: 24px;
	border-bottom: 6px solid #a7bfdc;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ddd));
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #ddd 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #ddd 100%);
	background: linear-gradient(top, #f0f0f0 0%, #ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#f0f0f0', endColorstr: '#ddd', GradientType: 0 );
}

.standard-btn {
	padding: 6px 12px;
}

.standard-tbl {
	width: 100%;
}

.standard-tbl td {
	padding: 5px;
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

.align-right {
	text-align: right;
}

.big-properties, .big-properties td {
	font-size: 12px;
	vertical-align: middle;
	padding-right: 24px;
}
	.big-properties th {
		vertical-align: top;
		padding-top:0 !important;
	}

td.sidebar {
	width: 260px;
}

td.main-content {
	padding-left: 18px;
}

td.breadcrumbs-and-search {
	padding-bottom: 20px;
}

.pager-container {
	width: 100%;
	background-color: #eef3f8;
	background-color: #fff;
	padding: 12px;
	margin-bottom: 32px;
	border-bottom: 2px solid #b5c0cf;
}

.pager-pagelinks {
	width: 80%;
}

.pager-pagesizes {
	width: 20%;
}

.pager-showing-top {
	font-size: larger;
	font-weight: bold;
}

.pager-showing-bottom {
	padding-top: 22px;
}

table td {
}
	.hvacelement table td {
		vertical-align: top;
	}
#helperForm table td {
	vertical-align: middle !important;
}

th.label, td.label {
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
}

td.value {
	vertical-align: middle;
}

.w100pct {
	width: 100%;
}

td.label {
	vertical-align: middle;
}

.system-unit-event-legend-key {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	float: left;
	border: 1px solid #fff;
	background-color: #999;
}

.system-unit-event-legend-key-text {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	width: auto;
	height: auto;
	padding: 2px 8px;
}

.system-unit-event-legend-key.Sales {
	background-color: #f93;
}

.system-unit-event-legend-key.Service {
	background-color: #369;
}

.system-unit-event-legend-key.Maintenance {
	background-color: #063;
}

.table-agenda {
	border-collapse: collapse;
}

.table-agenda td {
	padding: 3px;
}

.table-agenda .even td {
	background-color: #f9f9f9;
	border-bottom: 1px solid #cacaca;
}

.table-agenda .odd td {
	background-color: #fff;
	border-bottom: 1px solid #cacaca;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.meta-label {
	text-align: left;
	width: 95px;
}

.meta-value {}

fieldset.meta-info {
	padding: 4px;
	margin: 4px 4px 20px 4px;
	border: 1px solid #aaa;
	background-color: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

fieldset.meta-info legend {
	font-size: larger;
	font-weight: bold;
	padding: 0 4px;
}

td.spacer {
	padding: 10px 0;
}

td.spacer hr {
	border: 1px solid #ccc;
}

span.required {
	vertical-align: text-top;
	font-size: 8px;
	font-weight: bold;
	color: red;
}

#entities_list thead {
	background-color: #d5e3f0;
	border-bottom: 2px solid #bfcad9;
}

ul.ui-tabs-nav li a {
	font-weight: bold;
}

.remove-link {
	font-weight: normal;
	font-size: 10px;
	vertical-align: super;
}

.remove-link a {
	color: #06C !important;
	text-decoration: underline !important;
}

.display_none {
	display: none;
}

.form-group label {
	width: 100px;
	text-align: right;
	display: inline-block;
	margin-right: 5px;
}

#dataList {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	width: 300px;
	height: 400px;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #999;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#dataList li {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	height: 1.5em;
}

html>body #dataList li {
	height: 1.5em;
	line-height: 1.2em;
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}

.deleteDataLink {
	float: right;
	position: relative;
}

.sortImage {
	position: relative;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #fff;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #fff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#fff', endColorstr: '#e5e5e5', GradientType: 0 );
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
	margin-right: 3px;
}

.submit-btn-container {
	float: right;
}

.sort-icons {
	margin: 5px 0 0 0;
	padding: 5px 3px 3px 2px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
	text-align: right;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #b5b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #b5b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #b5b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #b5b5b5 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%, #b5b5b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#eeeeee', endColorstr: '#b5b5b5',GradientType: 0 ); /* IE6-9 */
}

.data-list-container {
	padding-left: 20px;
}

tr.form-header {
	color: #fff;
	font-size: larger;
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,189,200,1)), color-stop(36%, rgba(130,140,149,1)), color-stop(100%, rgba(40,52,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr: '#b5bdc8', endColorstr: '#28343b', GradientType: 0 ); /* IE6-9 */
}

div.customer-name {
	color: crimson;
	font-weight: bold;
	font-size: x-large;
	margin: 2px;
	padding: 3px;
	vertical-align: middle;
}

span.customer-id-txt {
	color: black !important;
	font-size: medium;
	vertical-align: middle;
}

tr.form-header th {
	vertical-align: middle;
	padding: 4px;
}

@media print {
	div.bottomToolbar {
		display: none;
	}
}

.vmiddle {
	vertical-align: middle;
}

.chzn-container-multi .chzn-choices .search-choice, .chzn-container .chzn-results li {
	white-space: nowrap;
}

table#form-table {
	width: 100%;
}

table#form-table td#form-main {
	width: 800px;
}

table#form-table td#form-main>h3 {}

table#form-table td#form-buttons {
	vertical-align: top;
}

table#form-table td#form-buttons div#button-floater {
	margin-top: 10px;
}

.inbox-message-count {
	font-weight: bold;
}

#page-top-table {
	border-spacing: 0;
	border-collapse: collapse;
	min-width: 1060px;
}

#page-top-table tr {
	vertical-align: top;
}

#page-top-table td {
	white-space: nowrap;
}

#page-top-table td.logo {
	border-top: 2px solid #efefef;
	padding-right: 32px;
	font-size: 10px;
	color: #666;
}

.toolbarButton p {
	margin: 0;
	padding: 0;
}

#main-container {
	margin: 0 40px;
}

fieldset.wrapper {
	min-width: 1040px;
}

table.dataTable {
	width: 100% !important;
	font-size:11px;
	font-family: var(--font_list_04);
}

.ctr {
	text-align: center;
}

.hcenter {
	margin: 0 auto;
}

th.title {
	text-align: left;
}

table.dataTable tr td.numeric {
	text-align: right;
}

table.dataTable tr td.currency {
	text-align: right;
}

table.dataTable tr td.date {
	text-align: right;
}

table.dataTable tr td.checkbox {
	text-align: center;
}

table.dataTable tr td.address.zip {
	text-align: right;
}

table.datatable tr td.email {
}

table.dataTable tr td.phone {
	text-align: right;
}

.inline-block {
	display: inline-block;
}

.top-right {
	float: right;
	margin-top: 1.2em;
}

#dashpanel .mTable a {
	height: 96px;
	display: block;
}

#dashpanel .mTable a img {
	height: 96px;
}

.weatherBox {
	width: 300px !important;
	height: 82px !important;
	background: #fff !important;
	margin-top: 4px !important;
	margin-right: 72px !important;
	float: right !important;
	overflow: hidden !important;
	border: solid 1px #000 !important;
}

#menu_content {
	margin-right: 0;
	min-height: 50px;
	min-width: 335px;
	position: absolute;
	right: 376px;
	bottom: 0;
}

#toptop {
	min-width: 960px;
}

.rpt-spacer {
	padding-left: 10px;
	padding-right: 10px;
}

/*
DataTables Section Below
--------------------------------------------------------
*/

/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

atable.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	background-color: white;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}


table.dataTable tr.odd td.sorting_1 { background-color: #efefef; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #fafafa; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	xfloat: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #022366;
	color: white !important;
}


/*
 * Processing indicator
 */
.dataTables_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;
}


/*
 * Sorting
 */
.sorting { background: url('images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable th:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.table-list.display thead {
	background-color: #D5E3F0;
	border-bottom: 2px solid #BFCAD9;
}

.table-list.display thead th {
	padding: 6px 4px;
}

.table-list.display thead th:hover {
	background-color: #fff;
}

.dataTables_paginate {
	margin-bottom: 5px;
	height: 22px;
	line-height: 22px;
	width: 100%;
}

.dataTables_info, .dataTables_paginate {
	margin-top: 12px;
}

.dataTables_filter {
	margin-bottom: 12px;
}

table.display a {
	color: #06C !important;
}

/*
	dropdown style*/
#selectSearchAttrOption {
	display: none;
}

.ui-dropdownchecklist-text {
	font-size: 11px;
}

/*
	Multiselect*/
.ui-multiselect { padding:2px 0 2px 4px; text-align:left; width:172px !important; background:#fff !important; }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }




/*
------------------------------------------------------
End DataTables Section
*/

/*
UserFlash Content
------------------------------------------------------
*/

#userFlash {
	text-align: center;
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	padding: 5px;
	border-color: #222;
	border-width: 1px;
	border-style: ridge;
}

/*
------------------------------------------------------
End UserFlash Content
*/


/*
Interior Page CSS(old style.css)
	-------------------------------------------------
*/



.errorMessage { color:#CC0000; }


.propertyDiv {
	border:1px solid #aaaaaa; border-top:none; padding:20px; background-color:#dedede;
	-moz-box-shadow: 2px 2px 4px #cccccc;
	-webkit-box-shadow: 2px 2px 4px #cccccc;
	box-shadow: 2px 2px 4px #cccccc;
	min-width: 712px;

}




.form-display .form 	{ padding-right:32px; }
.form-display .title	{ font-size:12px; font-weight:bold; }
.form-display .space	{ height:20px; }
.form-display { width:100% }
.form-display-group		{
	border:1px solid #fafafa;
	border:1px solid #fefefe;
}
.form-display-group legend { padding:2px 12px; }
.form-display-group-a {
	background-color:#BAC3D0;
	border:none;
}

/*
	---------------------------------------
	End Interior Page*/

/*
	Weather box*/
	ul.weather_ul {
		list-style-type: none;
		width: 400px;
		height: 82px;
		margin: 0;
		margin-left: -35px;
	}

	li.weatherBoxli1 {
		float: left;
		height: 60px;
		overflow: hidden;
		position: relative;
		top: 16px;
		left: 4px;
	}

	li.weatherBoxli2 {
		float: left;
		height: 80px;
		position: relative;
		top: -42px;
		left: 0;
	}

/* tables */
table.tablesorter {
	font-family: var(--font_list_02);
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #fff;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}



#weatherToolbar br {
	display:none
}
#weatherToolbar strong {
	margin-left:20px
}
#weather-current {
	vertical-align:middle; padding-top:5px; padding-right:20px    
}
#weather-forecast {
	vertical-align:middle; display:none    
}
#weather-current div {
	line-height:11px !important;
}
#weather-current div table {
	border-collapse:collapse
}
#weather-forecast a {
	display:none
}
#weather-forecast img, #weather-forecast span, #weather-forecast strong {
	vertical-align:middle
}

#createProperty,
#uploadGreens {
	padding:6px 12px;
	font-size:11px;
}

.createProperty .ui-dialog-titlebar, .auditModal .ui-dialog-titlebar  {
	padding:1px 2px !important;
	border:none !important;
}
#newPropertyForm {
	background-color:#efefef;
	margin:5px;
	padding:20px;
	font-size:11px;
	border:none !important;
}

#search-result-panel {
	border:1px solid #cccccc;
	padding:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#search-result-tabs {
	background-color:#efefef;
	border-top:6px solid #efefef;
	border-left:6px solid #efefef;
}
#search-result-tabs td {
	padding:12px 26px;
	font-size:16px;
}
#search-result-tabs td .count {
	font-size:12px;
	font-weight:normal
}
#search-result-tabs td.tab {
	cursor:pointer;
}
#search-result-tabs td.active {
	background-color:#ffffff;
	font-weight:bold;
	border:1px solid #cccccc;
	border-bottom:none;
}

.fixedTop       { position:fixed; top:0 }
.fixedToolbar   { background:none; background-color:#E4E7EE !important; z-index: 1000;}

@media print
  {
	.fixedTop { position:relative; top:auto }
	#menu-placeholder {
		display: none;
	}
  }



.help_link {

	height:16px;
	width:16px;
	background:url("images/help.png") bottom no-repeat;
	text-indent:20px;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
}

	.help_link:hover {
			background-position: 0 0;
	}

.change_link {
	padding-bottom: 7px;
}

.popupLogin {
	width: 300px;
	 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
	 -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
}

.roi_element {
	width: 1020px;
	min-width: 1000px;
	margin: 0 auto 0 auto;
	background: none;
	text-align: left;
	background:#fff;
	padding:0 10px;
}

.roi_banner {
	width: 100%;
	background: #1f5177;
	color: #fff;
	font-family: var(--font_list_05);
	height:50px;
	font-size:17px;
	margin-bottom:15px;
}
.roi_banner_new {
	width: 100%;
	background: #1f5177;
	color: #fff;
	font-family: var(--font_list_05);
	font-size:17px;
	margin-bottom:15px;
	font-weight:bold;
}
	.roi_banner_new select {
		font-weight: bold;
	}
.roi_banner_inner {
	padding: 10px;
}
#roi_banner_left {
	width: 80%;
	min-width: 800px;
	float:left;
}
#roi_banner_right {
	float: right;
	min-width:170px;
	text-align:right;
	border-left: solid 2px #fff;
}
#roi_left_side {
	width: 285px;
	margin-right:15px;
}
#left_side_roidiv {
	background: #d5dce4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5dce4 0%, #d5dce4 49%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5dce4), color-stop(49%,#d5dce4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dce4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top:10px;
}
	#roi_left_side table {
		width: 90%;
		margin: 10px auto;
	}
	#roi_left_side .table.roi_img_table td {
		text-align:center;
	}
#roi_right_side {
	width:715px;
	min-width: 715px;
	padding-left:15px;
	display:block;
	float:right;
}
#list_performance {
	width: 100%;
	text-align:center;
}
	#list_performance td {
		padding: 0 3px 20px 3px;
	}
.list_performance_title {
	font-size: 20px;
	text-align: left;
	margin-bottom: 30px;
}
#list_performance tbody {
	font-size: 18px;
}
.roi_box {
background: #d5dce4; /* Old browsers */
background: -moz-linear-gradient(top,  #d5dce4 0%, #d5dce4 49%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5dce4), color-stop(49%,#d5dce4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d5dce4 0%,#d5dce4 49%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dce4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: auto;
	min-width:348px;
	 min-height:450px;
	float:left;
	padding-top:20px;
}
#roi_left_box {
	margin-right: 15px;
}
.roi_inner_box {
	width: 250px;
	height:250px;
	background: #fff;
	border: solid 2px #ccc;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.roi_box_title {
	margin-left: 20px;
	font-size: 18px;
	margin-bottom: 25px;
}
.roi_big_text {
	font-size: 55px;
	text-align: center;
	margin-top:65px;
	font-weight:bold;
}
.roi_middle_text {
	font-size: 17px;
	text-align:center;
	font-weight:bold;
}
.roi_box table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
	.roi_box table td {
		padding-bottom: 8px;
	}
   #roi_left_side table td {
		padding-bottom: 8px;
		width:50%;
	}
.align_right {
	text-align: right;
}
.roi_img_table td {
	text-align: center;
}
.stick {
	position:fixed;
	top:39px;
	width: 1020px;

}
.stick_left {
	position: fixed;
	top: 124px;
	width: 283px;
}
.stick_right {
	margin-top: 80px;
}
.styled-select {
	-webkit-appearance: none;
	padding: 2px 20px 1px 2px;
	border: none;
	color:#fff;
	font-size:17px;
	background: transparent url("images/sort_desc_disabled.png") no-repeat right top;
		-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
   }
	.styled-select option {
		background-color: #000;
	}
.roi_table {
	table-layout: fixed;
	width: 100%;
}
.roi_table td.right {
	text-align: right;
}
#roi_banner_wrapper {
	background-color: #fff !important;
	padding-top:15px;
	width:1020px;
	z-index:10;
}
#roi_banner_wrapper_inside {
	background-color: #fff !important;
	width:100%;
	z-index:10;
}
#outer_roi_banner_wrapper {
	width: 100%;
}
#list_performance td {
	width: 120px;
}
img.small_img {
	width: 30px;
	height: 30px;
	cursor:pointer;
}
.main_img {
	max-width: 220px;
	min-width:210px;
	max-height:400px;
}
table.auditTable {
	border-collapse: collapse;
	font-size: 10px;
	width:970px;
	padding:5px;
}
	table.auditTable tr th {
		background-color: #ccc;
		text-align: left;
		padding: 4px;
	}
	table.auditTable tr td {
		border: 1px solid #ccc;
		padding: 4px;
	}

/**
  * Index page 
  */

#login-button {
	padding-top:12px
}

.learn_more a {
	color: #fff;
	fill-opacity: 1;
}

.learn_more {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0 solid #808080;
	padding: 10px 20px;
	color: #fff;
	float: right;
	/*margin-top: 270px;*/
	margin-right: 55px;
	opacity: 1.0;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
}

.learn_more:hover {
	background-color:rgba(0,0,0,1.0);
}
#audit-modal td {
	vertical-align: top;
}
#accordionExpand {
	margin-bottom: -15px;
	margin-top: 20px;
}

/**
  * Other pages
  */
#button_add_opcode {
	font-size:10px; padding:6px 24px;
}
#noteTable_length select {
	width:60px !important;
	font-size:11px;
}
#update_details th.label, #system-unit-event-update-form th.label {
	vertical-align:top !important;
}



.separator-label {
	display:inline-block;background:#1C5894;color:#fff;padding:3px 20px;font-size:10px;
}
.navigation-tabs {
	border-spacing:0;
}
.navigation-tabs td {
	border-bottom:1px solid #ccc;
	padding:8px 16px;
}
.navigation-tabs .tab {
	white-space:nowrap;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor:pointer;
}
.navigation-tabs .active {
	border:1px solid #ccc;
	border-bottom:none;
	cursor:default;
}

.hideoverflow-center {
	overflow: hidden;
}
.outer-center {
	float: right;
	right: 50%;
	position: relative;
}
.inner-center {
	float: right;
	right: -50%;
	position: relative;
}

.center {
	text-align: center;
}

#div-pause-dates input[type="text"],
#div-add-transaction input[type="text"] {
	width: 150px;
	margin-top: 6px;
	font-size: 12px;
	height: 14px;
}

#div-add-budget,
#div-schedule-budget,
#div-pause-budget,
#div-add-transaction {
	font-size: 12px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

/* For mobile landing page (for starters) */

div.home-login {
	display: inline-block;
	margin: 0;
	float: left;
}

div.home-login > div {
	vertical-align: top;
}

input#toggleDebug {
	cursor: pointer;
}

footer {
	position: relative;
}

/* Debug panel */
div.devDebug table {
	border-collapse: collapse;
}

div.devDebug table,
div.devDebug th,
div.devDebug td {
	border: 1px solid black;
}
hr {
	width: 100%;
}
#debugContainer {
	padding: 30px 0;
	text-align: center;
}
.profiler-result {
	display: none;
}
