﻿body {
	/*font-family: "Palatino Linotype", "Book Antiqua", serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 70px;
	padding-bottom: 10px;
	margin: 0;
	/*
	background-image: url("../section_header.jpg");
	background-repeat: repeat;
	*/
}

h1, h2, h3 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	font-size: 12pt;
}

.memopopup {
	
}

th.memodetailstageheader, td.memodetailstage {
	display: none;
}


.memotable, .memotable > tr {
	/*display: none;*/
}

form#downloadForm {
	display: none;
}

div#hideshowmenu {
	position: fixed;
	left: 50%;
	width: 100px;
	height: auto;
	top: 0;
	margin-left: -50px;
	background-color: orange;
	color: black;
	text-align: center;
	z-index: 10000;
}

div#hideshowmenu span {
	cursor: pointer;
	text-decoration: underline;
	z-index: 10000;
}

div#ToTopOfPage {
	background-color: orange;
	opacity: 0.94;
	left: 100%;
	width: 100px;
	position: fixed;
	top: 0;
	font-size: 14px;
	margin: 10px 0 0 -114px;
	border-radius: 4px;
	padding: 2px;
}

div#ToTopOfPage a {
	color: black;
	outline: none;
}

div#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: fixed;
	top: 0;
	min-height: 45px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 20px;
	z-index: 1000;
	padding: 10px;
	background-image: url("../images/menu.png");
	background-position: center top;
	background-repeat: no-repeat;
}

div#menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu > ul > li {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	/*background-color: #f90;*/
	text-align: center;
}

div#menu > ul > li > a {
	color: black;
	text-decoration: none;
}

