body {
	color:#506b84;
	padding:0;
	margin:0;
	background-color:#f1f3f4;
    font-family: "expo-sans-pro", Montserrat, Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:13px;
}
@media print {
	body {
		background:#ffffff;
	}
}
.loginstatus {
	text-align:right;
	position:absolute;
	top:10px;
	right:15px;
}
.login input {
	width:200px;
	height:17px;
	margin-bottom:10px;
}
.login input.button {
	height:auto;
	width:auto;
}
header {
	padding-top:15px;
	background-color:#485564;
	color:#ffffff;
}
header .outside {
	width:69px;
	position:absolute;
	line-height:1;
}
header .title {
	text-align:right;
	border-right:1px solid #ffffff;
	padding: 15px 5px 15px 0px;
	line-height:1.4;
	left:0;
	margin-top:15px;
}
header .user {
	right:0px;
}
header .outside a {
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	margin-top:5px;
	font-size:13px;
}
.loginstatus {
	float:right;
	top:0px;
}
.button {
	background-color:#485564;
	text-transform:uppercase;
	border:none;
	color:#ffffff;
	padding:10px;
	font-size:13px;
	margin-bottom:4px;
	vertical-align:top;
	font-family:inherit;
}
.helper.button {
	padding:5px;
	background-color:#778a9e;
}
.button.right {
	float:right;
}
a.button, .button a{
	color:#fff;
	text-decoration:none;
}
div.button {
	display:inline-block;
	margin-right:5px;
	cursor:pointer;
}
.button:hover {
	background-color:#000;
	color:#fff;
}
.button.nohover:hover {
	cursor:default;
	background-color:#778a9e;
}
.padded {
	padding:5px 15px;
}
.padded.button {
	padding:10px;
}
.checkboxes .box {
	float:left;
	width:30%;
}
.toggle {
	margin-bottom:5px;
	font-weight:bold;
	border:1px solid #ccc;
	padding:3px;
}
h1 {
	text-align:left;
	margin:2px 0px;
	padding:0px;
}
h4 {
	margin-bottom:3px;
}
.table .cell {
	display:table-cell;
	vertical-align:top;
	padding-right:10px;
}
.nowrap {
	white-space:nowrap;
}
.viewlist {
	padding-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	vertical-align:top;
}
.viewlist ul {
	margin:0;
	padding:0px 20px;
}
.viewlist li {
	padding:3px;
}
/* ----------------------------------------------------- */
/* -------------------- NAVIGATION --------------------- */
/* ----------------------------------------------------- */
nav {
	margin-top:20px;
}
nav ul {
    position:relative;
    list-style:none;
    background-color:#778a9e;
    padding:0px;
    margin:0px;
    white-space:nowrap;
	display:table;
	width:100%;
}
nav ul li {
	position:relative;
    display: table-cell;
    cursor:pointer;
	margin:0;
	padding:0;
    white-space:normal;
    height:35px;
    line-height:35px;
}
nav ul li a {
	color:#ffffff;
	display:block;
    padding:5px 30px;
}
nav li:hover {
	background-color:#f1f3f4;
	color:#000;
}
nav ul>li {
    padding:2px 30px;
}
nav li:first-child {
}
.sub, .sub ul {
   	display:none;
    list-style:none;
    position:absolute;
    margin:0px;
    padding:0px;
    border:1px solid #000;
    width:250px;
    left:0px;
    top:38px;
    z-index:10;
	height:auto;
	line-height:1;
}
nav ul > li:last-child .sub {
/*	left:auto;
	right:0;
*/
}
.sub li {
    display:block;
    border-bottom:1px solid #000;
    padding:0px;
    line-height:20px;
	height:28px;
    white-space:nowrap;
}
.sub li:last-child {
    border-bottom:none;
}
.sub li:hover {
    background-color:#f1f3f4;
}
.sub li ul {
	position:absolute;
	display:none;
	left:230px;
	top:0px;
}
.sub li:hover ul {
	display:block;
}
nav li:hover .sub {
    display:inline;
}
nav li a {
    display:block;
    text-decoration:none;
	color:#485564;
}
nav li:hover>a {
	color:#000;
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.wrapper {
/*	width:1200px;*/
	max-width:1500px;
	padding:0 75px;
	margin:0px auto;
	position:relative;
}
.innerBox {
/*	width:1050px;*/
	width:100%;
	margin:0px auto;
	position:relative;
}
.contentWrapper {
	background-color:#ffffff;
	border:1px solid #ffffff;
	padding:0px 20px 20px 20px;
}
.contentWrapper table {
	background-color:#fff; /* since tables can stretch outside parent width */
}
footer {
	height:40px;
	width:100%;
}
th {
	background-color:#e5e9eb;
	color:#485463;
	font-size:12px;
	padding:5px 5px;
	text-align:left;
}
td {
	font-size:12px;
}
th a {
	color:#485463;
}
span.spacer {
	display:inline-block;
}
.logo {
	display:inline-block;
	padding:5px;
	margin-left:5px;
/*	background-color:#fff;*/
}
.right {
	float:right;
	margin-left:10px;
}
td.right, th.right {
	float:none;
	text-align:right;
}
.alert {
	background-color:#990000;
	color:#fff;
	padding:3px 10px;
}
.rightspaced {
	margin-right:10px;
}

.highlight {
	background-color:#778a9e;
}
label {
}
.separator {
	margin:10px 0px;
	border-top:1px solid #778a9e;
}
td.separator, th.separator, .side.separator {
	border:none;
	border-left:1px solid #778a9e;
	width:1px;
	padding:0px;
}
.right h3, .edit h3, h3 {
	background-color:#778a9e;
	color:#fff;
	margin-bottom:0px;
	padding:2px 5px;
	font-size:13px;
}
h3.light {
	background-color:#d0dacd;
	color:#000;
}
.newline, .clear {
	clear:left;
	margin-bottom:4px;
}
.clear.button {
	margin-left:15px;
}
.checkbox {
	display:inline-block;
	margin-right:7px;
}
.checkbox input {
	width:auto;
}
.caption {
	font-size:85%;
}
.red {
	color:#FF0000;
}
h2 div {
	font-size:12px;	
}
input.required {
	border:1px solid #FF0000;
}
label.required {
	color:#FF0000;
}
.colorblock {
	width:20px;
	height:20px;
	border:1px solid #000000;
}
table {
	margin-top:4px;
}
div.left {
	float:left;
	margin-right:10px;
}
.floorplanpreview {
    float:right;
    margin-left:5px;
}
.floorplanpreview img {
}
.addfile {
    clear:both;
}
.ui-dialog {
  z-index : 9020 !important;
}
.dialog {
	display:none;
}
.borders td, .borders th {
	border-color:#ccc;
	border-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:0px;
}
.borders th {
/*	border-left:1px solid #ccc;*/
}
.borders  {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.totals th {
	text-align:right;
}
.borders .totals td {
	font-weight:bold;
	border-top:3px solid #000;
	border-bottom:3px double #000;
}
.reportbuttons {
	position:absolute;
	right:20px;
	top:50px;
	z-index:2;
}
.report .neighborhood {
    background-color:#99ccff;
	background-color:#778a9e;
    font-weight:bold;
}
.report .builder {
    background-color:#ffffcc;
    font-weight:bold;
}
.report .fromthe {
    float:right;
    margin-right:50px;
    font-weight:bold;
}
.report td {
    padding:7px;
}
.report th {
    padding:7px;
}
.hidden {
	display:none;
}
.previewBox {
	position:absolute;
	width:300px;
	height:100px;
	border:1px solid #778a9e;
	overflow:auto;
	background-color:#e0e0e0;
	margin-left:20px;
	z-index:10;
}
#groups img {
	cursor:pointer;
}
.deletegroup {
    background-color:#e0e0e0;
    color:#000;
	border:1px solid #ccc;
	width:15px;
	height:18px;
	line-height:16px;
	text-align:center;
    font-size:11px;
    font-weight:bold;
    cursor:pointer; 
	position:relative;
	top:-6px;
}
.autoClose {
    background-color:#000;
    border:1px solid #ccc;
    padding:0px 4px;
    color:#ffffff;
    position:absolute;
    right:0px;
    top:0px;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
    cursor:pointer; 
}
.grayedout {
	background-color:#e0e0e0;
}
@media print {
	.button {
		display:none;
	}
	#printMessageBox {
		display:none;
	}
	.rowspacer {
		font-size:6px;
	}
}
h2.view {
	padding-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:3px;
}
/*.asterisk:after {
	content:"*";
}*/
.noasterisk {
	padding-right:10px;
}
@media screen {
	.screenbreak {
		display:block;
	}
}
.alternatingrows tr:nth-child(odd) td {
	background-color:#f2f4f5;
}
/* For fixed header tables, thead tag takes out first record from count */
.fixedheader.alternatingrows tbody>tr:nth-child(odd) td {
	background:none;
}
.fixedheader.alternatingrows tbody tr:nth-child(even) td {
	background-color:#f2f4f5;
}
.fht-table-wrapper {
	border:1px solid #778a9e;
}
#transferchoice {
	max-height:95px;
	border:1px solid #72a493;overflow:auto;
	padding:5px;
}
#transferchoice input {
	width:auto;
}
.textareaHint {
	color:#ccc;
	position:absolute;
	top:0px;
	font-weight:normal;
	padding:5px;
	display:none;
}
pre {
	font-family:inherit;
}
.icon {
	background:url('/images/sprites.png') no-repeat;
	display:inline-block;
}
.communityView {
	border-bottom:1px solid #75889c;
	line-height:40px;
}
.communityView .communityname {
	padding-bottom:0;
	margin-bottom:0;
	font-size:17px;
	font-weight:bold;
}
.communityView .icon {
	width:17px;
	height:17px;
	margin-right:5px;
	position:relative;
	top:3px;
}
.communityView .change {
	float:right;
	margin-right:20px;
}
.communityView .change a {
	color:#75889c;
	text-decoration:none;
}
.communityView .change:hover a {
	color:#000;
}
span.arrow {
    display:inline-block;

}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #485463;
}
.arrow-down {
    width: 0;
    height: 0;   
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #485463;
}
.arrow-right {
    width: 0;
    height: 0;   
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #485463;
}
.toggleupdown {
	cursor:pointer;
	border-bottom:1px solid #485463;
}
.toggleupdown .arrow {
	margin-right:5px;
}
.togglebox {
	background-color:#666666;
	color:#fff;
	padding:15px;
	display:block;
	position:absolute;
	z-index:10000;
}
.togglebox label {
	text-align:right;
}
input[type=text], input[type=password] {
	margin-bottom:5px;
	padding:5px 0px;
}
.messages {
	padding:10px;
}
.alternatingrows td {
	position:relative;
	vertical-align:top;
}
.hiderecord {
	text-align:right;
	position:absolute;
	right:0;
}

.scrollable {
	overflow-x:auto;
    overflow-y: hidden;
}
.topscroll {
	height:20px;
	width:100%;
	overflow-x:auto;
	border:1px solid red;
}
.ui-widget label {
	width:auto;
}
.cg-menu {
	width:50%;
}
.rotate th {
	text-align:left;
	width: auto;
	width: 30px;
	min-width: 30px;
	max-width: 30px;
	position: relative;
	vertical-align: bottom;
	padding: 0;
}
.rotate div{
	position: relative;
	top: -15px;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	white-space:nowrap;
}
