html {
	overflow-y: scroll;
}
body {
	background:#fff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin:0;
}
a {
	color:#060;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a.noclick {
	cursor:default;
}

.clearboth {
	clear:both;
}

.hide {
	display:none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
}

/*****************/
/* Alert Message */
.alert {
	min-height:48px;
	padding: 3px 3px 3px 60px;
	background: url('/images/alert.png') no-repeat 3px 3px #900;
	margin:1px auto 1px auto;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:24px;
	border-top:1px solid #600;
	border-bottom:1px solid #600;
}

/*-----------------*/
/* Page containers */
div.inside {
	margin:auto;
	max-width:1600px;
}
div.inside.withcalendar {
	border-right:1px solid #ddd;
}
div.inside.abspos {
	position:absolute;
	left:0;
}
div#page {
	background:#eee;
	clear:both;
}
div#content {
	background:#fff;
	min-height: calc(100vh - 240px);
}
div.inside.withcalendar div#content {
	border-right:1px solid #ddd;
	margin-right:365px;
}
div#rightcol {
	float:right;
	width:365px;
	overflow:hidden;
}

/*---------------------------*/
/* Top of page (head) styles */
header {
	background:url('/images/bg.png') no-repeat center #fff;
}
header #logo {
	float:left;
	padding:18px 15px 18px 0;
}
header #logo img {
	 border:0;
	 max-width:850px;
	 width:100%;
}
header nav#ptslinks {
	float:right;
	margin: 15px 10px 10px 0;
}
header nav#ptslinks a {
	background-color:#eee;
	background-position:top 4px center;
	background-repeat:no-repeat;
	border-bottom:1px solid #ddd;
	float:left;
	margin: 0 5px;
	padding:34px 4px 4px 4px;
	text-align:center;
	width:60px;
}
header nav#ptslinks a:hover {
	background-color:#e0e0e0;;
}
header nav#ptslinks a.sl_pas {
	background-image:url('/images/layout/b_pas.png');
}
header nav#ptslinks a.sl_dbp {
	background-image:url('/images/layout/b_dbp.png');
}
header nav#ptslinks a.sl_stf {
	background-image:url('/images/layout/b_stf.png');
}
header nav#ptslinks .hashtag {
	color:#ccc;
	margin-top:80px;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	font-family:Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
	font-style:italic;
	letter-spacing:2px;
}
header nav#main #social {
	float:right;
}
header nav#main #social img {
	border:0;
	display:block;
	height: 40px;
	margin:0 2px 0 0;
	float:left;
	padding:5px;
	width: 40px;
}
header nav#main {
	background: rgba(0,0,0,0.12);
	border-bottom: 4px solid #070;
	float:left;
	margin:0;
	width:100%;
}
header nav#main #schools a {
	border-right:2px solid #eee;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	width:140px;
}
header nav#main #schools a:hover {
	background: rgba(255,255,255,0.8);
	color:#666;
}
header nav#main #schools a.linkSelected {
	background:#070;
	color:#fff;
}

/************************************/
/* School Navigation - School Pages */
/* Hangs out below the header       */
div.inside.withcalendar #homeslider, div.withslider #homeslider {
	position:relative;
}
nav#sub {
	background:rgba(255,255,255,0.94);
	border-bottom:1px solid #ddd;
	display:block;
	z-index:100;
	right:0;
	left:0;
}
div.inside.withcalendar nav#sub, div.withslider nav#sub {
	position:absolute;
}
nav#sub ul {
	margin: 0;
	padding: 0;
	border: 0;
	color:#000;
}
nav#sub ul li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	float: left;
}
nav#sub a {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
	font-size:14px;
	line-height:38px;
	text-decoration: none;
}
nav#sub a:hover {
	background:#e0e0e0;
}
nav#sub .ddmenu {
	background:rgba(255,255,255,0.94);
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	position:absolute;
	z-index:1000000;
	top:0;
	left:0;
}
nav#sub .ddmenu a {
	line-height:32px;
}
nav#sub li.googlesearchbox {
	float:right;
	width:300px;
	padding:6px 6px 0 0;
	overflow:hidden;
}


/***********************/
/* Common green footer */
.necessarybottom {
	clear:both;
	color:#eee;
	font-size:10px;
	margin:0 auto 0 auto;
	padding-top:5px;
	text-align:center;
}
footer#greenbottom {
	font-size:12px;
	color:#FFF;
	background:#070;
	padding:7px 0 6px 0;
	clear:both;
	min-height:30px;
}
footer#greenbottom a {
	color:#fff;
	text-decoration:none;
}
footer#greenbottom div#google_translate_element div {
	color:#fff !important;
	font-weight:normal !important;
	font-size:8px;
	line-height:10px;
}
footer#greenbottom div#google_translate_element div img {
	height:10px;
	width:28px;
}
footer#greenbottom div#google_translate_element div a {
	color:#fff !important;
	font-weight:normal !important;
	font-size:8px;
}
footer#greenbottom select {
	margin-top:1px;
}
footer#greenbottom #foottotop {
	float:right;
}
footer#greenbottom #google_translate_element a {
	color:#070;
}