div#menu > ul > li > ul {
	/*
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	display: none;
	*/
	list-style: none;
	padding: 10px;
	display: none;
	width: 120px;
	height: auto;
	left: auto;
	margin: 10px 0 0 0;
	background-color: orange;
	
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f90), to(white));
	background-image: -webkit-linear-gradient(top, #f90, white); 
	background-image:    -moz-linear-gradient(top, #f90, white);
	background-image:     -ms-linear-gradient(top, #f90, white);
	
	/*border-top: 1px solid black;*/
	border: 2px outset orange;
	/*box-shadow: 0 5px 5px black;*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	opacity: 0.94;
}

div#menu > ul > li > ul > li {
	background-color: transparent;
	margin: 7px;
	text-align: left;
	width: 90px;
	padding: 0 5px 0 5px;
	border-left: 1px solid #F60;
	border-right: 1px solid #F60;
	border-radius: 6px;
}

div#menu > ul > li > ul > li > a {
	text-decoration: none;
	color: black;
}

div#menu > ul > li > ul > li > a > input, div#menu > ul > li > ul > li > a > label, div#menu > ul > li > ul > li input, div#menu > ul > li > ul > li label {
	cursor: pointer;
}

#searchresults td {
	text-align: left;
	border-bottom: 1px solid orange;
}

.dialoghelp {
	display: none;
	font-size: 16px;
}

h1 {
	font-size: 36px;
}

#reporttitle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 3px solid orange;
	color: black;
	background: url("../images/report_header.jpg");
}

div.header h1 {
	display: inline;
}

#preparedbyJFO {
	top: 60px;
	position: relative;
	font-size: 14pt;
}

#printnotice, #testingnotice, #navigation  {
	top: 30px;
	position: relative;
}

#navigation {
	padding-bottom: 20px;
}

.closeheader {
	position: absolute;
	left: 100%;
	margin-left: -60px;
	top: 5px;
}

h2 {
	color: green;
	text-decoration: none;
	border-bottom: 1px solid orange;
	padding: 5px;
	font-size: 28px;
}

h3.sectionname, h3.govfunctotalslabel, h3.grandtotalslabel {
	font-size: 20px;
	background: url("../images/section_header.jpg");
	background-repeat: repeat-x;
	border-bottom: 2px solid green;
	margin-bottom: 5px;
	margin-top: 30px;
}

span.analysisPos {
	color: green;
}

span.analysisNeg {
	color: red;
}

td.analysisVal, th.analysisVal {
	min-width: 80px;
	width: 80px;
}

td.highlights {
	background-color: lime;
	background-image: none;
	color: black;
}

td.highlights:hover {
	background-color: lime;
	background-image: none;	
}

td {
	-webkit-transition: background-color 400ms;
	-moz-transition: background-color 400ms;
	-o-transition: background-color 400ms;
	-ms-transition: background-color 400ms;
	transition: background-color 400ms;
}

tr {
	-webkit-transition: background-color 400ms;
	-moz-transition: background-color 400ms;
	-o-transition: background-color 400ms;
	-ms-transition: background-color 400ms;
	transition: background-color 400ms;	
}

td:hover {
	background-color: #aaddff;
}

tr:hover {
	/*background-color: #eef;*/
	background-color: #ddf;
}

tr:hover td.govfunccategory, tr:hover td.govfuncapprope, tr:hover td.govfuncappropf, tr:hover td.grandtotalscategory, tr:hover td.grandtotalsapprope, tr:hover td.grandtotalsappropf {
	background-image: none;
}


td.grandtotalsgte:hover, td.grandtotalsgtf:hover, td.grandtotalsgtcatf:hover, td.grandtotalsgtcate:hover, td.govfunctotalcate:hover, td.govfunctotalcatf:hover, td.govfunctotale:hover, td.govfunctotalf:hover, td.categorytotale:hover, td.categorytotalf:hover, td.approptotale:hover, td.approptotalf:hover {
	background-color: transparent;
}

td.govfunccategory:hover, td.govfuncapprope:hover, td.govfuncappropf:hover, td.grandtotalscategory:hover, td.grandtotalsapprope:hover, td.grandtotalsappropf:hover {
	background-image: none;
}

table {
	border-collapse: separate;
	border-spacing: 5px 2px;
}

th {
	margin: 5px;
	padding-right: 3px;
	text-align: center;
	border-bottom: 1px solid black;
}

td {
	margin: 5px;
	padding-right: 3px;
	text-align: right;
	vertical-align: top;
}

.memotable td {
	text-align: left;
	vertical-align: top;
}

td.memoamount, th.memoamountheader {
	display: block;
	min-width: 140px;
	width: 140px;
	max-width: 140px;
	text-align: right;
}

.memodetailstage, .memodetailstageheader {
/*	display: none;*/
}

.memofield, .memofieldheader {
	padding-left: 20px;
}

.italics {
	font-style: italic;
}
.red {
	color: red;
}

.category, .categoryheader, .govfunccategory, .grandtotalscategory, .grandtotalsgtcate, .grandtotalsgtcatf {
	width: 250px;
}

.appropf, .apprope, .appropheader, .govfuncappropf, .govfuncapprope, .grandtotalsappropf, .grandtotalsapprope, .grandtotalsgte, .grandtotalsgtf {
	width: 120px;
}

.govfuncappropf, .govfuncapprope, .govfunccategory, .grandtotalsappropf, .grandtotalsapprope, .grandtotalscategory {
	background: url("../images/gov_func_total_bg.jpg");
	background-repeat: repeat-y;
}

.approptotale, .approptotalf, .categorytotale, .categorytotalf, .govfunctotalcate, .govfunctotalcatf, .govfunctotale, .govfunctotalf, .grandtotalsgte, .grandtotalsgtf, .grandtotalsgtcate, .grandtotalsgtcatf {
	/*background-color: #555;*/
	background: url("../images/total_bg.jpg");
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
}

.approptotale, .categorytotale, .govfunctotalcate, .govfunctotale, .grandtotalsgte, .grandtotalsgtcate {
	padding-bottom: 20px;
}

#navigation {
	font-size: 20px;
}

#searchbox {
	width: 500px;
	display: inline;
}

#findit {
	display: inline;
}

.ui-widget {
	display: inline;
}

#navigation input {
	font-family: "Palatino Linotype", "Book Antiqua", serif;
	font-size: 18px;
	display: inline;
	padding: 5px;
}

#navigation ul {
	list-style: none;
	list-style-image: url("../images/expand list icon.jpg");
}

#navigation ul li ul {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid blue;
	display: none;
	list-style: none;
	list-style-image: url("../images/blank list icon.jpg");
}

.navGrandTotals {
	list-style: none;
	list-style-image: url("../images/blank list icon.jpg");
}