* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding-bottom: 10px;
	font-family: Arial,verdana,arial,sans-serif;
	font-family: 'Lato', arial, serif;
	font-size: 100%;
	text-align: center;
	background: #fff;
}

#statistics {
  display: none;
}

div {
	text-align: left;
}

h1.logo {
  margin-right: 0;
  width: 120px;
}

#header {
  width: auto;
}

#header .right {
  margin-right: 10px;
}

#header ul li a#statistics_nav {
  display: none;
}

#header_container {
	background: #333;
	width: 100%;
	overflow: hidden;
	z-index: 5;
}

#header_container ul.mainnav {
    float: none;
    display: inline;
    margin: 5px;
    list-style: none;
    font-size: 12px;
}

#header_container ul.mainnav li {
    display: inline;
    margin-right: 3px;
}

#header_container ul.mainnav li a {
    font-family: Arial, sans-serif;
    background: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#595959), color-stop(0, #8A8B8B), color-stop(0.07, #595959), to(#252525));
    background: -moz-linear-gradient(top, #8a8b8b, #595959 5%, #252525);
    box-shadow: 0px 1px 3px #555;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #222;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    vertical-align: middle;
    padding: 3px 10px;
}

#small_header {
	background: url('../images/header_bg.png') bottom left repeat-x #fff;
	width: 100%;
	border-bottom: 2px solid #84b284;
}