/********************/
/* JSSOR Slider CSS */
#jssor_1 {
	position:relative;
	margin:0 auto;
	top:0;
	left:0px;
	width:1920px;
	height:600px;
	overflow:hidden;
	visibility:hidden;
}
.jssorl-009-spin {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
.jssorl-009-spin img {
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
	z-index:90;
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.jssorl-slides {
	cursor:default;
	position:relative;
	margin-top:-25%;
	transform: translateY(-25%);
	top:0px;
	left:0px;
	width:1920px;
	height:1440px;
	overflow:hidden;
}
.jssorl-slides img {
	position:relative !important;
	z-index:90 !important;
}
.jssorb031 {
	position:absolute;
	bottom:24px;
	right:16px;
}
.jssorb031 .i {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
}
.jssorb031 svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jssorb031 .i .b {
	fill:#000;
	fill-opacity:0.6;
	stroke:#fff;
	stroke-width:1400;
	stroke-miterlimit:10;
	stroke-opacity:0.8;
}
.jssorb031 .i:hover .b {
	fill:#fff;
	fill-opacity:1;
	stroke:#000;
	stroke-opacity:1;
}
.jssorb031 .iav .b {
	fill:#fff;
	stroke:#000;
	stroke-width:1600;
	fill-opacity:.6;
}
.jssorb031 .i.idn {
	opacity:.3;
}
.jssora051 {
	width:55px;
	height:55px;
	top:0px;
	display:block;
	position:absolute;
	cursor:pointer;
}
.jssora051.l {
	left:25px;
}
.jssora051.r {
	right:25px;
}
.jssora051 svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jssora051 .a {
	fill:none;
	stroke:#fff;
	stroke-width:360;
	stroke-miterlimit:10;
}
.jssora051:hover {
	opacity:.8;
}
.jssora051.jssora051dn {
	opacity:.5;
}
.jssora051.jssora051ds {
	opacity:.3;
	pointer-events:none;
}

/**********************/
/* App For That Icons */
.appforthat {
	background:linear-gradient(#080, #060);
	border-bottom:1px solid #030;
	border-right:1px solid #030;
	color:#fff;
	margin:0 !important;
	width:100%;
}
.appforthat div {
	padding:1px 12px;
}
.appforthat h3 {
	font-size:1.5em;
}
.appforthat img {
	float:left;
	height:65px;
	margin:0 15px;
}
.appforthat a.learnmore {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:65px;
}


/******************************************/
/* District/School Calendar on Right Side */
#caltabtop {
	background:linear-gradient(#fff, #f2f2f2);
    background-opacity:0.5;
	border-bottom:1px solid #ddd;
	width:365px;
	float:right;
}
#caltabtop a {
	background:#eee;
	font-weight:bold;
	font-size:14px;
	display:block;
	padding:8px 10px;
	margin:5px 0 -1px 5px;
	border:1px solid #ddd;
	float:right;
}
#caltabtop a:hover {
	background:#fff;
}
#caltabtop a.sel {
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;
}
.calpanel {
	width:351px;
	padding:6px;
	clear:right;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.calpanel .caloplink {
	padding:2px;
	margin:0 0 8px 0;
	text-align:center;
}
.calpanel .caloplink a {
	background-position:0 6px;
	background-repeat:no-repeat;
	display:inline-block;
	padding: 4px 0 4px 20px;
	line-height:20px;
	margin:0 6px;
}
.calpanel .caloplink a .small {
	font-size:8px;
}
.calpanel .caloplink a.icon-cal {
	background-image:url('/images/icon-calendar.png');
}
.calpanel .caloplink a.icon-pdf {
	background-image:url('/images/icon-pdf.png');
}
.calpanel .caloplink a.icon-list {
	background-image:url('/images/icon-list.png');
}
.calpanel .caloplink a.icon-ntf {
	background-image:url('/images/icon-notify.png');
	padding-left:16px;
}
.thecalendar {
	background:#eee;
}
ul.thecalendar {
	background:linear-gradient(#eee, #e2e2e2);
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
	text-align:left;
	margin-bottom:20px;
}
h3.calendardate {
	margin:8px 0 4px 0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	font-family:Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
}
.thecalendar li {
	border-bottom:1px solid #ddd;
	clear:left;
	padding:4px 0;
}
.thecalendar .schoolcolor {
	border-bottom:1px solid #999;
	color:#FFF;
	display:inline-block;
	font-weight:bold;
	float:left;
	margin:1px 5px 1px 0;
	text-align:center;
	width:38px;
	border-radius:3px;
	line-height:32px;
}
.thecalendar .schoolcolor.ehbs, .calitem.hbs {
	background:#555;
}
.thecalendar .schoolcolor.ehs, .calitem.hs {
	background:#090;
}
.thecalendar .schoolcolor.ems, .calitem.ms {
	background:#c60;
}
.thecalendar .schoolcolor.eda, .calitem.da {
	background:#909;
}
.thecalendar .schoolcolor.ett, .calitem.tt {
	background:#ba0;
}
.thecalendar .schoolcolor.ehmx, .calitem.hmx {
	background:#009;
}
.thecalendar .schoolcolor.eath {
	background-color:#bbb;
	line-height:48px;
}
.calitem.ath {
	background-color:inherit;
	border-bottom:1px solid #999;
	color:#000;
}
.calitem.ath:hover {
	background-color:rgba(0,120,0,0.30);
}
.thecalendar .details {
	padding:2px;
}
.thecalendar .activity {
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space:nowrap;
}
.thecalendar .title {
	font-size:13px;
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space:nowrap;
}
.thecalendar .title.snowdayoff {
	color:#009;
	font-weight:bold;
}
.thecalendar .title.caldayoff {
	color:#333;
	font-weight:bold;
}
.thecalendar .timelocation {
	font-size:11px;
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space:nowrap;
}
.thecalendar .redtext, .redtext {
	color:#d00;
	font-weight:bold;
}
.thecalendar .lighttext {
	opacity:0.4;
}
.thecalendar .lighttext:hover {
	opacity:1;
}

/******************************************************/
/* Our Mission Statement - below the Home Page Slider */
#ourmission {
	padding:4px 0 8px 0;
	margin:10px 0;
	border:0;
	background:#fff;
	color:#333;
	font-size:17px;
	text-align:center;
    font-family: Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
}
#ourmission h2 {
	 color:#070;
	 margin:4px 0;
}

/****************************************************************************/
/* Home/School Panels - holds the information boxes on the Home/School Page */
#homecontainer {
	margin:15px 0;
	text-align:center;
}
.homepanel {
	border:0;
	border-bottom:1px solid #e7e7e7;
	display:inline-block;
	margin:10px 20px;
	width:400px;
	height:420px;
	text-align:left;
	vertical-align:top;
}
.homepanel.tall {
	height:600px;
}
.homepanel.school.tall {
    float: inherit;
	height:1000px;
}
.homepanel.wide {
    width:600px;
}
.homepanel .feedcontents {
    overflow-y:auto;
}
.homepanel.tall .feedcontents {
	height:558px;
}
.homepanel.school.tall .feedcontents {
	height:958px;
}
.homepanel.school {
	float:right;
	height:inherit;
	height:325px;
}
.homepanel h2 {
	font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
	font-size:25px;
	font-weight:normal;
	line-height:29px;
	margin:0;
	padding:6px 5px;
	text-align:left;
	border-bottom:1px solid #e7e7e7;
}
.onlywhensmall {
	display:none;
}
.homepanel .calpanel {
	height:378px;
	overflow-y:scroll;
	width:auto;
	padding:0;
	clear:none;
}
.homepanel.school .calpanel {
	height:283px;
}
.homepanel.cs {
	display:none;
}
.homepanel.twitter {
	border-bottom:0;
	margin:10px 20px;
}
.homepanel.twitter h2 {
	border-bottom:0;
}
.homepanel.twitter a {
	border-top:1px solid #e7e7e7;
	display:block;
	padding:10px 6px;
}

