/* ----- Style for 'printer-friendly' budget pages  ----- */

body {
	width: 90%;  /* -----  helps make sure  it will scale to page for any browser  ----- */
	font : normal .9em Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
br.clear {
	clear:both;
}

#breadcrumbs {                    /* ----- to make non-href text the same color  ----- */
	color:#585858;
}
p.img {                   /* ----- for centering images ----- */
	text-align: center;
}
p.footnote {                /* ----- for centering images ----- */
	font : normal .9em Arial, Helvetica, sans-serif;	
}
/* ----- Recommendation horizontal menu links   -----   */
#recmenu, #recmenu2 {
	position:relative;
	list-style:none;
}
ul#recmenu, ul#recmenu2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#recmenu li, #recmenu2 li {
	display:inline;
}
#recmenu a:link, #recmenu a,  #recmenu .here, #recmenu2 a:link, #recmenu2 a, #recmenu2 .here {
	display:block;
	float: left;
	padding: 0 5px 0 15px;
	/*text-indent : 6px;*/
	font-weight : normal;
	font-size: .9em;
}
#recmenu .here, #recmenu2 .here {
	padding: 0 5px 1px 20px;
	text-decoration: none;
	font-weight : bold;
}
#recmenu:after, #recmenu2:after {
	clear : both;
}
/* ----- Outside Section next/prev. links ----- */
.osmenu,  {
	display: none;
}
/* ----- data tables (default table type) ----- */
table {
	border: none;
	width: 100%;
}
caption {
	text-align : left;
	font : normal 1.1em Arial, Helvetica, sans-serif;
}
th {
	font : normal 1em Arial, Helvetica, sans-serif;
	vertical-align : top;
}
thead th, tr.localhead th {
	border-bottom : 1px dashed #000;
	padding-bottom : .5em;
	font : normal .9em Arial, Helvetica, sans-serif;
	text-align : right;
}

thead th.deptCol, tr.localhead th.deptCol  {
	text-align:left;
	vertical-align:middle;
	font-style : italic;
	text-transform : uppercase;
	padding-left : 0;
}
tbody th, th.sum, tr.localhead th {
	font : normal .9em Arial, Helvetica, sans-serif;
	text-align : left;
	vertical-align : top;
	/*white-space : nowrap;*/
	padding-left : 1em;
}
tbody td {
	font : normal .9em Arial, Helvetica, sans-serif;
	padding-left : 2em; /* 1em in print */
	vertical-align : top;
}
.amt, th.sum {
	text-align: right;
}
th.sum,  td.sum {
	font-weight : bold;
	border-top : 1px dashed #000;
	padding-top : .5em;
}
thead th.text {
	text-align:left;
	vertical-align: middle;
}
th a {
	color:#000;
	text-decoration: none;
	text-align: left;
}


/* -----  line item and account tables  ----- */

tr.rollup td {
	font : bold 1em Arial, Helvetica, sans-serif;
}
/* Tried to add space after each row but this didn't work
table.lineitem tr {
	margin-top: 20px;
	padding-bottom: 30px;
}*/
table.lineitem td {
	width :100px;
	margin-left: 0;
	padding-left: 0;
}
table.lineitem-comment td {
	width :100px;
	margin-left: 0;
	padding-left: 0;
}
table.historical td, table.balance td {
	/*width : 50px;*/
	margin-left: 0;
	padding-left: 0;
}
table.historical tbody th, table.balance tbody th {
	/*width : 70px;*/
	white-space: nowrap;
	margin-left: 0;
	padding-left: 0;
}
table.balance thead th {
	padding-left:5px;
}
table.balance tbody th {
	text-align: left;
}
table.balance caption {
	padding-bottom:.5em;
}
table.balance {
	border-collapse: collapse;
}
table.balance thead th.all {
	padding-right:5px;
	border-top : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
}
table.balance td.all {
	padding-right:3px;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
}
table.balance th.sum, table.balance td.sum {
	font-weight : bold;
	border-top: none;
	/*border-top : 1px dashed #b4c4d3;
	*/
	padding-top : .5em;
	background-color : #CABBD5;
}
table.lineitem tr.rollup td.text {
	width: 75%;
}
table.lineitem td.text {
	width: 75%;
	padding-bottom: .75em;
}
table.lineitem-comment td.text {
	width: 200px;
}
table.lineitem-comment td.comment {
	padding-left: 10px;
	width: 250px;
}
table.historical td.text {
	width: 75%;
	padding-left: .5em;
}
.hide {
	display: none;
}
table.lineitem th {
	border-bottom : none;
}
table.account table td {
	padding-left: 0;
	font-size: 1em;
}
table table {                        /*  -----  for fund tables  ----- */
	width: 200px;
}
table.lineitem table td {                       /*  -----  for fund tables  ----- */
	width: 100px;
}
table.lineitem-comment th.comment {
	text-align: left;
}

/* -----  earmark tables  ----- */

#termcontent table.earmark {
	margin-bottom : 20px;
}

/* -----  object class section  ----- */

#termcontent p.object {
	text-align : center;
	font : bold 1em Arial, Helvetica, sans-serif;
}
#termcontent p.object img[alt] {
	text-align : center;
	font : normal 1em Arial, Helvetica, sans-serif;
}


/* -----  Section 1 ----- */

#section1 h1 {
	text-align : center;
	font : normal 1em Arial, Helvetica, sans-serif;
}
#section1 h2 {
	text-indent: 3em;
	font : normal 1em Arial, Helvetica, sans-serif;
}
#section1 p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-top: 25px;
}
#section1 p.subsect {
	text-indent : 3em;
	margin-top: 5px;
}

