/* ----- should be in base CSS ...  ----- */
acronym {
	border: none;
}
acronym[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/*	---	Agency-Specific HTML Styles				-------	*/

#masthead {   /* bottom banner color */
background: #414d67 url(http://www.mass.gov/CommonImages/images/headers/Agov3/logo-gov.gif) right 90px no-repeat;
}
#footer {
background:#414d67;
}
#logo {
	background-image: url(/bb/gaa/fy2017/img_17/head_img_gaa.jpg) ;
}
#termcontent hr {
	margin-left : 0;
	clear: both;
}
#content {
	margin: 10px 5px;
}
.topic #content_tertiary {                    /* ----- swaps sides to allow left nav  ----- */
	float: left;
	border-left:none;
	padding-right : 2px;
	padding-left : 2px;
}
.topic #content_primary_column {                    /* ----- swaps sides to allow left nav  ----- */
	float: left;
	border-left:1px solid #B4C4D3;
	margin-right : 5px;
}
#content_primary_column #navcontent_top {
	margin: 0 0 2em 0;
}
#termcontent {
	margin-left:15px;
	padding-bottom:2em;
}
#breadcrumbs, .breadcrumbs {
	color:#585858;                /* ----- to make non-href text the same color  ----- */
	padding: 10px 15px;
	margin: 0 0 0 0;
}
/* from global*/
.budget_home #logo {
height:89px;
}
.budget_home #logo a {
float:right;
margin-top:25px;
width:190px;
}
.budget_home #quicklinks {
clear:none;
}
p.img {                /* ----- for centering images ----- */
	text-align: center;
}
p.indent {
	/* ----- for centering images ----- */
	margin-left: 5%;
}
p.footnote {
	/* ----- for footnotes ----- */
	font: normal .9em Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
}
p.charttitle {                /* ----- for chart titles ----- */
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
/* ----- Search boxes at top ----- */
.topic #header, .budget_home #header {
	padding: 2px 0 2px 0;
	text-align: right;
}
#header form {
	margin: 0 0 0 0;
	padding: 0 2px 0 0;
	position: relative;
	display:inline;
}
#header button {
	height : 2em;
}
#header label {
	font : bold 1.1em Arial, Helvetica, sans-serif;
	color : #fff;
}

/*  -----  printer-friendly pseudo-button link  ----- */
#printer p {
	margin : 5px 0 0 0;
	padding : 0 0 0 0;
	text-align: right;
	font-size: .9em;
}
#printer p a {
	padding : 0 1px 0 2px;
	text-decoration:none;
	border : 1px solid;
	background-color: #EBEBEB;
}
#breadcrumbs, .breadcrumbs {
	/* ----- decreases space between printer button and breadcrumbs ----- */
	padding: 5px 15px 15px;
}

/* ----- Recommendations Quicklinks module   -----   */
.module#recommendations {
	padding-bottom : 1em;
}
#recommendations ul {
	margin: 0;
	padding:0;
}
#recommendations li {
	margin: 0;
	padding:0;
	margin-top: 5px;
	margin-bottom:5px;
}
#recommendations ul ul, #recommendations ul ul ul  {
	margin-left : 6px;
	font-size-adjust:none;
	font-size: .9em;
}
#recommendations ul ul ul  {
	font-size: 1em;
}
#recommendations ul.here {
	background: #EBEBEB;
	text-indent: 0;
}
#recommendations li.here {
	background: #EBEBEB url(/bb/gaa/fy2017/img_17/here.gif) no-repeat top left;
	padding-left : 8px;
}