/****************/
/* The Feed CSS */
.feedcontents div.post {
	border:1px solid #ccc;
    font-size:14px;
	margin:10px;
	padding: 5px;
	overflow:hidden;
}
.feedcontents div.post p {
	margin:0;
	padding:2px;
}
.feedcontents div.post header {
    background:inherit;
	padding-bottom: 10px;
}
.feedcontents div.post header img.pinicon {
	float:right;
	padding:2px;
	margin:2px 4px 2px 0;
	width: 14px;
	height: 26px;
}
.feedcontents div.post header img.usericon {
	border:1px solid #eee;
	border-radius:100%;
	float:left;
	padding:2px;
	margin:2px 4px 2px 0;
	width: 34px;
	height: 34px;
}
.feedcontents div.post header p.username {
	font-size:16px;
	font-weight:bold;
}
.feedcontents div.post header p.datetime {
	color:#999;
}
.feedcontents div.post div.postmessage {
	clear:both;
	padding:8px 20px;
	line-height:16px;
}
.feedcontents div.post div.postmessage img {
	display:block;
	margin:6px auto;
	width:100%;
}
.feedcontents div.post div.postmessage a.attachment_link {
	text-align:center;
}
.feedcontents div.post div.postmessage a.attachment_link img {
	border: 1px solid #cec;
	width:40%;
}
.feedcontents div.post div.postactions {
	clear:both;
}
.feedcontents div.post div.postactions img {
	width:7%;
	filter: grayscale(100%);
	opacity: 0.5;
	padding: 8px;
}
.feedcontents div.post div.postactions img.clicked {
	filter: inherit;
}
.feedcontents div.post div.postactions div.postemote img {
	float:right;
}
.feedcontents div.post div.postactions span.commentcount {
	display:inline-block;
	vertical-align:central;
}
.feedcontents .loadimage {
    text-align: center;
}
/* Post Tags */
.feedcontents div.posttag {
	background:#555;
	border-radius:14px;
	color:#fff;
	float:left;
	font-size:12px;
	margin:2px 2px 2px 0;
	padding:5px 8px;
}

/***************************/
/* Superintendent's Corner */
#suptline {
	background:#eee;
	margin:4px auto 0 auto;
	font-size:18px;
	font-weight:normal;
	line-height:60px;
	text-align:center;
}
#suptline img {
	width:74px;
	height:60px;
	float:left;
	margin-left:15px;
}
ul.thecorner {
	padding:5px 0 0 0;
	font-size:14px;
	margin:0;
	list-style:none;
	text-align:left;
}
ul.thecorner li {
	margin:0;
	padding:8px 10px;
}
ul.thecorner li:hover {
	background-color:#eee;
}


/**********************************************/
/* Links & Resources - Shows on the Home Page */
footer#linksresources {
	clear:both;
	padding:0 5px 5px 5px;
	background:#eee;
	border-top:1px solid #ddd;
	min-height:124px;
}
footer#linksresources .bottom {
	border:1px solid #aaa;
	font-size:14px;
	font-weight:bold;
	height:60px;
	text-align:center;
	padding:0 5px 0 5px;
	margin:0 2px 2px 2px;
	float:left;
	background:#FFF;
	display: table;
	overflow: hidden;
} 
footer#linksresources .bottom:hover {
	border:1px solid #666;
	background:#eee;
} 
footer#linksresources .bottomcell {
	display: table-cell;
	vertical-align: middle;
	cursor:pointer;
}
footer#linksresources .bottomcell a {
	text-decoration:none;
}
footer#linksresources .bottomcell a:hover {
	text-decoration:underline;
}

/***********************/
/* School Staff Tables */
#schoolstaff h2 {
	clear:both;
	margin:0;
	padding:35px 0 5px 0;
}
#schoolstaff.smallbox h2 {
	padding:5px 0;
	font-size:20px;
}
#schoolstaff .row {
	padding:8px 16px;
	margin:2px 1%;
	border-bottom:1px solid #ddd;
	background:#f4f4f4;
}
#schoolstaff .row.strong {
	font-weight:bold;
}
#schoolstaff.smallbox .row {
	background:rgba(204,204,204,0.2);
	font-size:14px;
	padding:4px 16px;
}
#schoolstaff .row.highlight, #schoolstaff.smallbox .row.highlight {
	background:rgba(255,80,0,0.4);
	color:#000;
}
#schoolstaff.half .row {
	display:inline-block;
}
#schoolstaff .row.half {
	display:inline-block;
}
#schoolstaff .row .cell {
	display:inline-block;
}
#schoolstaff .row .cell.label {
	width:130px;
}
#schoolstaff .row .cell.name {
	font-weight:bold;
	width:180px;
}
#schoolstaff .row .cell.title {
	text-align:center;
	width:300px;
}
#schoolstaff .row .cell.email {
	text-align:right;
	width:225px;
}
#schoolstaff .row .cell.phone {
	text-align:center;
	width:130px;
}
#schoolstaff .row .cell.website {
	text-align:center;
	width:80px;
}