#header h2 {
	font-size: 110%;
	color: #333;
  text-shadow: #fff 1px -2px 0;
	text-align:center;
	margin-bottom: 3px;`
}

#header p {
	font-size: 90%;
}

#header ul {
	list-style: none;
	border-top: 1px solid #555;
	background: #333;
}

#header ul li {
	float: left;
	display: block;
	font-size: 11px;
}
#header ul li.description {
	font-weight: bold;
	padding: 8px 10px;
	border-right: 1px solid #555;
	color: #efefef;
}

#header ul li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #efefef;
	font-weight: normal;
	padding: 8px 10px;
	border-right: 1px solid #555;
}
#header ul li a:hover {
	background: #555;
}

#header ul li a.active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#pageheader_container {
  padding: 0 10px 12px;
  z-index: 5;
}

#balance_content {
  padding: 5px 0;
	line-height: 90%;
	font-size: 10px;
	top: 76px;
	text-transform: uppercase;
	color: #999;
	line-height: 18px;
}

#balance_content ul li {
  width: 33.33%;
  margin: 0;
  padding: 0;
}

#balance_content em {
	font-size: 75%;
	font-style: normal;
	background: transparent;
	color: #7f7f7f;
}

#balance_content strong {
  margin-bottom: 3px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
}



#nodeposits_container,
#available_container,
#uncleared_container,
#desc_container {
	width: 33.33%;
	float: left;
	text-align: center;
	padding-bottom: 2px;
	color: #7f7f7f;
}

/*
#nodeposits_container {
	background: #FEFFAF;
}
#available_container {
	background: #60BF5F;
}
#uncleared_container {
	background: #9FA0FF;
}
*/
h2 {
	font-size: 95%;
}

ul.drop_menu {
  position: absolute;
	top: 0;
	left: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #ccc;
	width: 100%;
	z-index: 501;
}

ul.drop_menu li {
	list-style: none;
}

ul.drop_menu li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
ul.drop_menu li a:hover {
    background: #D3F3D3;
    color: #000;
}

a.nav {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
#nav {
	padding: 2px 0;
}

#logout {
	font-size: 11px;
	margin: 3px;
	text-align: right;
	font-weight: normal;
	color: #888;
}
#logout a { 
	color: #336699;
}

h1#logo {
  float: left;
  padding: 8px 5px;
  color: #c1c1c1;
  text-shadow: rgba(64, 64, 64, 0.5) 1px 1px 1px;
  line-height: 20px;
}

h1 {
	font-size: 110%;
	color: #333;
}

h1 small {
	color: #75c79a;
  text-shadow: none;
	letter-spacing: 1px;
}

h1 a {
	text-decoration: none;
	color: #333;
}

#left_content {
  float: none;
  width: 100%;
	margin-right: 10px;
}

#search, #print_preview {
  position: relative;
  top: 8px;
}


#right_content {
	width: 343px;
}

#search_container {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 500;
}


#search_content {
	border: 1px solid #999;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	color: #333;
	font-size: 85%;
	width: 70%;
}

#search_content a {
	margin-left: 10px;
	font-size: 11px;
	color: #336699;
}

#search a {
	font-size: 11px;
	font-weight: bold;
}

.content {
	padding: 10px;
}

table {
	margin-bottom: 10px;
	border-style: solid;
	border-color: #d2d2d2;
	border-width: 1px 0px 0px 1px;
}

table th {
	background-color: #f2f2f2;
}

table td, table th {
	padding: 5px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

table tr.alt td {
	background-color: #f2f2f2;
}

/* Rounded Corners */
.grey_corners, .brown_corners {
	width: 5px;
	height: 5px;
	position: absolute;
}

.grey_corners {
	background: url('../images/grey_round_corners.png');
}

.brown_corners {
	background: url('images/grey_round_corners.png');
}

.top_corner_container, .bottom_corner_container {
	position: relative;
}

.top_corner_container {
	top: -1px;
	left: -1px;
}

.bottom_corner_container {
	top: -4px;
	left: -1px;
}

.top_corner_container .lc {
	background-position: top left;
}

.bottom_corner_container .lc {
	background-position: bottom left;
}

.top_corner_container .rc {
	background-position: top right;
}

.bottom_corner_container .rc {
	background-position: bottom right;
}

.lc {
	background-position: 0px 0px;
}

.rc {
	left: 100%;
	margin-left: -3px;
}

#pagehead {
  width: auto;
}

#pagehead h2 {
  text-align: center;
}

#pagehead h2 a#select_accounts_button {
  display: inline-block;
}

#metrics {
	border: 1px solid #d2d2d2;
	width: 340px;
}

#metrics .row.alt {
	background-color: #aaebaa;
}

#metrics h2 {
	margin-bottom: 10px;
	font-size: 100%;
	color: #666;
}

#metrics h3 {
	margin-bottom: 5px;
	font-size: 100%;
	color: #333;
}



.box {
	margin-bottom: 10px;
	border: 1px solid #d2d2d2;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.no_error {
	color: #009900;
	font-weight: bold;
}

#nav_tabs {
	margin-top: 20px;
	margin-bottom: 2px;
}

#nav_tabs ul {
	display: inline;
	list-style-type: none;
}

#nav_tabs ul li {
	display: inline;
	list-style-type: none;
}

#nav_tabs ul li a#trans_tab {
	background: url('../images/trans_icon.png') 0px -20px no-repeat #CFFFCF;
}

#nav_tabs ul li a#stats_tab {
	background: url('../images/stats_icon.png') 0px -20px no-repeat #CFFFCF;
}

#nav_tabs ul li a { 
	padding: 2px 8px 2px 28px; 
	border: 2px solid #ccc;
	text-decoration: none;
	font-weight: bold;
	color: #3B4D3B;
	background: #e2f8ff;
}
#nav_tabs ul li a#trans_tab.active {
	border-bottom-color: #fff;
	background: url('../images/trans_icon.png') top left no-repeat #fff;
}

#nav_tabs ul li a#stats_tab.active {
	border-bottom-color: #fff;
	background: url('../images/stats_icon.png') top left no-repeat #fff;
}

#activity_container {
	padding: 10px;
	background: #fff;
}

#login_form {
  position: relative;
  top: 75px;
}

#transactions {
	padding: 0;
	margin-bottom: 10px;
	background: #fff;
	top: 180px;
}

#transactions p.right {
	margin: 3px 3px 0 0;
}

#transaction_list {
  background: #fff;
  margin: 0 0 5px 0;
}

#transactions .row {
  width: 100%;
}

#transactions .row a { 
  color: #06f;
  font-weight: normal;
  text-decoration: none;
}

#transactions h2 {
  padding: 0;
	font-size: 100%;
	color: #666;
	padding: 5px 0 0 5px;
	margin-bottom: 10px;
}

#transactions a#new_trans_bttn {
	display: block;
	text-indent: -9999px;
	background: url('../images/new_transaction.png') top left no-repeat;
	width: 130px;
	height: 23px;
	overflow: hidden;
}

#transactions .row {
	margin-bottom: 5px;
	border-top: none;
	background-color: #fff;
	font-size: 85%;
	border: 1px solid #ccc;
}


#transactions .firstrow {
  border-top:1px solid #999;
}

#transactions .row .content {
	padding: 5px;
}

#transactions .row.large {
	font-size: 100%;
	color: #333;
	background-color: #fff;
}


#transactions .row .category {
/*	display: none;*/
}

#transactions .row .date {
	font-size: 70%;
	color: #666;
}

#transactions .row.large .category {
	font-size: 65%;
	color: #888;
	font-weight: normal;
	display: block;
}

#transactions .row.large.deposit {
	border: 1px solid #ccc;
}

#transactions .row.large.withdrawal {
	border: 1px solid #ccc;
}

#transactions .row.deposit .right .largeamount, #transactions .row.deposit .quick_amount  {
	color: #030;
}

#transactions .row.withdrawal .right .largeamount, #transactions .row.withdrawal .quick_amount {
	color: #900;
}

#transactions .row.large .right .largeamount {
	font-size: 120%;
	width: 100px;
	font-weight: bold;
}

* html #transactions .row.large .right .largeamount {
	width: 120px;
}

#transactions .row.large .right .largeamount .container {
	padding: 2px 5px;
}

#transactions .row.large.withdrawal:hover,
#transactions .row.large.deposit:hover {
	color: #000;
}

#transactions .row.large.withdrawal:hover .category,
#transactions .row.large.deposit:hover .category {
	color: #666;
}

#transactions .row.large .payto {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}


#transactions .row .header {
	/*display: none;*/
}

#transactions .row.large .header, #transactions .row.large .date {
  line-height: 20px;
	font-size: 11px;
	color: #666;
}

#transactions .row.large .header input[type=checkbox] {
  line-height: 20px;
  font-size: 20px;
}

#transactions .row .header {
	padding: 5px;
}

#transactions .row .header .actions, #transactions .content {
	display: none;
}
#transactions .row .header .actions a {
	margin-left: 10px;
	padding: 1px;
}

#transactions .row.large .header .actions {
	display: inline;
}

#transactions .row.large .header, #transactions .row.large .content {
	display: block;
}

#transactions .row .quick_amount {
	width: 93px;
	display: block;
}

#transactions .row.large .payee, #transactions .row.large .quick_amount {
	display: none;
}

#transactions .row .payto strong,
#transactions .row .payee {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 220px;
}

#transactions .row .payee {
  width: 150px;
}

#transactions .row.large.deposit .header,
#transactions .row.large.withdrawal .header {
  padding: 2px 5px;
}

#transactions .row .header .actions a {
	padding: 0 12px;
	line-height: 20px;
}

#transactions .row.large.withdrawal .header {
	background-color: rgba(153, 0, 0, 0.1);
}

#transactions .row.large.deposit .header {
	background-color: rgba(0, 51, 0, 0.1);
}


#transactions .row.alt {
	background-color: #aaebaa;
}

#transactions .row h2 {
	font-size: 16px;
	color: #333;
}

#transactions .row h3 {
	font-size: 12px;
	color: #666;
}

#transactions .date {
	margin-bottom: 10px;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

#transactions .row .checkno {
    margin-top: 3px;
    font-size: 10px;
    color: #666;
    text-align: right;
}

#transactions .left_content {
	float: left;
	width: 220px;
}

#transactions .amount {
	padding: 5px;
	border: 2px solid #d2d2d2;
	width: 90px;
	font-weight: bold;
	font-size: 14px;
	background-color: #fff;
}

#transactions .row.cleared {
	background-color: #f2f2f2;
}

#transactions .row.cleared h2 {
	font-size: 12px;
	color: #333;
}

#transactions .left_content {
	float: left;
	width: 220px;
}

#transactions .cleared .amount {
	padding: 0px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	background-color: transparent;
}


.left {
	float: left;
}

.right {
	float: right;
}

#accounts_container {
  width: auto;
}

#accounts {
  margin-top: 10px;
}

#pagehead .left {
  float: none;
  display: block;
  margin-bottom: 10px;
}

#pagehead .right {
  float: none;
  display: block;
}

.row .debit { color: #ff0000; }
.row .deposit { color: #00ff00; }

.row.cleared .debit, .row.cleared .deposit { color: #333; }

.clear {
	clear: both;
}

#transactions .row {
	position: relative;
}

#transactions .row:hover {
	background: #fff;
}

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


.quick_info {
	position: absolute;
	top: -1px;
	left: 358px;
	width: 200px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 100;
	display: none;
}

#transactions .quick_info .content {
	padding: 5px;
	display: block;
}

#transactions .quick_info .content h3 {
	margin-bottom: 10px;
	color: #333;
}

#transactions .quick_info .content h3.alt {
	margin-bottom: 0px;
}

#transactions .quick_info .content p {
	margin-bottom: 10px;
	font-size: 11px;
	color: #333;
}

#transactions .quick_info a {
}

img.small {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.confirmdelete {
	background: #ffffcc;
	font-size: 12px;
	text-align: left;
	border-top: 1px dotted #BA7373;
	border-bottom: 1px dotted #BA7373;
	text-align: left;
}
.confirmdelete p {
	padding: 10px;
}
#transactions .row .confirmdelete p a {
	color: #BA7373;
}


ul.filters {
	list-style: none;
	background: #fff;
	margin-bottom: 5px;
	top: 115px;
}

ul.filters li {
	float: left;
	display: block;
	font-size: 11px;
}
ul.filters li.description {
	font-weight: bold;
	padding: 8px 10px;
	border-right: 1px solid #777;
	color: #accab7;
}

ul.filters li a, 
ul.filters li em {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #06f;
	font-weight: normal;
	padding: 2px 5px;
}

ul.filters li em {
  color: #666;
  font-style: normal;
  background: none;
}

ul.filters li a:hover {
  text-decoration: underline;
}

ul.filters li a.active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.new-transfer-options {
	top: 76px;
}


.new-find-options {
	top: 132px;
}

/* begin: statistics styles */
#statistics h2 {
    margin-bottom: 10px;
}
#statistics h3 {
    margin: 5px 0;
}
#statistics h4.error {
    font-size: 1.6em;
    margin: 15px 30px 5px;
}

#statistics strong.suggestion {
    color: #757575;
    font-size: 1.4em;
    margin: 0 30px 5px;
}
#statistics ul.suggestions li {
    list-style: none;
    list-style-position: inside;
    margin: 0 30px 30px;
    font-size: 1.2em;
}

#statistics h2 select, #statistics h3 select {
    font-weight: bold;
    font-size: 90%;
}

#statistics h3 em {
    font-size: 60%;
    color: #7f7f7f;
    background: transparent;
}

#statistics ol {
    list-style-position: outside;
    margin: 0 0 30px 0;
}

#statistics ol li {
    border-bottom: 1px solid #a8a8a8;
    padding: 5px;
}

#statistics ol li.alt {
    background: #CFFFCF;
}

#statistics ol li a {
    color: #000;
}

.stats_amount {
    float:right;
    width: 90px;
    text-align: right;
}
.stats_info {
    float: left;
    overflow:hidden;
}
/* end: statistics styles */


/* Filter Styles */
#filters {
	margin: 0px 0px 10px 10px;
	background-color: transparent;
}

#filters .content {
	padding: 5px;
}

#filters ul {
	list-style: none;
}

#filters ul li {
	margin-right: 5px;
	float: left;
	display: block;
	font-size: 85%;
}

#filters ul li a {
	padding: 2px 4px;
	display: block;
	text-decoration: none;
	border: 2px solid #aeabb9;
	background-color: #cfccdd;
	color: #8a8893;
	font-weight: bold;
}

div.autocomplete {
	position:absolute;
	width:100%;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background: #D3F3D3;
	font-weight: 700;
}
div.autocomplete ul li {
	float:none;
	list-style-type:none;
	display:block;
	margin:0;
	padding:8px 4px;
	font-size: 20px;
	cursor:pointer;
	border-bottom: 1px solid #ddd;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#scroll_balance_content {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 0;
  width: 230px;
}

#stats_content, #scroll_balance_content {
	border: 1px solid #888;
	background-color: #ffffee;
}

#scroll_balance_content .content .right {
	font-weight: bold;
	color: #888;
	font-size: 12px;
	text-align: right;
}

#scroll_balance_content .content .right {
    font-size: 10px;
}

#scroll_balance_content .content .right em {
    font-size: 9px;
    background: none;
	color: #777;
}

#scroll_balance_content {
	background-color: #ffffee;
}

#stats_content {
	width: 480px;
}

#stats_content h2 {
	font-size: 12px;
	color: #888;
}

#stats_content ul {
	margin-right: 10px;
	width: 180px;
	list-style: none;
}

#stats_content ul li {
	color: #333;
	margin-right: 10px;
	font-size: 11px;
}

#main_container {
  top: 100px;
  width: auto;
}

#accounts {
  top: 130px;
}

#accounts .right a {
  color: #3B4D3B;
	font-size: 75%;
}

#category_actions {
    position: absolute;
}

#loading {
	position: absolute;
	top: 0;
	background: #fff;
	font-weight: bold;
	font-size: 1.5em;
	border: 1px solid #a8a8a8;
	padding: 20px;
	z-index: 6;
	text-align: center;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,.6);
}

#nav {
	font-size: 90%;
}

#nav p span {
	font-weight: bold;
}

#nav p.nav_actions a {
	background: transparent;
	color: #333;
	padding: 0 5px;
	margin: 0 5px;
	display:block;
	float: left;
	text-decoration: underline;
}
#more-records {
  margin-bottom: 10px;
  padding: 5px;
}
.center {
  text-align: center;
  font-size: 75%;
}
#more-records a {
  color: #fff;
  background: #175629;
  background: -webkit-gradient(linear, left top, left bottom, from(#477F57), to(#175629));
  padding: 5px;
  text-decoration: none;
  font-weight:bold;
  border: 1px solid #306F42;
  text-shadow: rgba(64, 64, 64, 0.5) 1px 1px 1px;
  border-radius: 3px;
  font-size: 12px;
}

button.find {
  border-left: none;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: relative;
  top: -1px;
  left: -3px;
  margin-right: 0;
}

input.find {
  margin-left:5px;
  width:150px;
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 5px;
  -moz-box-shadow: 0 0 7px #E8E8E8;
  -webkit-box-shadow: 0 0 7px #E8E8E8;
}

.filters.right {
  float: none;
  text-align: left;
  display: block;
  clear: left;
  padding-top: 9px;
}

#footer {
  text-align: center;
  font-size: 75%;
}
#footer a {
  color: #336699;
}

/* buttons */
.grey-buttons {
	padding: 5px;
}

.grey-buttons button {
	margin-right: 5px;
}

.button {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9000px;
	background: url('../images/all-buttons.png') 0 0 no-repeat;
	border:none;
}

.list-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9000px;
	background: url('../images/all-buttons.png') 0 0 no-repeat;
	border:none;
	cursor: pointer;
}

.button.back-arrow {
	background-position: -60px 0;
}

.button.new {
	background-position: -120px 0;
}

.button.find {
	background-position: -180px 0;
}

.button.clear {
  background: transparent;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 55px;
  width: auto;
  height: auto;
  padding: 5px;
  box-shadow: none;
  font-size: 16px;
}

.button.transfer {
	background-position: -250px 0;
}

.action_buttons {
  margin-top: 20px;
}

#keyboard-shortcuts {
  display: none;
}

#add_transaction_form, #add_bill_form, #account_transfer_form, .pop_dialog {
  margin-left: -220px;
  width: 430px;
}

#payee,
#amount {
  width: 260px;
}

#categories,
#add_transaction_form #memo,
#check_number {
  width: 380px
}

#transfer_amount {
  width: 360px;
}

#from_account_id,
#to_account_id {
  width: 180px;
}

/* IE 6 FIXES */
* html .top_corner_container, * html .bottom_corner_container {
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */