﻿html, body {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 30px;
	padding: 30px 8px 0 15px;
	color: black;	
	font-size: 32px;
	display: inline-block;
	width: 740px;

	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 0;
}

h2 {
	padding: 0 15px 10px 15px;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	padding-top: 45px;
	border-bottom: 1px solid gray;
}

h3#headerTOC {
	padding-top: 0;
}

h4 {
	padding-top: 40px;
	color: green;
}

h4.govfunc {
	border-bottom: 1px solid green;
}

div#main {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
}

ul#TOC > li > a {
	color: blue;
	font-size: 20px;
}

ul#TOC > li > ul > li {
	font-size: 18px;
}

ul.govfuncTOC {
	display: none;
}

span.plusminus {
	font-size: 20px;
	color: blue;
}

div#menu {
	position: fixed;
	left: 0;
	top: 0;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	z-index: 100;
	width: 100%;
	background-color: green;
	font-weight: bold;
}

div#menu ul {
	list-style: none;
	margin: 0;
	display: inline-block;
	text-align: center;
	z-index: 100;
}
div#menu a {
	color: white;
	text-decoration: none;
	width: 170px;
	padding: 0 5px 0 5px;
	display: inline-block;
	z-index: 100;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

div#menu a:hover {
	border-radius: 8px;
	border-left: 2px solid white;
	border-right: 2px solid white;	
}

div#menu > ul {
	height: 25px;
	z-index: 100;
}

div#menu > ul > li {
	float: left;
	width: 190px;
	height: 20px;
	margin: 0;
	padding: 5px;
	color: black;
	z-index: 100;
}


div#menu > ul > li > ul {
	display: none;
	line-height: 2;
	text-align: left;
	border: 1px solid black;
	border-radius: 8px;
	z-index: 100;
	background-color: green;
	margin: 0;
	padding: 5px;
	width: 180px;
}

ul#TOC, ul#TOC ul {
	list-style: none;
}

div#main table tr th {
	border-bottom: 1px solid black;
}

div#main table tr:hover {
	background-color: #eee;
}

div#main table tr td {
	text-align: right;
	min-width: 120px;
}

div#main table tr td:hover {
	background-color: #fef3da;
	color: black;
}

td.exptotal, td.fundtotal {
	background-color: #ddd;
	font-weight: bold;
}

td.govfunctotal, td.govfuncgrand, td.gt, td.grandgt {
	font-weight: bold;
}

td.govfunctotal, td.gt {
	background-color: #eee;
}
td.govfuncgrand, td.grandgt {
	background-color: #444;
	color: white;
}

tr.spacing {
	height: 15px;
}

div#main table tr td.category {
	text-align: left;
}

div#main table.notes {
	padding-top: 25px;
	margin-top: 20px;
}

div#main table.notes tr th {
	text-align: center;
	font-style: italic;
	border-bottom: 1px dashed black;
}

div#main table.notes tr td {
	text-align: left;
	border-left: 2px dashed black;
	border-bottom: 1px dashed black;
	border-right: 0;
	padding: 5px;
	max-width: 600px;
}

div#main table.notes tr td.note {
	border-right: 2px dashed black;
}

input#searchBox {
	font-size: 18px
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
	overflow-x: auto;
}


label#searchBoxLabel {
	font-weight: bold;
	font-size: 18px;
}

button#searchButton, button#clearButton {
	font-size: 18px;
	padding: 5px;
	margin: 0 0 0 8px;
}

button#searchButton span.ui-button-text, button#clearButton span.ui-button-text {
	margin: 0;
	padding: 5px;
}

div#searchresults {
	text-align: left;
}

div#searchresults table tr td {
	text-align: left;
}

a#tablegtlink:visited {
	color: purple;
}

h3 {
	padding-top: 45px;
    border-bottom: 1px solid gray;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

table.approp th {
	border-bottom: 1px solid black;	
	min-width: 120px;
	text-align: center;
}

tr.totalRow {
	background-color: #ddd;
	font-weight: bold;
}

td, th {
	border-right: 2px solid white;
	padding: 0px 2px 0px 2px;
}