/*************************/
/* School Contact Tables */
.schoolcontacts {
	border-top:4px solid #f3f3f3;
	background:linear-gradient(#eee, #e2e2e2);
}
.homepanel .schoolcontacts {
	border-top:0;
	background:inherit;
}
.schoolcontacts h2 {
	margin:0;
	padding:5px 0;
	font-weight:normal;
}
.schoolcontacts .row {
	padding:8px 16px;
	margin:2px 1%;
	border-bottom:1px solid #ddd;
}
.homepanel .schoolcontacts .row {
	border-bottom:1px solid #eee;
}
.schoolcontacts .row .cell {
	display:inline-block;
}
.schoolcontacts .row .cell.name {
	font-weight:bold;
	width:130px;
}
.schoolcontacts .row .cell.title {
	text-align:center;
	width:100px;
}
.schoolcontacts .row .cell.phone {
	font-weight:bold;
	text-align:right;
	width:85px;
}

/**********************/
/* School Search Area */
.schoolsearch {
	background-color:#f3f3f3;
    border-bottom: 1px solid #ddd;
    height:32px;
    padding:6px 6px 0 6px;
}
/* Google Site Search Control */
div .gsc-control-cse {
    background-color:inherit;
    border:0;
    padding:0;
    margin:0;
}
div .gsc-control-cse table td.gsib_a {
    padding-top:0;
    padding-bottom:0;
}
div .gsc-control-cse table.gsc-search-box td.gsc-input {
	padding-right:0 !important;
}
div .gsc-control-cse table.gsc-search-box td.gsc-input div.gsc-input-box {
	border-top:1px solid #D9D9D9;
	border-right:0;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;	
}
div .gsc-control-cse table.gsc-search-box td.gsc-search-button {
	margin-left:0 !important;
}
div .gsc-control-cse table td.gsib_a input.gsc-input {
    background-image:none !important;
	font-size:14px;
	line-height:18px;
    text-indent:0 !important;
	padding:4px 0 3px 0 !important;
}
div .gsc-control-cse a.gsst_a, div .gsc-control-cse a.gsst_a span.gscb_a {
	font-size:18px !important;
	line-height:18px !important;
	color:#d9d9d9;
}
nav#sub li.googlesearchbox button.gsc-search-button-v2 {
	background:#fff;
	border-top:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	border-left:0;
	margin-left:0;
	padding:6px 12px;
}
nav#sub li.googlesearchbox button.gsc-search-button-v2 svg {
	fill:#060;
}
/**************************/
/* School Day of the Week */
.dayoftheweek {
	border-top:4px solid #f3f3f3;
	background:linear-gradient(#eee, #e2e2e2);
	font-weight:bold;
	font-size:14px;
	padding:5px 8px;
	text-align:center;
}
.dayoftheweek .bignumber {
	background:repeating-linear-gradient(#fff, #eee 50%);
	border-radius:10px;
	font-size:40px;
	line-height:60px;
	margin:5px auto 0 auto;
	width:70px;
}

/********************/
/* HTML5 News Flash */
.schoolnewsflash {
	border-top:4px solid #f3f3f3;
	height: 298px;
	overflow:hidden;
	position:relative;
}
.schoolnewsflash .flashboxitem {
	position:absolute;
	background:linear-gradient(#eee, #e2e2e2);
	border-radius:5px;
	height: 275px;
	padding:5px 8px;
	margin:5px 8px;
	border-bottom:1px solid #ddd;
	left:-360px;
	right:360px;
}
.schoolnewsflash .flashboxitem.linkit {
	cursor:pointer;
}
.schoolnewsflash .flashboxitem.linkit:hover {
	background:linear-gradient(#efe, #e2f2e2);
}
.schoolnewsflash .flashboxitem .progress {
	height:2px;
	background:#060;
	opacity:0.2;
	width:0%;
}
.schoolnewsflash .flashboxcontrols {
	position:absolute;
	bottom:10px;
	right:14px;
	font-size:14px;
	z-index:50000;
}
.schoolnewsflash .flashboxcontrols a {
	text-decoration:none;
	font-weight:bold;
	width:18px;
	line-height:18px;
	border-radius:10px;
	background:#fff;
	display:inline-block;
	text-align:center;
	color:#000;
	border:2px solid #000;
}
.schoolnewsflash .flashboxcontrols a:hover {
	background:#f2f2f2;
	color:#070;
	border:2px solid #070;
}
.schoolnewsflash h2 {
	margin:0;
	padding:5px 0;
	font-weight:normal;
	font-size:22px;
}
.schoolnewsflash span {
	display:block;
	margin:10px 0;
	font-size:14px;
}

/**************************/
/* Staff Access Login Box */
.staffaccess_popup {
	text-align:center;
	padding:30px 15px;
}
.staffaccess_popup.inline {
	width:50%;
	margin:20px auto;
	border:1px solid #ddd;
	background:#eee;
	border-radius:5px;
}
.staffaccess_popup .loginlink {
	text-align:center;
}
.staffaccess_popup .loginlist {
	text-align:left;
	padding-top:20px;
}
.staffaccess_popup .loginlist .bp {
	padding-left:30px;
	background:url('/images/dot.png') no-repeat 16px 4px;
	margin-top:10px;
}
/* Staff Access Change PW Box */
#frame_passchange iframe {
	border:0;
	margin:0;
	width:100%;
	height:650px;
}

/************************/
/* Default page content */
.pagecontent {
	margin:12px 8px 12px 0;
}
.pagecontent p {
	font-size:14px;
}
.pagecontent ul li {
	font-size:14px;
}
.pagecontent ol li {
	font-size:14px;
}

/********************/
/* Lunch Menu Pages */
.lunchlinks {
	font-size:20px;
	line-height:30px;
}
.lunchframe {
	border:0;
	height:700px;
	width:100%;
}

/******************************/
/* For Job Opportunities Page */
.jotable {
	border-top:3px ridge #aaa;
	font-size:14px;
	margin:0;
	padding: 10px 0;
	width:100%;
}
.jotable.shade {
	background:#eee;
}
.jolabel {
	border-top:1px solid #ddd;
	font-weight:bold;
	padding:10px 0 10px 60px;
	text-align:left;
	vertical-align:top;
	width:20%;
}

.jocontent {
	border-top:1px solid #ddd;
	padding:10px 0 10px 15px;
	vertical-align:top;
	width:80%;
}
.jocontent.bold {
	font-weight:bold;
}
.toprow {
	border-top:0;
}

/************************/
/* For Digital Backpack */
#backpackNotificationSchools {
	display:none;
}
#backpackNotificationSchools p {
	font-size:14px;
}
#backpackNotificationSchools #feedback { font-size: 14px; }
#backpackNotificationSchools #selectable .ui-selecting { background: #FECA40; }
#backpackNotificationSchools #selectable .ui-selected { background: #F39814; color: white; }
#backpackNotificationSchools #selectable { list-style-type: none; margin: 0; padding: 0; width: 80%; }
#backpackNotificationSchools #selectable li { margin: 3px; padding: 0.4em; font-size: 14px; height: 18px; }

#backpackIntro {
	margin:30px auto 10px auto;
	width:80%;
}
#backpackIntro p {
	clear:left;
	font-size:16px;	
}
#backpackIntro nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 30;
}
#backpackIntro nav ul li {
	margin: 10px 2% 24px 0;
	padding: 0;
	list-style: none;
	float:left;
	background:#07b7f7;
	width:90px;
	height:90px;
	border-radius:45px;
	border:1px solid #07b7f7;
}
#backpackIntro nav ul a {
	display: block;
	margin: 0;
	padding: 27px 0;
	font-size:16px;
	text-align: center;
	text-decoration: none;
	width:90px;
	color:#fff;
}
#backpackIntro nav ul li:hover {
	background:#abe1fa;
}
#backpackIntro nav ul li:hover a {
	color:#22661e;
}
#backpackIntro fieldset {
	background:#cfc;
	border: 1px solid #060;
	padding:4px 12px 0 12px;
}
#backpackIntro fieldset input {
	width:250px;
}

