* {
	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: small;
	text-align: center;
  background: #fff;
}

div {
	text-align: left;
}

a {
	color: #06f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

small {
	color: #666;
}

h1.logo {
	float: left;
	width: 136px;
	height: 25px;
	background: url('../images/am-logo-small.png') no-repeat 0 0;
	text-indent: -9000px;
	margin: 0;
	margin-right: 20px;
	padding: 0;	
}

button {
  border: 1px solid #ccc;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 8px;
	background: #f5f5f5;	
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(0, #f5f5f5), color-stop(0.07, #fefefe), to(#d5d5d5));
  background: -moz-linear-gradient(center bottom,#ccc 0%,#f5f5f5 100%);
  color: #333;
	-moz-box-shadow: 0 1px 3px #ccc;
	-webkit-box-shadow: 0 0 7px #e8e8e8;
}

button:hover {
  background: #ececec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#c6c6c6));
  background: -moz-linear-gradient(center bottom,#c6c6c6 0%,#ececec 100%);
  color: #000;
}

ul.button-list li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

#header_container {
	padding: 4px;
	background: #333;
	color: #f5f5f5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#header {
	margin: 2px auto;
	width: 1000px;
	font-size: 11px;
}

#header .right {
	margin-top: 5px;
}

#header .right a {
	color: #09f;
	margin-left: 2px;
	padding-left: 5px;
	border-left: 1px solid #bbb;
}

#header a:hover {
	text-decoration: underline;
}


#header ul.mainnav {
	float: left;
	margin-top: 5px;
	list-style: none;
	font-size: 13px;
}

#header ul.mainnav li {
	display: inline;
	margin-right: 5px;
}
	

#header ul.mainnav li a {
	font-family: Arial, sans-serif;
	padding: 5px 15px;
	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;
}

#header ul.mainnav li a:hover {
	text-decoration: none;
}

#pageheader_container {
	background: #fff;
	position: fixed;
	top: 36px;
	padding: 13px 5px 10px;
	text-shadow: 0 1px 1px #fff;
	width: 100%;
	z-index: 10;
}

.drop-shadow {
  -moz-box-shadow: 0 3px 10px #ccc;
  -webkit-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
}

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

#subheader h2 {
	font-size: 95%;
	color: #394d39;
}

#pagehead {
	margin: 10px auto 0;
	max-width: 990px;
	color: #333;
}

#pagehead h2,
#pagehead h2 a {
/*  font-family: Georgia, serif; */
  font-weight: normal;
	color: #333;
	text-decoration: none;
}

a.arrow,
.arrow {
	font-size: 10px;
}

#pagehead ul#breadcrumb {
	list-style: none;
	color: #333;
}

#pagehead ul#breadcrumb li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}

#pagehead ul#breadcrumb li a {
	color: #06f;
	text-decoration: none;
	margin-right: 5px;
}
#pagehead ul#breadcrumb li a:hover {
  text-decoration: underline;
}

#pagehead .right {
	float: right;
}
#pagehead .right a {
	padding: 2px 5px;
	margin-left: 10px;
	color: #fff;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-decoration: none;
}
#pagehead .right a:hover {
	background: #f0f0f0;
	border-top: 1px solid #5393DF;
	border-left: 1px solid #5393DF;
	border-right: 1px solid #5393DF;
	border-bottom: 1px solid #5393DF;
}

#available_bal, #uncleared_bal, #no_deposits {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	vertical-align: top;
	margin-left: 2px;
}

ul.drop_menu {
	position: absolute;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	width: 200px;
	z-index:200;
	text-shadow:none;
}

ul.drop_menu li {
	list-style: none;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

ul.drop_menu li a {
	display: block;
	padding: 4px 10px;
	color: #333;
	text-decoration: none;
	font-weight: normal !important;
}
ul.drop_menu li a:hover,
ul.drop_menu li a.hilite {
	background: #D3F3D3 !important;
	color: #000 !important;
}

#main_container {
	margin: 0 auto;
	padding: 0 5px;
	width: 990px;
	position: relative;
	top: 130px;
	z-index: 0;
}

#stats_container {
  margin: 0 auto;
  width: 990px;
  position: relative;
  top: 50px;
  z-index: 0;
}

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

h1 {
	margin-bottom: 5px;
	font-size: 160%;
	color: #333;
}

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

#warnmessage {
	color: #CF0000;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 10px;
	background: #fff;
}

#left_content, #right_content {
	float: left;
}

#left_content {
	margin-right: 10px;
}


#right_content {
	width: 330px;
}

.content {
	padding: 10px;
}

#search {
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 5px;	
	background: url('../images/mag-glass.png') scroll center right no-repeat #fff;
}

