<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
font-family: "SourceSansProRegular",Arial,sans-serif;
line-height: 1.25em;
color: #333333;
font-size: 14px;
padding-bottom: 30px;
}

div.container {
border: 2px solid #d0d2d2;
padding: 0px;
}

#cdepageheader {
background-image: url("../images/bg-header01.gif");
background-position: left top;
background-repeat: repeat-x;
}

#cdepageheader #headcol1 img {
margin-bottom: 22px;
margin-left: 24px;
margin-top: 33px;
}

#cdepageheader #headcol2 img {
margin-bottom: 22px;
margin-right: 24px;
margin-top: 19px;
text-align : right;
}

#cdepageheader #headcol2 {
padding-top: 41px;
padding-right: 62px;
font-size : 1.3em;
text-align : center;
}

#cdepageheader #headcol2 p {
color: #5c6670;
}

#maincontent {
padding : 0px 20px 20px 20px;
}

#bottomnav {
margin-top: 20px;
}

h1 {
color: #1c3467;
font-family: "MuseoSlabRegular","SourceSansProRegular",Arial,sans-serif;
font-size: 19pt;
font-weight: normal;
}

h2 {
color: #000000;
font-family: "MuseoSlabRegular","SourceSansProRegular",Arial,sans-serif;
font-size: 16pt;
font-weight: normal;
}

h3 {
color: #000000;
font-family: "MuseoSlabRegular","SourceSansProRegular",Arial,sans-serif;
font-size: 14pt;
font-weight: normal;
margin-top: 0px;
}

.pull-left {
    padding-right: 20px;
}

.panel-title h2 {
	font-size: 1.3em;
}

.hr-smallspacing {
	margin: 4px;
}

.notbold h2 h3 {
	font-weight: lighter;
}

.morebold h2 h3 {
	font-weight: bolder;
}

ul.nav-tabs {
	overflow: inherit;
}

li.activestandard {
	font-weight: bold;
}

.table.table-bordered {
	border :  1px solid #000000;
	}

th {
    background-color:#d9edf7;
	color : #31708f;
	font-size : 11px;
}

.budgettable td {
	font-size : 11px;	
}

.budgettable td.nullcell {
	background-color:#f5f5f5;;
}

.schoollisttable td {
	font-size : 11px;	
}

.schoollisttable td.nullcell {
	background-color:#f5f5f5;;
}

.nowrap {
	white-space: nowrap;
	}	

.popover-example .popover {
	position: relative;
	display: block;
	margin: 20px;
}

.popover-student {
    background-color:#9fd9b4;
}

.popover-teacher {
    background-color:#b9d9ec;
}

.indentedblock {
	margin: auto 20px auto 20px;
}

body.modal-open {
    overflow: visible;
}

.centered.img-responsive {
    margin: 0 auto;
}

#activityItemStatus {
	display: none;
}

#reviewCommentStatus {
	display: none;
}

.emptyitem {
	background-color: #ffe1e1;
}

#addEditCharterStatus {
	display: none;
}

#addEditDelinquentStatus {
	display: none;
}

#addEditNeglectedStatus {
	display: none;
}

#addEditNonPublicStatus {
	display: none;
}

#addEditPublicStatus {
	display: none;
}

.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
	border-top : 1px solid #cccccc;
}

.table &gt; tbody &gt; tr &gt; td.nonPublicT1 {
	border-top : 1px solid #eeeeee;
}

.hrwell {
	border : 1px solid #cccccc;
}

.label {
    font-size: 110%;
}

.btn-default.active, .btn-default:active {
    background-color: #8bf84a;
}

.btn-default.active.ns-btn, .btn-default.active.sw-no, .btn-default:active {
    /*background-color: #ececec;*/
	background-color: #8bf84a;
}

.narrativeblock {
	border : 1px solid #cccccc;
	padding : 15px;
}

.printsection {
	page-break-before: always;
}

.well.gle {
	background-image: -webkit-linear-gradient(top,#075187 0,#f5f5f5 100%);
	background-image: -o-linear-gradient(top,#075187 0,#f5f5f5 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#075187),to(#f5f5f5));
	background-image: linear-gradient(to bottom,#075187 0,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff075187', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

.nocommentbtn {
	display : none;
}

#budgetItemStatus {
	display: none;
}

.notDisplayed {
	display: none;
}

.fundstable th{
	font-size: 10pt;
	color: #000000;
}

th.dollarLabel {
	text-align: right;
}
td.dollarValue {
	text-align: right;
}

.fundstable td {
	font-size: 10pt;
}

.fundstable {
	margin-bottom: 40px;
}

.reviewblock {
	margin-top: 5px;
	background-color: #b2dfdc;
	background-image: none;
}

.lockedTextArea {
  border : 1px solid #cccccc;
  padding : 10px;
  margin : 10px;
}

.reviewblock {
	margin-top: 20px;
	background-color: #b2dfdc;
	background-image: none;
	margin-bottom:20px;
}

.feedbackblock {
	margin-top: 20px;
	background-color: #f2dede;
	background-image: none;
	margin-bottom:20px;
}

.spacedbullets li {
    margin-top: 8px;
}</pre></body></html>