/* ----- 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;
	background: #EBEBEB url(/bb/gaa/fy2017/img_17/here.gif) no-repeat top left;
}
#recmenu:after, #recmenu2:after {
	clear : both;
}

/* -----  Outside Section next/prev. links  -----   */
#outside p.osmenu {
	margin: 20px 0 30px 0;
	padding: 0 0 0 0;
	text-align:center;
}
ul.osmenu {
	position:relative;
	list-style:none;
}
ul.osmenu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.osmenu li {
	display:inline;
}
ul.osmenu a:link, ul.osmenu a, ul.osmenu .previous, ul.osmenu .next {
	display:block;
	float: left;
	padding: 0 5px 0 5px;
	text-indent : 6px;
	font-weight : normal;
	font-size: .9em;
}
ul.osmenu .previous {
	background: url(/bb/gaa/fy2017/img_17/osprev.gif) no-repeat left;
	float: left;
}
ul.osmenu .next {
	background: url(/bb/gaa/fy2017/img_17/osnext.gif) no-repeat right;
	padding-right:10px;
	float: right;
}

/* ----- data tables (default table type) ----- */

#termcontent table {
	width: 550px;
}
#termcontent caption {
	font : bold 1.1em Arial, Helvetica, sans-serif;
}
#termcontent thead th, #termcontent tr.localhead th {
	border-bottom : 1px dashed #b4c4d3;
	padding-bottom : .5em;
}
#termcontent thead th, #termcontent th.sum, #termcontent tr.localhead th {
	font : bold .9em Arial, Helvetica, sans-serif;
	text-align : right;
	vertical-align : bottom;
	/*white-space : nowrap;*/
	padding-left : 1em;
}
#termcontent thead th.deptCol, #termcontent tr.localhead th.deptCol {
	text-align:left;
	/*vertical-align:middle;*/
	vertical-align:bottom;
	font-style : italic;
	/*text-transform: uppercase;*/
	padding-left : 0;
}
#termcontent  tbody  th {
	font : normal .9em Arial, Helvetica, sans-serif;
	vertical-align : bottom;
	text-align: left;
}
#termcontent tbody td {
	font : normal .9em Arial, Helvetica, sans-serif;
	padding-left : 1em;
	/*vertical-align : body;*/
	vertical-align: top;
}
#termcontent .amt, #termcontent th.sum {
	text-align: right;
}
#termcontent th.sum, #termcontent td.sum {
	font-weight : bold;
	border-top : 1px dashed #b4c4d3;
	padding-top : .5em;
}
#termcontent th.text {
	text-align: left;
	vertical-align:bottom;
}

/* -----  line item and account tables  ----- */

#termcontent tr.rollup td {
	font : bold 1em Arial, Helvetica, sans-serif;
}
#termcontent table.lineitem td {
	width : 70px;
	margin-left: 0;
	padding-left: 0;
}
#termcontent table.lineitem-comment td {
	width :70px; /* 100px on print */
	margin-left: 0;
	padding-left: 0;
}
#termcontent table.historical td, #termcontent table.balance td {
	/*width : 50px;*/
	margin-left: 0;
	padding-left: 0;
}
#termcontent table.historical tbody th, #termcontent table.balance tbody th {
	/*width : 70px;*/
	white-space: nowrap;
	margin-left: 0;
	padding-left: 0;
}
#termcontent table.locaidbrief th, table.locaidbrief td {
	padding-left: 0px;
}
#termcontent table.locaidbrief thead th.amt {
	background-color: #90EE90;
}
#termcontent table.locaidbrief tbody th.subhead {
	text-align: center;
	font-weight: bold;
}
#termcontent table.balance thead th {
	padding-left:5px;
}

#termcontent table.balance tbody th {
	padding-left:3px;
	text-align: left;
}
#termcontent table.balance caption {
	padding-bottom:.5em;
}
#termcontent table.balance {
	border-collapse: collapse;
}
#termcontent table.balance thead th.all {
	padding-right:5px;
	border-top : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
}
#termcontent table.balance td.all {
	padding-right:3px;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
}
#termcontent table.balance th.sum, #termcontent table.balance td.sum {
	font-weight : bold;
	border-top: none;
	/*border-top : 1px dashed #b4c4d3;
	*/
	padding-top : .5em;
	background-color : #CABBD5;
}
#termcontent table.lineitem tr.rollup td.text {
	width: 450px;  /* 75% on print */
}
#termcontent table.lineitem td.text {
	width: 350px;  /* 75% on print */
}
#termcontent table.historical th.account {
	vertical-align: top;
}
#termcontent table.historical td.text {
	width: 75%;  /* 75% on print */
	padding-left: .5em;
}
#termcontent table.lineitem-comment td.text {
	width: 200px;
}
#termcontent table.lineitem-comment td.comment {
	padding-left: 10px;
	width: 200px;
}
.hide {
	display: none;
}
#termcontent table.account table td {
	padding-left: 0;
	font-size: 1em;
}
#termcontent table table {                         /* -----  for fund tables  ----- */
	width: 200px;
}
#termcontent table.lineitem table td {                         /* -----  for fund tables  ----- */
	width: 100px;
}
#termcontent table.lineitem-comment th.comment {
	text-align: center;  /* left on print */
	vertical-align: bottom;
}


/* -----  earmark tables  ----- */

#termcontent table.earmark {
	margin-bottom : 20px;
}
#termcontent table.earmark th.account {
	vertical-align: top;
}

/* -----  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;
	width: 500px;
	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;
}

dl.outside dt {
	float : left;
}


/* -----  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 : 300px solid #fff;
}

#letter p {
	text-indent: 2em;
	font-weight: bold;
}
#letter p#toline {
	text-indent: 0;
}
.seclevel2 {
 	margin-left: 20px;
 }
 
.seclevel3 {
 	margin-left: 40px;
}

/* -----  narrative pages  ----- */
#narrative dt, #narrative dd {
	float:left;
	padding:0;
	margin: 5px 1px 5px 1px;
}
#narrative h4, #narrative dl {
	margin-left:20px;
	margin-bottom: 20px;
	clear : both;
}
#narrative dt {
	width:130px;
	clear : both;
}
#narrative dd {
	width:300px;
}

/* -----  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;
}

/* -----  Search Results ----- */
#results {
	font : normal .95em Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}


/* -----  Reports  ----- */
#report h2 {
	margin: 20px 0 20px 0;
	font : bold 1.4em Georgia,"Times New Roman",Times,serif;
}
#report h2.chap {
	margin: 20px 0 20px 0;
	font: bold 1.4em Georgia,"Times New Roman",Times,serif;
	text-align: center;
}
#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 p.subsect {
	text-indent : 3em;
}
#content_primary_column.full #navcontent #report p.sectlist1 {
	margin-left: 3em;
}
#content_primary_column.full #navcontent #report p.sectlist2 {
	margin-left: 6em;
}
#content_primary_column.full #navcontent #report ul, #content_primary_column.full #navcontent #report ul ul, #content_primary_column.full #navcontent #report li, #content_primary_column.full #navcontent #report p, #navcontent #report li {
	padding:0 0 0 0;
	margin: 20px 0 20px 0;
}
#content_primary_column.full #navcontent #report ul li {
	list-style-type: disc;
	margin-left:20px;
}
#content_primary_column.full #navcontent #report ul ul li {
	list-style-type: circle;
}
#report blockquote {
	margin: 30px;
}
#report blockquote.attribution, #content_primary_column.full #navcontent #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;
}
#content_primary_column.full #navcontent #report ul.tight li, #content_primary_column.full #navcontent #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, #fund-fy08, #fund-fy09, #spend-agency, #spend-level {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:center;
	background-color : #c0c0c0;
}
#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-fy08-amt, #fund-fy09-amt, #fund-fy03-perc, #fund-fy04-perc, #fund-fy05-perc, #fund-fy06-perc, #fund-fy07-perc, #fund-fy08-perc, #fund-fy09-perc {
	font : bold .85em Arial, Helvetica, sans-serif;
	text-align:center;
	background-color : #c0c0c0;
}
#fund-total {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:center;
	width:100px;
	background-color : #c0c0c0;
}
#report table.capital #spend-total {
	font : bold 1em Arial, Helvetica, sans-serif;
	text-align:left;
	background-color : #c0c0c0;
}
	
#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;
}
#smallcaps{
	font-variant: small-caps;
}
a.coldef{
	font-variant: 1em Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

