html, body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 12px;
	color: black;
	background: #eee;
}

#header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-weight: 900;
	font-family: "arial-black";
	font-size: 26px;
	line-height: 32px;
	background: #333;
}

#search {
	z-index: 5;
	width: 250px;
	height: auto;
	position: absolute;
	margin: 0;
	padding: 5px 3px;
	background: url(images/searchBar.png) repeat-x;
}

#sort {
	z-index: 4;
	width: 90%;
	height: auto;
	position: absolute;
	margin: 0 5% 0;
	padding: 10px 0;
	text-align: center;
	color: #eee;
	font-size: 12px;
	border-bottom: 1px solid #222;
	background: #333;
}

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

#propertiesBar {
	z-index: 3;
	position: absolute;
	left: 0;
	height: auto;
	width: 256px;
	margin : 0;
	padding: 0;
	background: #333;
}
#propertiesBar h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
}
#propertiesList {
	z-index: 2;
	position: absolute;
	height: auto;
	background: #333;
}
#propertiesBar ul {
	width: 90%;
	margin: 0;
	padding: 0 5%;
	list-style: none;
}
#propertiesBar li {
	margin: 0;
	padding: 5px 3px;
	color: white;
	text-shadow: 1px 1px 0px #000;
	font-size: 14px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #444;
	border-radius: 3px;
}
#propertiesBar li:hover {
	background: #424242;
	cursor: pointer;
}
#propertiesBar li.activeProperty {
	background: #0078ff;
}
#propertiesBar li.activeProperty:hover {
	background: #0078ff;
}
#propertiesBar input[type=text] {
	width: 200px;
	margin: 0;
	padding: 5px;
	border-radius: 20px;
	border: 1px solid #333;
	outline: none;
}
#propertiesBar img {
	margin: 4px 8px 0px;
	float: left;
}

#sort img {
	float: right;
	margin: 2px 15px 0 0;
	padding: 5px;
	border: 1px solid #333;
}
#sort img:hover {
	cursor: pointer;
	background: #444;
	border: 1px solid #222;
}

#content {
	z-index: 105;
	position: absolute;
	left: 256px;
	height: auto;
	margin: 0;
	padding: 45px 10px;
}
#content h1 {
	position: absolute;
	left: -1px;
	top: -1px;
	display: inline-block;
	width: auto;
	font-size: 18px;
	margin: 0;
	padding: 5px 15px;
	background: url(images/listing.png) repeat-x;
	color: black;
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	border-bottom-right-radius: 5px;
}
.propertyBox {
	z-index: 50;
	position: relative;
	width: 96%;
	height: auto;
	float: left;
	padding: 0 2%;
	margin: 15px 0;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0px white;
}
.addTrans {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 50;
	padding: 0 7px;
	margin: 0;
	border: 1px solid white;
	border-radius: 2px;
	cursor: pointer;
	background: white;
	color: black;
	font-size: 21px;
	opacity: .3;
}
.addTrans:hover {
	border: 1px solid #aaa;
}
.addTrans.active {
	border: 1px solid #aaa;
	border-bottom: 1px solid white;
}
.dropPadding {
	margin: 0;
	padding: 15px 15px;
}
.edit {
	position: absolute;
	top: 15px;
	right: 45px;
	z-index: 50;
	width: 16px;
	height: 16px;
	padding: 5px 5px 3px;
	margin: 0;
	border: 1px solid white;
	border-radius: 2px;
	cursor: pointer;
	background: white;
}
.edit:hover {
	border: 1px solid #aaa;
}
.edit.active {
	border: 1px solid #aaa;
	border-bottom: 1px solid white;
}
.save {
	float: right;
	width: 16px;
	height: 16px;
	margin: 15px 0 0;
	padding: 5px;
	border: 1px solid white;
	border-radius: 2px;
	cursor: pointer;
	opacity: .5;
}
.save:hover {
	border: 1px solid #aaa;
	opacity: 1;
}
.cancel {
	float: right;
	width: 16px;
	height: 16px;
	margin: 15px 60px 0 0;
	padding: 5px;
	border: 1px solid white;
	border-radius: 2px;
	cursor: pointer;
	opacity: .5;
}
.cancel:hover {
	border: 1px solid #aaa;
	opacity: 1;
}
#dropDown {
	display: none;
	z-index: 25;
	position: absolute;
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	background: white;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
#dropDown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#dropDown li {
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
#dropDown li:hover {
	background: #0078ff;
	color: white;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