#transaction_list {
  margin-top: 10px;
}

table {
    border-collapse: collapse;
    margin: 0;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    empty-cells: show;
}

table th {
	background-color: #f2f2f2;
}

table td, table th {
	padding: 4px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table th.avg {
	border-left: 2px solid #333;
	background: #ccc;
}
table td.avg {
 	border-left: 2px solid #333;
	font-weight: bold;
}

table td.number {
	text-align: right;
}

table td.over {
	color: #b23939;
}

table td.under {
	color: #39b239;
}

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

table tfoot td {
	font-weight: bold;
	border: none;
	border-top: 2px double #000;
	background: #efefef;
}
table tfoot td.br {
	border-left: 2px double #000;
}

/* 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;
}

#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;
}

#confirmation_message {
	border: 2px solid #666;
	background: #ffffcc;
	color: #333;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 45%;
	z-index: 10;
}

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

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

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

#nav_tabs ul {
	float: left;
	margin-top: 12px;
	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: 1px solid #ddd;
	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-bottom: 50px;
}

.results {
	border: 1px solid #000;
	padding: 5px;
	background: #ffc;
	color: #333;
	margin-bottom: 10px;
}
.results a {
	margin-left: 15px;
}

#transactions {
	margin-bottom: 10px;
}

#transactions .row a { font-size: 11px; font-family: Arial, sans-serif; color: #06f; text-decoration: none; }

#transactions .row a:hover { text-decoration: underline; }

#transactions .row a.edit,
#transactions .row a.delete {
 background: url('../images/edit-delete-buttons.png') 0 0 no-repeat;
 padding-left: 12px;
}
#transactions .row a.delete {
 background-position: 0 -14px;
}

#transactions .row .actions a { margin-left:10px; }

#transactions h2, #statistics h2, #accounts h2 {
/*  font-family: Georgia, serif; */
  font-weight: normal;
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
	text-shadow: 0 1px 1px #fff;
}

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

#transactions a#print_preview {
	display: inline-block;
	text-indent: -9999px;
	background: url('../images/print.png') top left no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-left: 5px;
}

#transactions a#print_preview:hover {
	background-position: 0 -12px;
}

#transactions .row {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 95%;
/*	font-family: Georgia, serif; */
	width: 400px;
}

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

#transactions .row.large {
	font-size: 16px;
	color: #000;
	background-color: #fff;
}


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

#transactions .row .date {
  font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

#transactions .row.large .category {
	font-size: 75%;
	color: #666;
	display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

#transactions .row.deposit .right .largeamount  {
  font-size: 24px;
	font-family: 'Lato', arial, serif;
	color: #030;
	font-weight: bold;
}
#transactions .row.deposit .quick_amount {
  font-size: 16px;
	color: #030;
	font-family: 'Lato', arial, serif;
}

#transactions .row.withdrawal .right .largeamount {
  font-size: 24px;
	color: #900;
	font-family: 'Lato', arial, serif;
	font-weight: bold;
}

#transactions .row.withdrawal .quick_amount { 
  font-size: 16px;
	color: #900;
	font-family: 'Lato', arial, serif;
}

#transactions .row .content .payto {
  width: 250px;
  text-overflow: ellipsis;
}

#transactions .row .right .largeamount .left {
  font-size: 16px;
}

#transactions .row.large .right .largeamount, #transactions .row .quick_amount {
	width: 140px;
	font-weight: bold;
}

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

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

#transactions .row.large.withdrawal:hover .header {
	background: rgba(153,0,0,0.3);
}
#transactions .row.large.deposit:hover .header {
	background: rgba(0,51,0,0.3);
}
#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-size: 16px;
	white-space: nowrap;
	overflow: hidden;
}


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

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

#transactions .row .header {
	padding: 2px 10px;
}

#transactions .row .header .actions, #transactions .content {
	display: none;
}

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

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

#transactions .row.active {
	border: 1px solid #999;
	background: #eee;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.41, rgb(255,255,255)),
    color-stop(0.7, rgb(238,238,238))
  );
  background: -moz-linear-gradient(
      center top,
      rgb(255,255,255) 41%,
      rgb(238,238,238) 70%
  );
  -moz-box-shadow: 0 1px 2px #bbb;
  -webkit-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
}

#transactions .row.active .header::before {
  content: "\25BA \0020";
  float: left;
  margin: 3px 0 0 -11px;
  font-size: 70%;
  color: #999;
}

#transactions .row.active.large .header::before {
  margin: 0 0 0 -11px;
}

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

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

#transactions .row.large.withdrawal .header {
  border-top: 1px solid #ccc;
	padding: 5px 10px;
	background: rgba(153,0,0,0.1);
}