#backpackNav {
	float:right;
	width: 240px;
}
#backpackNav fieldset {
	margin:0 auto;
	border:1px solid rgba(169,169,169,1);
	border-radius:4px;
	padding:2px;
}
#backpackNav ul {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 30;
}
#backpackNav ul li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float:left;
	background:#07b7f7;
	width:36px;
	height:36px;
	border-radius:18px;
	border:1px solid #07b7f7;
}
#backpackNav ul a {
	display: block;
	margin: 0;
	line-height:36px;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	width:36px;
	color:#fff;
}
#backpackNav ul li:hover {
	background:#abe1fa;
}
#backpackNav ul li:hover a {
	color:#22661e;
}
#backpackNav ul li.sel {
	background:#abe1fa;
}
#backpackNav ul li.sel a {
	color:#22661e;
}
#backpackNav aside {
	clear:both;
	float:left;
	margin:0 0 30px 0;
}
#backpackNav aside h3 {
	margin: 0 0 5px 0;
}

#backpackContent {
	margin:0 300px 0 0;
}
#backpackList article {
	border-top:1px solid #ccc;
	width:100%;
	font-size:14px;
	margin:0;
	padding:8px 8px;
}
#backpackList article.wlink {
	cursor:pointer;
}
#backpackList article.wlink:hover {
	background:#cfc;
}
#backpackList article img {
	border:1px solid #060;
	float:left;
    max-width: 213px;
}
#backpackList article h4 {
	font-size:18px;
	margin:0 0 0 224px;
}
#backpackList article .date {
	color:#aaa;
	margin:6px 0 6px 224px;
}
#backpackList article .desc {
	margin:6px 0 6px 224px;
}
#backpackList article .clearleft {
	clear:left;
}
#loading, #dlg_outsidelink {
	display:none;
}

/****************/
/* Survey Table */
#surveytable {
	width: 644px;
	margin:0 auto;
}
#surveytable .row {
	clear:both;
}
#surveytable .row.odd div {
	background-color:#eee;
}
#surveytable .row.green div {
	background-color:#bfb;
}
#surveytable .row.head {
	font-size:16px;
	font-weight:bold;
}
#surveytable .row.foot {
	padding:20px 0;
	text-align:center;
}
#surveytable .row.foot input {
	width:125px;
	height:36px;
}
#surveytable .row .label {
	border-top: 1px solid #bbb;
	float:left;
	font-size:14px;
	padding:8px 10px;
	line-height:36px;
	width:300px;
}
#surveytable .row .selop {
	border-left: 1px solid #ddd;
	border-top: 1px solid #bbb;
	padding:8px 10px;
	float:left;
	text-align:center;
	width:150px;
	height:36px;
	line-height: 36px;
}
#surveytable .row .label.key {
	text-align:center;
	float:left;
	width:300px;
	line-height:40px;
}
#surveytable .row .label.key input {
	font-size:16px;
	padding:5px;
	letter-spacing:2px;
}
#surveytable .row .label.op {
	height: 60px;
	line-height:20px;
}
#surveytable .row .label.sel {
	border-left: 1px solid #ddd;
	border-top: 1px solid #bbb;
	height:36px;
	line-height:17px;
	text-align:center;
	padding: 0 10px;
	width: 140px;
}
#surveytable .row .selop.op {
	line-height: 60px;
}
#surveytable .row .selop input {
	margin-top:4px;
	width:20px;
	height:20px;
}

.surveydetails {
	display:none;
}
.surveydetails p {
	margin-bottom:0;
	font-weight:bold;
}

/*********************/
/* Staff Access Page */
.freshdesk_quote, .freshdesk_quote a:link, .freshdesk_quote a:visited {
	color:#999;
	display:none;
}
.staffaccess_columns {
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
}
.servicebuttons {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:25px;
	min-width:255px;
	width:calc(100% - 475px);
}
.servicebuttons h2 {
	text-align:left;
}
.servicebuttons .link {
	background:#f4f4f4;
	border-bottom:1px solid #ddd;
	padding:10px 12px;
	position:relative;
	margin:3px;
	width:225px;
}
.servicebuttons .link img {
	border:0;
	border-bottom:1px solid #bbb;
	opacity:0.8;
}

.servicebuttons .link:hover {
	background:#dfd;
}
.servicebuttons .link:hover img {
	opacity:1;
}
.servicebuttons .link .key-icon {
	position:absolute;
	left:220px;
	top:42px;
}
.servicebuttons .link .key-icon img {
	border:0;
	width:24px;
	height:24px;
}
.sapanels {
	width:450px;
}
.techsupportbutton {
	background:#dfd;
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:#060;
	border-radius:5px;
	color:#060;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:10px 20px;
	position: relative;
	text-align:center;
	width:428px;
}
.techsupportbutton:hover {
	border-width:1px !important;
}
.facsupportbutton {
	background:#feb;
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:#930;
	border-radius:5px;
	color:#930;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:10px 20px;
	position: relative;
	text-align:center;
	width:428px;
}
.facsupportbutton:hover {
	border-width:1px !important;
}
#myinfopanel {
	background: #FFD;
	border:1px solid #960;
	border-radius:4px;
	color:#960;
	padding:10px 20px 10px 20px;
	margin:0 0 15px 0;
	font-size:15px;
	width:428px;
}
#resourcepanel {
	border-radius:0;
	width: 470px;
	margin-bottom:10px;
}
#resourcepanel .ui-accordion-header {
	font-weight:bold;
	font-size:16px;
}
#resourcepanel .support {
	background: #E1F2FD;
}
#resourcepanel .supportfacilities {
	background: #FFD3A8;
}
#resourcepanel .adminaccess {
	background: #C4FFC4;
}
#resourcepanel .business {
	background: #FCC;
}
#resourcepanel .forms {
	background: #EEE;
}
#resourcepanel .flexbtns {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
#resourcepanel .flexbtns a {
	background:#7c0505;
	border: 1px solid #aaa;
	border-radius:5px;
	font-size:12px;
	font-weight:bold;
	padding:12px;
	text-align:center;
	width:96px;
}
#resourcepanel .halfbutton {
	border:1px solid #aaa;
	border-radius:5px;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:12px;
	position:relative;
	text-align:center;
	margin:5px 11px 5px 0;
	width:96px;
}
#resourcepanel .halfbutton.freshdesk {
	background:#057c59;
	width:106px;
}
#resourcepanel a:link .halfbutton,
#resourcepanel a:visited .halfbutton,
#resourcepanel .flexbtns a:link,
#resourcepanel .flexbtns a:visited
{
	color:#eff0ef;
	text-decoration:none;
}
#resourcepanel .halfbutton img {
	border:0;
}
#resourcepanel ul.withbutton {
	margin:2px 0 0 116px;
}
#resourcepanel ul li {
	padding:3px 0;
}