#dropDown li:last-child {
	border: 0;
}
table.campaign {
	display: table;
	width: 100%;
	padding: 5px 0;
	margin: 53px 0 0;
	border: 1px solid #aaa;
	border-radius: 3px;
}
.propertyBox td {
	text-align: center;
}
.column h2 {
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
	color: black;
	font-weight: 500;
	text-align: center;
	background: #f3f3f3;
}
.contentBox {
	width: 90%;
	height: auto;
	margin: 0 5%;
	padding: 0;
}
.contentBox table {
	width: 100%;
}
.contentBox td {
	text-align: center;
}
.column {
	float: left;
	width: 18%;
	height: 90px;
	margin: 20px 0;
	padding: 0;
	background: #eee;
	border-radius: 5px;
	overflow: hidden;
}
.column:last-of-type {
	margin-left: 2%;
	padding: 0;
	width: 80%;
	white-space: nowrap;
}
.columnContent {
	z-index: 1;
	margin: 0;
	padding: 0 2%;
	width: 96%;
}
.column:last-of-type .columnContent {
	height: 300px;
	padding: 0;
	overflow: hidden;
	overflow-x: scroll;
}
.scroller {
	z-index: 250;
	width: auto;
	padding: 0;
}
#history {
	width: 70%;
}
.column h3 {
	font-size: 36px;
	text-align: center;
	margin: 12px 0 0;
	padding: 0 15px;
}
.column table{
	width: 100%;
}
.column .contentBox {
	width: 90%;
	margin: 0;
	padding: 15px 0;
}
.column h4 {
	font-size: 16px;
	display: inline-block;
	margin: 0 0 5px 15px;
	padding: 0;
}

#topbar {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 256px;
	color: white;
	font-size: 14px;
	float: left;
	width: 98%;
	height: auto;
	padding: 8px 1%;
	margin: 0;
	background: #333;
}

#topbar p {
	float: left;
	padding: 3px 0;
	margin: 0 5px 0;
	color: black;
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
}

.view {
	float: left;
	width: auto;
	height: auto;
	padding: 2px 20px;
	margin: 0 15px 0 0;
	color: white;
	text-shadow: 1px 1px 0px black;
	cursor: pointer;
	border-radius: 3px;
}

.view:hover {
	background: #424242;
}

.view.active {
	background: #0078ff;
}

table#raw {
	width: 96%;
	margin: 25px 2%;
	padding: 0;
	background: white;
	border: 1px solid #aaa;
	border-spacing: 0;
}

#raw tr:nth-child(odd) {
	background: #D4E8FF;
}

#raw th {
	color: white;
	background: #333;
	padding: 10px 0;

}

#raw td {
	padding: 3px;
	text-align: center;
}

.scrollLeft {
	float: left;
	z-index: 100;
	height: 40px;
	width: 16px;
	margin: 0;
	padding: 27px 0 0;
	background: #bbb;
	text-align: center;
	user-select: none;
}
.scrollRight {
	float: right;
	z-index: 100;
	height: 40px;
	width: 16px;
	margin: 0;
	padding: 27px 0 0;
	background: #bbb;
	text-align: center;
	user-select: none;
}
.scrollRight:hover, .scrollLeft:hover {
	background: #0078ff;
	cursor: pointer;
}
.transaction {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 7px 0 0;
	cursor: pointer;
	padding: 12px 15px;
	text-align: center;
	border-right: 1px solid #aaa;
	border-left: 1px solid white;
}
.transaction:hover {
	background: #ddd;
}
.transaction:first-child {
	border-left: 0px;
}
.transaction:last-child {
	border-right: 0px;
	margin-right: 16px;
}
.transactionDate {
	width: 100%;
	font-weight: 700;
}
.transactionAmount {
	width: 100%;
}
.transactionNotes {
	width: 100%;
}
.transactinNotes:hover {
	text-decoration: none;
}
.credit {
	color: #0078ff;
}
.charge {
	color: #CF5757;
}
.payment {
	color: #3E9645;
}

.notes {
	z-index: 150;
	position: absolute;
	width: 270px;
	height: auto;
	margin: 0;
	padding: 15px;
	background: white;
	border-radius: 2px;
	border: 1px solid #aaa;;
	box-shadow: 3px 3px 0px rgba(0,0,0,.3);
}
.notes h3 {
	font-size: 11px;
	color: black;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
.notes textarea {
	position absolute;
	width: 270px;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100px;
}
.notes img {
	position: absolute;
	top: -21px;
	left: 138px;
	margin: 0;
	padding: 0;
}

.siteBox {
	width: 94%;
	height: auto;
	margin: 15px 2%;
	padding: 10px 2%;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0px white;
}

.siteBox table {
	width: 100%;
	text-align: center;
}
#addBoxes {
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#report {
	z-index: 1001;
	position: absolute;
	width: auto;
	height: auto;
	padding: 15px 30px;
	background: #eee;
	border: 1px solid #aaa;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.3);
}

#report h6 {
	font-size: 32px;
	font-weight: 900;
	width: 100%;
	text-align: center;
	margin: 15px 0 0;
	padding: 0;
}