﻿/* 
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
 */ 

/*////////////////////////////////////////////////////////////////////////////////*/
div#layout { float: right; width: 662px; }
div#local { display: block; float: left; width: 184px; padding: 8px; background-color: #042c6f; color: #fff; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; }
div#main { float: left; width: 462px; }
div#sub1 { display: block; float: right; width: 164px; padding: 8px; background-color: #042c6f; color: #D3C084; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; }

div#main h1,
div#main h3 { font-size: 2em; margin: 0 0 0.5em; padding: 0; font-weight: normal; line-height: 1em; color: #042c6f; }

div#local h1,
div#local h2,
div#local h3, 
div#sub1 h1, 
div#sub1 h2, 
div#sub1 h3 { color: #D3C084; font-size: 1.4em; margin: 0 0 0.5em; padding: 0; }

.FileCabinet-SearchForm { }
.FileCabinet-SearchForm .searchFileCabinet td { padding: 3px 0; }

div#sub1 a {
    color: #fff;
}

div#local div#sideBar div#Links ul,
div#local div.contentDiv ul { list-style-type: none !important; margin-left: 0 !important; }

.RadTreeView_Default,
.RadTreeView_Default a.rtIn,
.RadTreeView_Default .rtEdit .rtIn input { color: #fff !Important; }
.RadTreeView_Default .rtHover .rtIn { background-image: none !Important; border-color: #fff !Important; background-color: transparent !Important; text-decoration: underline !Important; color: #D3C084 !Important; }
.rtSelected .rtIn { color: #D3C084 !Important; }
