/* @override http://dollartimes.loc/download-and-print/all.css */

h1, h2, h3 {
	font-weight: normal;
	margin: 0em 0em .375em 0em;
}
h2, h3 {
	margin:  1em 0em .375em 0em;
}
h2.first
{
	margin-top: 0em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.55em;
}
p, ul, #instructions {width: 40em;}
ul {
	margin: 0px; padding: 0px 0px 0px 1.375em;
}
ul li {
	margin-bottom: .5em;
	list-style-type: circle;
}
div#instructions {
#	background: url(/images/info-icon.png) bottom right no-repeat;
	border: 3px dotted #99d1e0;
	padding:1em;
	margin-bottom: 2em;
}
textarea#categories {
	height:  15em;
	width:  450px;
	padding:  0em;
	margin:  1em 0em;
}
div#save_values_box {
	float: right;
	width: 10em;
}
#budget_sheet table {
	border-collapse: separate;
	border-spacing: 1em 0px;
	font-weight: normal;
	text-align: left;
	margin-left: -1em;
	width: 49%;
}

#budget_sheet table th,
#budget_sheet table td {
	text-align: left;
}

#budget_sheet table.float {float: left;}
table.listing {
	padding:  0px;
	margin: 0px;
	border-collapse: separate;
	border-spacing: 1.5em .5em;
}
table.listing tr {
	padding:  0px;
	margin:  0px;}
table.listing td, table.listing th {
	border: none;
	text-align: left;
}
table.listing th {
	font-size:  1.4em;
	color: #666;
	vertical-align: top;
	padding-top: 8px;
}
table.listing td{
	padding: .5em .5em 0em .5em;
	text-align: center;
}
table.listing td:hover,
table.listing td.hover,
table.listing td:hover a,
table.listing td.hover a {
	background-color:#3c832b;
	color:  white;
}
table.listing td a:hover {
	background-color: #3c832b;
	color:  white;
}
table.listing td.empty:hover,
table.listing td.hover.empty{
	background-color: white;
}

table.listing caption {
	text-align: left;
	font-size:  80%;
}

tr.head th{
	font-size: 1.375em;
	font-weight: normal;
	border:  none;
	padding-top: 1em;
}
#budget_sheet tr.category_header td {
	background-color: none; border-bottom: none;
	}
#budget_sheet tr.category_header th,
th.summary  {
	padding-top: .5em; 
	font-weight: bold;
	border:  none;
}
th.category, th.summary {
	font-weight: normal;
}

tr.total th, 
#budget_sheet th.total {
	font-weight: bold;
	font-style: normal;
}
tr.total td {
#	border: none;
#	background-color: #ccc;
}
tr.head th.summary {
	padding-top: 1.375em;
}
td {
	border-bottom: 1px solid #ccc;
}
tr.total td {
	border: 2px solid #999;
}