/* -----  Outside Sections ----- */

#outside h3 {
	text-align : center;
	font-style:italic;
	font-size: 1em;
}
#outside p {
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	margin-top: 25px;
}
#outside p.subsect {
	text-indent : 3em;
	margin-top: 5px;
}
ol.outside  {
	margin: 0 0 0 3em;
}
ol.outside li {
	padding: 4px 0 6px 0;
}

/* -----  narrative pages  ----- */
#narrative dt, #narrative dd {
	float:left;
	padding:0;
	margin: 5px 1px 5px 1px;
}
#narrative h4, #narrative dl {
	margin-left:20px;
	clear : both;
}
#narrative dt {
	width:25%;
	clear : both;
}
#narrative dd {
	width:70%;
}
#narrative dl {
	padding-bottom:20px;
	margin-bottom: 20px;
}

/* -----  related bills ----  */
#summarytable li {
	margin: .2em !important;
}

#summarytable ul {
	margin: .2em !important;
	margin-left: 1em !important;
	padding: 0;
}

h2#secsummaryheading {
	text-decoration: underline;
	text-align: center;
}

#summarytable .col1 {
	width:20%;
}

#datestamp, #sigline {
	/*text-align: right;
	margin: 20px 0 20px 60%;*/
	border-left : 250px solid #fff;
}

#letter p {
	text-indent: 2em;
	font-weight: bold;
}
#letter p#toline {
	text-indent: 0;
}

.seclevel2 {
	margin-left: 20px;
}

.seclevel3 {
	margin-left: 40px;
}



/* -----  Local Aid table  ----- */

#localaid thead th, tr.localhead th, #revenue thead th, tr.revenue th {
	border-bottom : 1px dashed #b4c4d3;
}
thead {
display:table-header-group;
}


/* -----  Reports  ----- */
#report h1 {
font-size:1.5em;
	font : bold 1.5em Georgia,"Times New Roman",Times,serif;
}
#report h2 {
	margin: 20px 0 20px 0;
	font : bold 1.3em Georgia,"Times New Roman",Times,serif;
}
#report h3 {
	margin: 6px 0 6px 0;
	font : bold 1.15em Georgia,"Times New Roman",Times,serif;
}
#report h4 {
	margin: 6px 0 6px 0;
	font : bold italic 1.15em Georgia,"Times New Roman",Times,serif;
}
#report ul, #report ul ul, #report li, #report p, #report li {
	padding:0 0 0 0;
	margin: 20px 0 20px 0;
}
#report ul li {
	list-style-type: disc;
	margin-left:20px;
}
#report ul ul li {
	list-style-type: circle;
}
#report blockquote {
	margin: 30px;
}
#report blockquote.attribution, #report p.date {
	margin: 30px 30px 30px 300px;
}
#report table.narr {
	border : 2px solid #000;
	border-collapse : collapse;
	margin: 20px 10px 20px 0px;
}
#report table.narr tr th {
	border : 1px solid #000;
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:center;
}
#report table.narr thead th {
	border-bottom : 2px solid #000;
	font : bold italic 1em Arial, Helvetica, sans-serif;
	text-align:center;
}
#report table.narr tr td {
	border : 1px solid #000;
	font : normal 1em Arial, Helvetica, sans-serif;
	text-align: center;
}
#report ul.tight li, #report ul ul.tight li {
	margin: 5px 0 5px 20px;
}
#report dl dt {
	margin: 20px 0 20px 25px;
	font : bold italic 1.15em Georgia,"Times New Roman",Times,serif;
}
#report dd {
	margin-left: 25px;
}
#report table.capital, #report table.capital tr, #report table.capital td, #report table.capital th {
	margin: 0 0 0 0;
	padding: 2px 4px 2px 4px;
	border-collapse : collapse;
	border : 1px solid #000;
}
#report table.capital {
	margin-bottom: 20px;
}
#report table.capital td {
	text-align:center;
}
#fund-fy03, #fund-fy04, #fund-fy05, #fund-fy06, #fund-fy07, #spend-agency, #spend-level {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:center;
	/*background-color : #c0c0c0; not working right when page splits in middle */
}
#fund-source {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align: left;
	width:100px;
	background-color : #c0c0c0;
}
#fund-fy03-amt, #fund-fy04-amt, #fund-fy05-amt, #fund-fy06-amt, #fund-fy07-amt, #fund-fy03-perc, #fund-fy04-perc, #fund-fy05-perc, #fund-fy06-perc, #fund-fy07-perc {
	font : bold .85em Arial, Helvetica, sans-serif;
	text-align:center;
	/*background-color : #c0c0c0; not working right when page splits in middle */
}
#fund-total {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:center;
	width:100px;
	/*background-color : #c0c0c0; not working right when page splits in middle */
}
#report table.capital #spend-total {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:left;
	/*background-color : #c0c0c0; not working right when page splits in middle */
}
	
#fund-bond, #fund-fed, #fund-oper, #fund-3rd {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:left;
	width:110px;
}
#report table.capital td.sum, #report table.capital th.sum {
	font : bold 1em Arial, Helvetica, sans-serif;
	/*background-color : #c0c0c0; not working right when page splits in middle */
}



.taxes_amt
{
    PADDING-BOTTOM: 0.1em;
    BORDER-BOTTOM: #000000 1px double;
    TEXT-ALIGN: right
}
.taxes
{
    PADDING-BOTTOM: 0.1em;
    BORDER-BOTTOM: #000000 1px double
}