#curriculum {
	margin:20px auto 0px auto;
	width:858px;
	text-align:center;
}
#curriculum h2 {
	clear:both;
	color:#060;
	margin-top:3px;
	padding-top:60px;
	text-decoration:none;
}
#curriculum .row {
	margin:0;
	padding:0;
}
#curriculum .row .course {
	background:#f6f6f6;
	cursor:pointer;
	display:block;
	float:left;
	line-height:22px;
	margin:2px;
	padding:0;
	width:425px;
}
#curriculum .row .course:hover {
	background:#cec;
}
#curriculum .row .name {
	margin:0;
	padding:0 5px;
	text-align:left;
	display:block;
	font-size:13px;
	font-weight:bold;
	float:left;
	width:305px;
}
#curriculum .row .updated {
	color:#aaa;
	display:block;
	float:left;
	font-size:10px;
	margin:0;
	padding:0 5px;
	text-align:right;
	width:100px;
}
#curriculum .row .toplink {
	clear:both;
	text-align:right;
}
#curriculum .row .toplink a {
	text-decoration:none;
}
#notification {
	background:#efe;
	background-image: -ms-linear-gradient(top left, #F5FFF5 0%, #95E38F 100%);
	background-image: -moz-linear-gradient(top left, #F5FFF5 0%, #95E38F 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F5FFF5), color-stop(1, #95E38F));
	background-image: -webkit-linear-gradient(top left, #F5FFF5 0%, #95E38F 100%);
	background-image: linear-gradient(to bottom right, #F5FFF5 0%, #95E38F 100%);
	border-bottom:1px solid #666;
	border-radius:30px;
	margin:0 auto;
	padding:15px;
	text-align:center;
	width:974px;
	z-index:1;
}
.h1nav {
	float:right;
	margin-top:-43px;
	font-size:13px;
	padding-right:6px;
}
.sanav {
	clear:both;
	font-size:13px;
	padding:5px 10px 5px 45px;
	position:relative;
	top:-16px;
}
/* labreg specific */
.scl, .scb {
	background:#fff;
	width:42px;
}
.scl {
	text-align:center;
}
.scb, .scp, .scn, .scr {
	cursor:pointer;
}
.scd {
	background:#aaa;
	width:42px;
}
.scp {
	background:#ccc;
	width:42px;
}
.scn, .scr {
	background:#cf9;
	width:42px;
}

.message {
	background:#eee;
	border:1px solid #666;
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin:5px auto 10px auto;
	padding:15px;
}
.message.warning {
	background:#ffc;
	border-color:#c30;
	color:#c30;
}
.message.error {
	background:#fcc;
	border-color:#c00;
	color:#c00;
}

/******************/
/* Student Portal */
#googlesearch {
	border-bottom:1px solid #ddd;
	padding:50px 0;
	text-align:center;
}
#googlesearch img {
	display:block;
	margin:20px auto;
}
#googlesearch input, #googlesearch button {
	border:1px solid #ddd;
	padding:10px;
}
#googlesearch input {
	width:300px;
}
#studentlinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:stretch;
	align-content:center;
	text-align:center;
	margin: 25px auto;
}
#studentlinks a {
	width:80px;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	background:#eee;
	padding:10px;
	margin:10px;
	color:#444;
	text-decoration:none;
	font-size:13px;
}
#studentlinks a img {
	display:block;
	width:64px;
	height:64px;
	margin:5px auto 5px auto;
	border-radius:8px;
	border:0;
}
#studentresources {
	border-top:1px solid #ddd;

}

.scratchpad_box {
    background: #eee;
    border: 2px solid #ccc;
    border-radius: 25px;
}
.scratchpad_box.small {
    margin:25px auto 50px auto;
    padding:35px 25px 35px 25px;
    width:400px;
}
.scratchpad_box.tiny {
    cursor: pointer;
    float: left;
    font-size: 1.4em;
    margin: 20px;
    padding: 25px;
    text-align: center;
    width: 175px;
}
.scratchpad_box.tiny:hover {
    background:#ded;
    border-color:#bcb;
}
.scratchpad_box h2, h2.scratchpad {
    color: #070;
    font-size: 2em;
}
.scratchpad_box .login {
    margin: 0 auto;
    width:350px;
}
.scratchpad_box label.heading, .scratchpad_dialog label.heading {
    display:block;
    font-size:1.4em;
    font-weight:bold;
    padding:1em 0 0.4em 0;
}
.scratchpad_box input, .scratchpad_box select, .scratchpad_box button,
.scratchpad_dialog input, .scratchpad_dialog select, .scratchpad_dialog button {
    font-size: 1.6em;
    padding: 12px;
}
.scratchpad_dialog input {
    width:90%;
}
.scratchpad_box .login input {
    width: 322px;
}
.scratchpad_box .error {
    background:#dcc;
    border: 1px solid #a00;
    color:#a00;
    font-size:1.3em;
    padding:12px;
}
.scratchpad_table {
    border-collapse: collapse;
    margin:25px 5px;
    width: 100%;
}
.scratchpad_table th, .scratchpad_table td {
    border-bottom: 1px solid #ddd;
}
.scratchpad_table th {
    font-size: 1.4em;
    padding: 6px;
}
.scratchpad_table td {
    color: #666;
    font-size: 1.2em;
    padding: 12px 6px;
}
.scratchpad_table .left {
    text-align: left;
}
.scratchpad_table .center, .scratchpad_box.center {
    text-align: center;
}
.scratchpad_table .right {
    text-align: right;
}
.scratchpad_table .strong {
    font-weight: bold;
}
.scratchpad_table .small {
    font-size:0.9em;
}
.scratchpad_table .scratchpad_filerow.selected td,
.scratchpad_table .scratchpad_classrow.selected td {
    background:#ded;
} 
.scratchpad_table .scratchpad_filerow img.fileicon,
.scratchpad_table .scratchpad_classrow img.fileicon {
    width: 16px;
    height: 20px;
    vertical-align: middle;
    margin: -3px 4px -3px 0;
}
.scratchpad_buttons button {
    background: #ededed;
    border: 1px solid #aaa;
    font-size: 1.2em;
    font-weight: bold;
    padding: 8px 16px;
}
.scratchpad_buttons button:disabled {
    background: #e0e0e0;
    color: #aaa;
}
.scratchpad_buttons button:not([disabled]):hover {
    background: #f2f2f2;
    border-color: #bbb;
    cursor: pointer;
}
.scratchpad_buttons button:not([disabled]):active {
    background: #ddd;
    border-color: #aaa;
    cursor: pointer;
}
.scratchpad_buttons button.green {
    background:#070;
    border-color:#030;
    color:#fff;
}
.scratchpad_buttons button:not([disabled]):hover.green {
    background:#090;
    border-color:#050; 
}
.scratchpad_buttons button:not([disabled]):active.green {
    background:#474;
    border-color:#030; 
}
#scratchpad_file .filename {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom:0;
    border-left: 1px solid #ccc;
    color: #070;
    display:block;
    font-size: 1.6em;
    margin: 10px 0 0 0;
    padding: 12px 6px;
    width:auto;
}
#scratchpad_span_psl_name {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left:0;
    color: #070;
    display:block;
    font-size: 1.6em;
    margin: 10px 0 0 0;
    padding: 12px 6px;

}
#scratchpad_dlg_classname button {
    float:left;
    margin-right:8px;
    width:85px;
}
#scratchpad_psl_name {
    background:#eee;
    border:1px solid #aaa;
}