#transactions .row.large.deposit .header {
  border-top: 1px solid #ccc;
	padding: 5px 10px;
	background: 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 .row .date {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
}

#transactions .row.large .date {
	line-height: 11px;
}

#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;
}

#transfer_amount {
  width: 400px;
}

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


.left {
	float: left;
}

.right {
	float: right;
}

.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: #f5f5f5;
}

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


.quick_info {
	position: absolute;
	top: -1px;
	left: 400px;
	width: 200px;
	border: 1px solid #ddd;
	border-left: none;
	background: #f5f5f5;
	z-index: 0;
}

.large .quick_info {
	background: #fff;
}

#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;
}


#transactions ul {
	list-style: none;
}

#transactions ul li {
	margin: 0 5px 5px 0px;
	padding: 2px 4px;
	float: left;
	display: block;
	font-size: 11px;
}

#transactions ul li a {
	display: block;
	text-decoration: underline;
	font-size: 11px;
	color: #8a8893;
	font-weight: bold;
}

#transactions ul li a.active {
	text-decoration: none;
	color: #2f6b8f;
}

#transactions ul.filters {
	margin-top: 5px;
}

#transactions ul.filters li {
	margin: -0 0 5px 0px;
	padding: 2px 4px;
	float: left;
	display: block;
	font-size: 11px;
	color: #666;
}

#transactions ul.filters li a {
	display: block;
	font-weight: normal;
	color: #06f;
	text-decoration: none;
}
#transactions ul.filters li a:hover {
	text-decoration: underline;
}

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

/* begin: statistics styles */
#statistics h3 {
/*	font-family: Georgia, serif; */
  margin: 5px 0;
  color: #666;
	font-weight: normal;
}

#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 div.empty {
	color: #666;
}

#statistics div.empty p {
	font-size: 95%;
	line-height: 140%;
	margin-bottom: 15px;
}
#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: 80%;
    color: #7f7f7f;
    background: transparent;
		margin-left: 10px;
		font-style: normal;
}

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

#statistics ol li {
    padding: 5px;
}

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

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

#statistics ol li.total {
	border-top: 2px solid #666;
	font-weight: bold;
    background: #f2f2f2;
}

.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:350px;
	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: #CFFFCF;
	font-weight: 700;
}
div.autocomplete ul li {
	float:none;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

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

#balance_content {
  padding: 10px 0;
  overflow: hidden;
}

#balance_content ul li {
  list-style: none;
  float: left;
  margin: 0 10px;
  text-align: center;
  width: 100px;
}

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

#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;
	margin: 0;
}

#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;
}

#accounts .right a {
    color: #3B4D3B;
}

#category_actions {
    position: absolute;
}
#statistics {
	margin-left: 20px;
	color: #555;
}

.catspend,
.catspendover {
	padding: 5px;
	margin: 10px 0;
	background: #fff;
}
.catspendover {
	background: #FFE6E6;
}

.catspend h5,
.catspendover h5 {
	font-size: 95%;
	float: left;
	font-weight: normal;
}

.catspend h5 a,
.catspendover h5 a {
	color: #555;
	text-decoration: none;
}

.catspend h5 a:hover {
	text-decoration: underline;
}

.catspendover,
.catspendover h5 a,
.catspendover a,
.catspendover .editable a.input  {
	color: #CF2626;
}

.catspend .amount {
	float: left;
	padding: 2px;
}

.editable {
	padding: 5px;
	float: right;
	text-align: right;
}

.editable:hover {
	background: #ffffcc;
}

.editable a.input {
	font-size: 90%;
	padding: 2px;
	color: #333;
	border-color: #fff;
	border-width: 1px;
	text-decoration: none;
}

.editable a.input:hover,
.editable:hover a.input {
	background: #fff;
	border-color: #666 #ccc #ccc #666;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
}

.editview {
	position: absolute;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	margin-top: -6px;
	margin-left: -12px;
}

#loading {
	position: absolute;
	margin-top: 5px;
	background: #fff;
	font-weight: bold;
	font-size: 1.5em;
	border: 1px solid #a8a8a8;
	padding: 20px;
	z-index: 11;
}

.floatright {
	float: right;
	margin-left: 5px;
}

.floatleft {
	float: left;
	margin-right: 5px;
}

/* pop_window styles */
.pop_window {
	width: 470px;
	position: absolute;
	left: 50%;
	margin-left: -187px;
	background-color: #000;
	z-index: 11;
}

.pop_window .row {
	margin-bottom: 5px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
}


.pop_window .right {
	float: left;
	margin-left: 10px;
}

