.formboxcustomer {
	border:solid 1px #0680e3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:9pt;
	padding:10px;
	width: 660px;
	margin-bottom:30px;

}

#formboxtitle, #formboxtitlecontact, #formboxtitlejob, #formboxtitlenote, #formboxtitleproperty, #formboxtitlefreq, #formboxtitlecard {
	padding:0px 8px 2px 5px;
	font-family:Monda;
	color:#000;
	font-size:13pt;
	position: relative;
	top:-34px;
	left:-3px;
	background-color:#f9f9f9;
	border:solid 1px #333; /* #003399 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 40;
}

.customerformtitle {
	float: left;
	clear: both;
	margin-right: 220px;
}

#loginbox {
	margin: 0 auto;
	width: 270px;
	font-size: 1.2em;
}

#expander {
padding: 0px 0px 4px 4px;
width: 80%;
height: 70px; 
margin: -40% 0 0 2%; 
margin-bottom: 20px; 
font-family: Monda;
border: 1px solid #CCC;
background-color: #F2F2F2;
border-top: 0px solid #FFF;
border-radius: 4px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius: 4px;
clear: both;
}

#contactinfobox {
	float: left;
	width: 26%;
	margin-left:2%;
	margin-bottom:30px;
	border: 0px solid #000;
	padding: 0;
	margin-bottom: -20px;
	padding-bottom: 20px;
}

#contactinfoboxsub {
	min-height: 180px;
	margin-top: -47px;
	margin-left: -20px;
	padding-top: 200px;
	border: solid 1px #0680e3;
	background-image: url('/shared/images/box-bg.gif');
	background-repeat: repeat-x;
	background-position-x: 55px;
	width: 100%;
	margin-bottom: -20px;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

#expander {
	width: 94%;
	margin-top: -26px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Monda;
	border: 1px solid #CCC;
	background-color: #F3F3F3;
	border-top: 0px solid #F3F3F3;
	border-top-radius: 0px;
	border-bottom-radius: 4px;
	-moz-border-radius: 4px;
}

#map {
	
}

#jobinfobox {
	float: left;
	width: 27%;
	margin-left:2%;
	margin-bottom: 20px;
	border: 0px solid #000;
	padding: 0;
	margin-bottom: -20px;
	padding-bottom: 30px;
}

#jobinfoboxsub {
	min-height: 180px;
	margin-top: -47px;
	margin-left: -20px;
	border:solid 1px #0680E3;
	background-image:url('/shared/images/box-bg.gif');
	background-position-x: 75px;
	background-repeat:repeat-x;
	width: 100%;
	margin-bottom: -20px;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

#listbox, #Template { /* shared between index.php, viewcustomer.php, formcustomer.php, formtasks.php */
	width: 91%;
	border:solid 1px #0680e3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-left: 2%;
	margin-bottom: 30px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: left;
}

.shadows {
	box-shadow: 2px 2px 2px #AAA;
}

.colorbox { /* shared between index.php, viewcustomer.php, formcustomer.php, formtasks.php */
	width: 91%;
	border:solid 1px #0680e3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-left: 2%;
	margin-bottom: 20px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

#indexbox {
	width: 60%;
	border: solid 1px #0680E3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-left: 2%;
	margin-bottom: 20px;
	float: left;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

#customerbox {
	width: 91%;
	border: solid 1px #0680E3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-left: 2%;
	margin-bottom: 30px;
	float: left;
	border-radius: 16px;
	-moz-border-radius: 16px;
}

#infobox {
	float: right; 
	border:solid 1px #0680e3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	margin-right: 20px;
	width: 18%;
	min-width: 150px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	font-family: Lato;
	clear: both;
}

#spanLeft {
margin: 0;
padding: 0;
display: inline-block;
width: 30%;
font-size: 11pt;
font-family: "Monda";
color: #000;
text-align: left;
float: none;
}

#spanRight {
margin: 0;
padding: 0;
display: inline-block;
width: 55%;
font-size: 11pt;
font-family: "Monda";
color: #000;
text-align: left;
float: none;
}

#formlayoutcontroller { /* used on: formTasks.php, viewTasks.php */
	padding: 0;
	float: left;
	width: 68%;
}

#regionslayoutbase { /* used on: settings/regions.php */
padding: 0;
width: 45%;
float: left;
}

#regionslayoutcontroller { /* used on: settings/regions.php */
padding: 0;
width: 45%;
float: right;
}

#companyTable {
	margin-top: -14px;
}

#propertystatsbox {
	float: right; 
	border:solid 1px #0680e3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-right: 20px;
	width: 18%;
	min-width: 180px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	font-family: Monda;
}

.alignRight {
	text-align: right;
	width: 84px;
}

.listboxtitle {
	padding:0px 4px 2px 4px;
	color:#0680E3; /* #707070; */
	position: relative;
	top:5px;
	background-color:#FFF;
	border:solid 1px #0680E3;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
}
.listboxtitle a {
    text-decoration:none;
    color:#707070;
}

.listboxtitlemobile {
	padding:1px 2px 2px 2px;
	color:#0680E3;
	position: relative;
	top:5px;
	background-color:#FFF;
	border:solid 1px #0680E3;
}
.listboxtitlemobile a {
    text-decoration:none;
    color:#707070;
}

#recentactivity {
	float: right;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
}

#labelmode { /* used on formTasks.php */
	display: none;
}

#formleftbox {
	width: 47%;
	padding: 0;
	margin: 0;
	float: left;
	margin-top: -30px;
	border: 0px solid #000;
}

#formrightbox {
	width: 47%;
	padding: 0;
	margin: 0;
	float: left;
	margin-top: -30px;
	border: 0px solid #000;
}


#auxindex {
margin-top: 50px;
}

#auxindex li {
display:block;
margin: 40px 0 30px -30px;
padding: 20px;
}

#auxlinks {
font-size:2.4em;
font-weight:600;
text-decoration:none;

border:1px solid #dcdcdc;
font-family: Lato, 'Monda';
text-shadow:1px 1px 0px #FFF;

padding: 10px 20px;

-moz-box-shadow:inset 0px 1px 0px 0px #666;
-webkit-box-shadow:inset 0px 1px 0px 0px #666;
box-shadow:inset 0px 1px 1px 0px #888;

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #FFFFFF));
background:-moz-linear-gradient(center top, #dfdfdf 5%, #FFFFFF 100%);

border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
#auxlinks:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d4d4d4), color-stop(1, #fcfcfc));
	background:-moz-linear-gradient(center top, #d4d4d4 5%, #fcfcfc 100%);
	box-shadow:inset 0px 1px 1px 0px #666;
/*	color:#556670; */
}
#auxlinks:active {
	position:relative;
	top:1px;
	box-shadow:inset 0px 1px 0px 0px #FFF;
}


.formboxbuttons {
	padding:0px 5px 2px 5px;
	margin-left: 4px;
	font-family:Verdana;
	color:#0680e3;
	font-size:8pt;
	font-weight:bold;
	position: relative;
	top:-29px;
	background-color:#FFFFFF;
	border:solid 1px #0680e3;
	-moz-border-radius: 3px; border-radius: 3px; float: right;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.6); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.formboxbuttons a {
    text-decoration:none;
    color:#707070;
}

.inputs {
	border:solid 1px #b0dbf3;
	padding-left: 2px;
/*	width: 164px; */
}

.multiline {
	border:solid 1px #b0dbf3;
	padding: 2px 0px 0px 2px;
}

.editTextbOxes {
	border:solid 1px #b0dbf3;
	padding-left: 2px;
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	width:400px;
}

.TasksUpdateButtOn {
	margin: 0px 5px 0px 15px;
}

#editProfile {
	margin-left: 16px;
}

#custCount {
	font-family: Monda;
}

.mycornerlist {
	margin:-32px 0 0 -44px;
	list-style-type: square;
	line-height:20px;
	padding: 0px;
}

.formboxhome {
	float: right; 
	border:solid 1px #0680e3;
	background-image:url("/shared/images/box-bg.gif");
	background-repeat:repeat-x;
	padding:10px;
	width: 160px; 
	font-family:Verdana;
	font-size:9pt;
}

.searchbutton {
	margin-top:10px;
}

.searchText {
	top:2px;
	bottom:-10px
}

.notifications {
	font-size:8pt;
}

#taskfilter {
	padding:0px 5px 2px 5px;
	font-family:Verdana;
	color:#707070;
	font-size:8pt;
	font-weight:bold;
	position:relative;
	top:-14px;
	background-color:#FFFFFF;
	border:solid 1px #0680e3;
	width:158px;
	left:472px;
}

.filterinput { /* for coloring text of filter dropdown, currently unused. delete if used */
    font-size:8pt;
    margin: 3px 0 0 0;
    border:dotted 1px #0680e3;
    color:#707070;
}

#searchTable {
    /* margin: -12px auto 0px auto; #for centering */
    float: right;
    padding: 0px 0px 0px 0px;
}

.left{
    float:left;
}
.right{
    float:right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
/* close commented backslash hack */

#loading { display: none; }
#loadinginside { width: 100%; text-align:center; background-color:#F5F5F5; -moz-border-radius: 6px; border-radius: 6px; -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); }
#loadingmessage { margin: auto 0px; }