/*************************/
/* New District Calendar */
.calsidebar {
	float:right;
	margin-left:5px;
}
.calbox {
	border:1px solid #aaa;
	border-radius:5px;
	margin:9px 0;
	width: 185px;
}
.calbox h2 {
	background:#eee;
	border-radius:5px 5px 0 0;
	border-bottom: 1px solid #aaa;
	margin:2px;
	padding:3px 8px;
}
.calbox .row {
	padding:3px 12px 3px 3px;
	margin:4px 2px;
	cursor:pointer;
}
.calbox.minical {
    border-collapse: collapse;
    border-spacing: 0;
}
.calbox.minical thead th {
    font-weight: bold;
    text-align: center;
}
.calbox.minical tbody td {
    text-align: center;
}
.calbox.minical tfoot td {
    text-align: right;
}
.calbox.minical th, .calbox.minical td {
    border:1px solid #aaa;
    padding:4px;
    margin:0;
}
.calbox.minical.sidelump {
    float:left;
    margin-right:15px;
}
.calbox td.today {
    background:#ffd;
    outline:1px solid #cc9;
    outline-offset: -1px;
}
.calbox td.caldayoff {
    background-color:#ccc;
}
.calbox td.caldayoff.caldayinservice {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2) 10px,
        rgba(0, 0, 0, 0.3) 10px,
        rgba(0, 0, 0, 0.3) 20px
    );}
.calbox td.caldayinservice {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 180, 0, 0.2),
        rgba(0, 180, 0, 0.2) 10px,
        rgba(0, 0, 0, 0.2) 10px,
        rgba(0, 0, 0, 0.2) 20px
    );
}
.calbox td.halfday {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 180, 0, 0.2),
        rgba(0, 180, 0, 0.2) 10px,
        rgba(0, 0, 0, 0.0) 10px,
        rgba(0, 0, 0, 0.0) 20px
    );
}
.calbox td.snowdayoff {
    background-color:#d2f3ff;
}
#calcontainer {
	overflow:auto;
}
.calcontent {
	margin-right:200px;
}
#viewathletics .calcontent, #viewagenda .calcontent {
	margin-right:0;
}
.calitem {
	border-radius:2px;
	color:#fff;
}
.calitem.disabled {
	cursor:default;
}
.calpopup.calitem {
	font-size:14px;
	font-weight:bold;
	padding:2px 5px;
}
.calevent {
	cursor:pointer;
	display:table;
	margin:2px 0;
	width:100%;
	table-layout:fixed;
}
.calevent strong {
	font-size:10px;
}
.calevent.noshow, .agendalist.noshow, .thecalendar.noshow, .thecalendar.prevevent {
	display:none;
}
.calevent.lighttext {
	text-decoration:line-through;
	opacity:0.4;
}
.calevent > div {
	display: table-cell;
}
.cecontainer {
	overflow: hidden;
	padding:2px 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	word-wrap: break-word;
}
.callarge {
	border:2px solid #aaa;
	border-collapse:collapse;
	width:100%;
}
.callarge th, .callarge td {
	margin:0;
	padding:4px;
	width:14%;
}
.callarge th, .callarge td {
	border:1px solid #aaa;
}
.callarge th {
	border-bottom:3px double #aaa;
	font-size:14px;
	font-weight:bold;
}
.callarge td {
	height:120px;
	font-size:11px;
	vertical-align:top;
}
.callarge td.calspacing {
	background:#ccc;
}
.callarge td.today {
	background:#ffd;
	border:2px solid #CC9;
}
.callarge td.caldayoff {
	background:#eee;
}
.callarge td.snowdayoff {
	background:#d2f3ff;
}
.callarge td .dateday {
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.callarge td .schoolday {
	color:#999;
	font-size:11px;
	font-style:italic;
	text-align:center;
}
.viewmonth.noshow, .viewagenda.noshow {
	display:none;
}
table.v180daycal {
	border-collapse:collapse;
	margin:10px auto;
	width:80%;
}
table.v180daycal tr:nth-child(even) {
	background:#eee;
}
table.v180daycal td {
	padding:2px 5px;
}
.calbtns {
	display:flex;
	float:right;
}
.calbtns button {
	background:#eee;
	border:1px solid #aaa;
	cursor:pointer;
	margin-top:-7px;
	padding:8px;
}
.calbtns button.navbtn {
	width:80px;
}
.calbtns button.navbtn.sel {
	background:#fff;
}
.calbtns button.small {
	border-radius:4px;
	width:40px;
}
.calbtns button.left {
	border-right:0;
	border-radius:4px 0 0 4px;
}
.calbtns button.center {
	border-right:0;
	border-radius:0;
}
.calbtns button.right {
	border-radius:0 4px 4px 0;
	margin-right: 6px;
}
.calbtns button.notifications {
	background-image:url('/images/icon-notify.png');
	background-repeat:no-repeat;
	background-position:5px 10px;
	border-radius: 4px;
	padding-left:26px;
}
#calmosel {
	display:none;
}
#calmosel .showcal .ui-datepicker {
	margin:0 auto;
}
#calmosel .showcal .ui-datepicker-calendar a {
	cursor:default;
}
.viewagenda .thecalendar {
	padding:6px 10px;
}
.ath_notes {
	font-size:10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	word-wrap: break-word;
}
.calselect #checkall {
	background:url('/images/icon-downarrow.png') #ddd no-repeat 4px 4px;
	padding-left:28px;
	
}
.selectnotify {
	border-collapse:collapse;
	width:100%;
}
.selectnotify tr:nth-child(even) {
	background: #e2e2e2;
}
.selectnotify th {
	border-bottom:3px double #000;
	font-weight: bold;
	padding:4px;
}
.selectnotify td {
	padding: 4px;
}
#notifyathletics {
	max-height: 380px;
	overflow:auto;
}
.notificationPageContainer {
	margin:0 auto;
	max-width:800px;
}

