<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Style Sheet for the board of education pages.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the board of education pages.
-------------------------------------------------------
Copyright (c) 2011, Chasetheweb.net

Last Updated: Janean Angeles
 */ 

/*////////////////////////////////////////////////////////////////////////////////*/
.ajax__calendar_body table tr td { padding: 0px; }
div#local, div#sub1{display: none;}

/*#region File Cabinet*/
.FileCabinet { margin-bottom: 20px; }

.searchFileCabinet td { padding: 3px; }
div#local input[type=text] { }
.searchName { width: 143px; padding: 0 5px; height: 22px; font: 12px "segoe ui",arial,sans-serif; color: #333333; font-style: italic; border: 1px solid #8e8e8e; }
.searchSubmit { padding: 3px; }
/*#endregion*/

/*#region specific treeview items*/
.RadTreeView .rtLI, .RadTreeView .rtIn{white-space: normal !Important;}
.RadTreeView_Default .rtHover .rtIn,   
.RadTreeView.Default .rtSelected .rtIn {background-image: none !Important;background-color: Transparent !Important;border: none !Important;padding: 3px 3px 3px 0px !important;}
.RadTreeView_Default .rtHover a.rtIn:active,.RadTreeView_Default .rtHover a.rtIn:focus {font-weight:700;}
.RadTreeView .rtLI{padding-bottom: 5px;line-height: 1em !Important;}
.RadTreeView .rtUL .rtUL{margin-top: 0px;}
.RadTreeView .rtLast{padding-bottom: 0px; /*prevent double spacing*/}
.RadTreeView .rtIn{padding-left: 0px !Important;}
div#local .newIcon{color: Red;}
.memberRecord{}
.memberRecord .profilePic{float: left;margin-right: 8px;margin-bottom: 3px;}
.memberDivider{border-top: dashed 1px #999;height: 1px;clear: both;margin-top: 10px;}
/*#endregion*/

/*#region Board News*/
.boe-news { margin-bottom: 20px; }
.boe-news table { width: 100%; }
.boe-news table td { padding: 0 0 8px 0 !important; }
.boe-news table td:first-child { padding: 0 !important; }
/*#endregion*/

/*#region Upcoming Events*/
#events { margin-bottom: 20px; }
#events .event { margin-bottom: 8px; }
#events .event .Event-Date { font-weight: bold; }
/*#endregion*/</pre></body></html>