body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a, a:link, a:visited {
	color: #00f
}
h1 {
	font-size: medium;
}
td, th {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px;
	padding: 4px;
}
tr:last-child td, tr:last-child th {
	border-style: none;
	border-width: 0;
}
tbody th {
	text-align: right;
}
.main {
	font-weight: bold;
}
.chart {
	display: block;
	height: 300px;
	margin: auto;
	text-align: center;
	width: 95%;
}
.chart.fullsize {
	min-width: 4000px !important;
}
.chart.large {
	height: 600px;
}
.chart.has_legend {
	float: left;
	width: 87%;
}
.chart_clear {
	clear: left;
}
.fullsize_container {
	clear: left;
	float: left;
	width: 4000px;
}
.icons img {
	opacity: 0;
}
.legend {
	background-color: #fff;
	float: left;
	margin: 0 -100px;
	padding-top: 100px;
	position: relative;
	width: 200px;
}
.fullsize_container .legend {
	margin: 0 -300px !important;
}
.legend input {
	display: none;
}
.legend ol {
	border-color: #eee;
	border-style: solid;
	border-width: 1px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
}
.legend ol li {
	border-color: #eee;
	border-style: solid;
	border-width: 0 0 1px;
}
.legend span {
	cursor: default;
}
.legend span.average {
	background-image: url('images/calculator.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 16px;
	opacity: 0.2;
	vertical-align: text-top;
	width: 16px;
}
.legend span.average:hover {
	opacity: 0.5;
}
.legend span.average.selected, .legend span.average.selected:hover {
	opacity: 1;
}
.legend span.delete {
	background-image: url('images/remove.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}
.legend span.tick {
	background-image: url('images/tick.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 9px;
	width: 9px;
}
.legend span.tick.deselected {
	background-color: #fff !important;
	background-image: none !important;
}
.statistics {
	display: block;
	margin: auto;
	text-align: center;
	width: 95%;
}
.statistics .label {
	/*font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
	font-style: italic;
	width: 4em;*/
}
.statistics strong {
	width: 5em;
}
.statistics .label, .statistics strong {
	display: inline-block;
}
.center {
	text-align: center;
}
.indent {
	text-indent: 1em;
}
.right {
	text-align: right;
}
.negative {
	color: #c00;
}
.positive {
	color: #090;
}
.left {
	text-align: left;
}
.rcol {
	width: 125px;
}
input[type=text] {
	width: 950px;
}
.rcol input[type=text] {
	width: 90px;
}
.rcol img {
	margin-left: 5px;
	vertical-align: text-top;
}
.tax {
	width: 600px;
}
.tax thead th {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px;
	text-align: left;
}
.tax tfoot th {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	text-align: left;
}
.tax tbody td {
	padding-right: 10px;
}
#new {
	margin-top: 1em;
}
#scrollable {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px;
	height: 700px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 1320px;
}
.below_scroll {
	width: 1320px;
}
.nototal td {
	background-color: #eee;
}
#scrollable tr:nth-child(even) td, #scrollable tr:nth-child(even) th {
	background-color: #eee;
}
tr.void td, tr.void th {
	text-decoration: line-through;
}
.missing_transaction td, .missing_transaction th {
	background-color: #d9ffcc !important;
}
.selected_transaction td, .selected_transaction th {
	background-color: #c3e5f3 !important;
}
.earmarked {
	cursor: help;
}
.true_balance {
	display: none;
}
#updating {
	float: left;
	margin-top: 0.25em;
}
#tabs {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	float: left;
	list-style-type: none;
	margin: 1em 0 0;
	padding: 0;
	width: 1320px;
}
#tabs li {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	width: 150px;
}
#tabs li a, #tabs li a:link {
	color: #000;
	display: block;
	text-decoration: none;
}
#tabs li:hover {
	background-color: #eee;
}
#account_list, .show_hidden {
	width: 500px;
}
.show_hidden {
	text-align: right;
}
#accounts, #export {
	float: right !important;
}
#accounts a:hover {
	font-weight: bold;
}
.selected_tab {
	background-color: #eee;
	font-weight: bold;
}
#category_content, #category_label {
	
}
#transfer_content, #transfer_label {
	display: none;
}
.year {
	text-align: right;
	width: 600px;
}
.year a {
	float: left;
}
#year {
	width: 40px;
}
#find_dialog {
	background-color: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	display: none;
	left: calc(50% - 250px);
	margin: auto;
	padding: 1em;
	position: fixed;
	text-align: center;
	top: 40%;
	width: 400px;
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#find_dialog input[type=text] {
	width: calc(100% - 110px);
}
#find_dialog input[type=button] {
	width: 30px;
}
#find_dialog #find_status {
	color: #999;
	cursor: text;
	display: none;
	margin-bottom: -1.25em;
	margin-right: 100px;
	position: relative;
	text-align: right;
	top: -1.5em;
	width: calc(100% - 110px);
}
#discrepancy_dialog {
	background-color: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	display: none;
	left: calc(50% - 150px);
	margin: auto;
	padding: 1em;
	position: fixed;
	text-align: center;
	top: 40%;
	width: 250px;
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#discrepancy_dialog h4 {
	margin: 0 0 1em;
	padding: 0;
}
#discrepancy_dialog input[type=text] {
	width: calc(100% - 100px);
}
#discrepancy_dialog input[type=button] {
	width: 30px;
}
#discrepancy_dialog #discrepancy_status {
	color: #999;
	cursor: text;
	display: none;
	margin-bottom: -1.25em;
	margin-right: 100px;
	position: relative;
	text-align: right;
	top: -1.5em;
	width: calc(100% - 100px);
}
#discrepancy_toggle, #resize_button {
	cursor: pointer;
}
span.highlight {
	background-color: yellow;
}
@media only screen and (max-width: 500px) {
	html, body {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#account_list {
		margin: 1em 0;
		width: 100%;
	}
	#account_list td:nth-child(3),
	#account_list td:nth-child(4),
	#account_list th:nth-child(3),
	#account_list th:nth-child(4) {
		font-size: x-small;
	}
	.icons {
		display: none;
	}
	.show_hidden {
		line-height: 2em;
		width: 100%;
	}
	.show_hidden a {
		white-space: nowrap;
	}
	.tax, .year {
		width: 100%;
	}
	.login {
		font-size: large;
		width: 90%;
		margin: auto;
	}
	.login input {
		font-size: large;
	}
	#password {
		width: 90%;
	}
	#passcode {
		width: 50%;
	}
}