/* Basic Form */
.basicform label {
	display:block;
	font-weight:bold;
	margin-top:10px;
}
.basicform input, .basicform select {
	border:1px solid #999;
	display:block;
	margin-bottom:10px;
	padding:2px 4px;
}
.basicform input:read-only {
	background:#ccc;
}

/* Special Link for Read More */
#link_readmore {
	padding:4px 8px;
	background:#060;
	color:#fff;
	font-weight:bold;
}


/* CSS for Facility Usage Forms */
.gof_content {
	background:#eee;
	border-bottom:1px solid #ccc;
	padding:20px 3%;
	margin:0 2% 20px 2%;
}
.gof_content p, .gof_content li {
	font-size:1.2em;
	margin:12px 0;
}
.gof_content .gof_nav {
	background:#ccc;
	border-bottom:1px solid #aaa;
	padding:10px 15px;
}
.gof_content .gof_nav a {
	font-weight:bold;
}
.gof_content .right {
	float: right;
}
.gof_content li {
	margin:12px 0;
}
.gof_content .gof_start_buttons {
	background-color:#fff;
	border-bottom:1px solid #bbb;
    clear:left;
	float:left;
	margin:10px 0;
	width:470px;
	padding:20px 20px 40px 20px;
}
.gof_content .gof_start_buttons h2, .gof_content .gof_start_buttons .gof_login_center {
	text-align:center;
}
.gof_content .gof_form_buttons {
	background:#f6f6f6;
	border-top:1px solid #eee;
	margin:15px -15px -35px -15px;
	padding:10px;
	text-align:right;
}
.gof_content .gof_start_buttons .gof_form_buttons button, .gof_content .gof_form_buttons button {
	margin:2px 4px 2px 0;
	padding:6px 9px;
}
.gof_content .gof_start_text {
	margin-left:550px;
}
.gof_content input, .gof_dialog input {
	border:1px solid #aaa;
	padding:4px 8px;
	margin-bottom:2px;
}
.gof_content select, .gof_dialog select {
	border:1px solid #aaa;
	padding:5px 8px 6px 8px;
	margin-bottom:2px;
}
.gof_content input[readonly="readonly"], .gof_dialog input[readonly="readonly"],
.gof_content input[disabled="disabled"], .gof_dialog input[disabled="disabled"],
.gof_content input[readonly], .gof_dialog input[readonly],
.gof_content input[disabled], .gof_dialog input[disabled],
.gof_content select[readonly="readonly"], .gof_dialog select[readonly="readonly"],
.gof_content select[disabled="disabled"], .gof_dialog select[disabled="disabled"],
.gof_content select[readonly], .gof_dialog select[readonly],
.gof_content select[disabled], .gof_dialog select[disabled] {
	background-color:#ddd;
	color:#666;
}
.gof_content input[type="text"], .gof_dialog input[type="text"] {
    height:20px;
}
.gof_content input[type="email"], .gof_dialog input[type="email"] {
    height:20px;
	width:300px;
}
.gof_content input[type="tel"], .gof_dialog input[type="tel"] {
    height:20px;
	width:125px;
}
.gof_content input[type="date"], .gof_dialog input[type="date"] {
	width:125px;
}
.gof_content input.organization, .gof_dialog input.organization {
	width:300px;
}
.gof_content input.street, .gof_dialog input.street {
	width:300px;
}
.gof_content input.zipcode, .gof_dialog input.zipcode {
	width:75px;
}
.gof_content input:invalid, .gof_dialog input:invalid,
.gof_content textarea:invalid, .gof_dialog textarea:invalid,
.gof_content select:invalid, .gof_dialog select:invalid {
    background:#ffd;
}
.gof_content .gof_start_buttons button, .gof_content .grid button {
	padding:5px 8px;
}
.gof_content .error, .gof_dialog .error {
	display:none; /* Initial display - don't show! */
	background-color:#fdd;
	border-bottom:1px solid #900;
	color:#900;
	font-weight:bold;
	margin:15px 0;
	padding:6px 10px;
}
.gof_content label:not(.nothead), .gof_dialog label:not(.nothead) {
	display:block;
	font-weight:bold;
	margin-top:16px;
	margin-bottom:4px;
}
.gof_content .grid {
	background:#fff;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:12px;
}
.gof_content .grid.header {
	border-top:1px solid #ccc;
	margin-top:20px;
}
.gof_content .grid.footer {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.gof_content .grid.footer.buttons {
	border-top:1px solid #ddd;
	background:#f6f6f6;
	padding:20px;
}
.gof_content .pic_float {
	background:#eee;
	float:left;
	margin:10px 10px 10px 0;
	padding:10px;
	min-width:320px;
}
.gof_content .multientry {
	margin:4px 0;
}
.gof_content .multientry .entry {
	margin:2px;
	padding:4px 8px;
	color:#000;
	background-color:#bbb;
	border-radius: 10px;
	font-size:13px;
	display:inline-block;
}
.gof_content .multientry .entry a {
	border-radius: 14px;
	background-color:#fff;
	color:#bbb;
	font-weight: bold;
	font-size:10px;
	display:inline-block;
	margin:0 0 0 8px;
	padding:2px 4px;
	text-decoration: none;
}
.gof_content .fielderror {
	background:#fee;
	border:1px solid #d00;
}
.gof_content .labelerror {
	color:#d00;
}

.gof_dialog .tier_select {
	background-color:#eee;
	border:2px solid #999;
	border-radius: 10px;
	cursor: pointer;
	padding:5px 10px;
	margin:10px 0;
}
.gof_dialog .tier_select:hover {
	background-color:#ffc;
	border-color:#bb8;
}
.gof_dialog .tier_select.selected {
	background-color:#cfc;
	border-color:#8b8;
}
.gof_message {
	font-size:1.2em;
	padding:5px 25px;
	margin:10px 5px;
}
.gof_message.warning {
	background:#ffc;
	border-bottom:2px solid #c60;
	color:#c60;
}
.gof_message.good {
	background:#cfc;
	border-bottom:2px solid #060;
	color:#060;
}
.gof_instructions {
	color:#339;
	font-style:italic;
	padding:4px;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}
.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
  display: inline;
}
.box.is-dragover {
  background-color: grey;
}
.box.is-uploading .box__input {
  visibility: none;
}
.box.is-uploading .box__uploading {
  display: block;
}