.pop_window label {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.pop_window .row .content {
	padding: 0px 10px 10px 10px;
}

.pop_window h2 {
	margin-bottom: 10px;
	font-size: 110%;
	color: #666;
}

.total-spent {
  float: right;
}

.total-spent em {
  font-style: normal;
  font-size: 11px;
  color: #666;
}

.budget-container {
	width: 300px;
	padding: 10px;
}

.budget-container h3 {
/*  font-family: Georgia; */
  font-weight: normal;
}

.budget-container a {
  color: #333;
}

.budget-container .amount {
  float: right;
}

.budget-container em {
  font-size: 11px;
  font-style: normal;
  color: #666;
}

.bar {
  margin-top: 5px;
  width: 300px;
  height: 20px;
  background: #efefef;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 1px 1px 1px #666;
  -moz-box-shadow: inset 1px 1px 1px #666;
  box-shadow: inset 1px 1px 1px #666;
}

.spend {
  font-family: Helvetica, Arial, sans-serif;
font-family: 'Lato', arial, serif;
  font-size: 14px;
  font-weight: bold;
  float: left;
  height: 14px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  padding: 3px 5px;
  line-height: 14px;
  color: #fff;
  text-align: right;
  background: -moz-linear-gradient(top, #060, #66a366 15%, #060 70%, #060);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #060), color-stop(0.15, #66a366), color-stop(0.7, #060));
  -webkit-box-shadow: 1px 0px 1px #666;
  -moz-box-shadow: 1px 0px 1px #666;
  box-shadow: 1px 0px 1px #666;
  text-shadow: 0 1px 1px #333;
	white-space: nowrap;
}

.spend span {
  margin-right: 5px;
}

.over .spend,
.full .spend {
  width: 290px;
  border-radius: 15px;
}

.over .spend {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #900), color-stop(0.15, #c26666), color-stop(0.7, #900)); 
}

.nobudget .spend {
	background: transparent;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
	color: #999;
	text-align: center;
	width: 290px;
}

/* end pop_window styles */

/* form styles */
.form_container {
	margin-top: 0;
	padding: 10px;
	border: 4px solid #333;
	background: #f7f7f7;
}

.form_container h2 {
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
}

.form_container h3 { 
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.form_container span.right {
  float:right;
  font-weight: normal; 
}

.form_container span.right ul li {
  list-style: none;
  display: inline;
  margin-right: 5px;
}

.form_container .content {
  padding: 0 10px 10px 10px;
}

.form_container p, .display_only_content p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
}

.form_container em {
  color: #999;
  font-style: normal;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0 #fff;
}

.form_container_content {
	padding: 10px;
	font-size: 14px;
}

ul.form_content, dl.form_content, dl.display_only_content {
	margin: 0;
	padding: 0px;
	list-style: none;
}

dl.form_content dd, ul.form_content li, ol li {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
}

dl.form_content dd {
	margin-bottom: 10px;
	font-size: 14px;
}

dl.form_content dd a{
	font-size:14px;
	font-weight: bold;
	color: #336699;
}
	
dl.display_only_content dd {
	margin-bottom: 0;
	font-size: 14px;
}

dl.form_content dt {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
}

dl.form_content input, dl.form_content select  {
	padding: 0;
	font-size: 11px;
	border-width:1px;
	border-style:solid;
}

dl.form_content dt {
	margin-bottom: 5px;
}

ul.form_list {
  list-style: none;
}

ul.form_list li {
  margin-bottom: 3px;
}

.inner_form {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

* html .inner_form {
	height: 0px;
}

.inner_form li {
	margin: 0 15px 0 0;
	color: #333;
	float: left;
	display: block;
}

/* end form styles */

.help_dialog {
	position: absolute;
	border: 1px solid #ffb900;
	background: #ffffcc;
	padding: 0 15px 15px;
	color: #9f7400;
	width: 250px;
	z-index: 200;
	margin-left: -10px;
	margin-top: -5px;
}

.help_dialog p {
	padding: 15px 0 0 0;
	font-size: 85%;
}

.help_dialog p.close {
	padding-top: 0;
	float: right;
}
.help_dialog p.close a {
	color: #dfa200 !important;
}

.light {
	background: #fff;
}

.dark {
	background: #f7f7f7;
}

.hilite {
	background: #ffffcc;
}

.stats-section {
	margin-bottom: 20px;
}

#keyboard-shortcuts {
	font-family: arial;
	font-size: 90%;
	margin-top: 20px;
	background: #666;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3px;
	text-shadow: 0 2px 1px #000;
}
#keyboard-shortcuts strong {
	color: #fff;
}
#keyboard-shortcuts ul {
	margin: 0 auto;
	width: 990px;
}
#keyboard-shortcuts ul li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}

/* 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 */
