﻿/* 
Style Sheet for the staff module.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the staff module.
-------------------------------------------------------
Copyright (c) 2011, Chasetheweb.net

Last Updated: Janean Angeles
 */ 

/*////////////////////////////////////////////////////////////////////////////////*/
div#layout { float: none; width: auto; }
div#sub1 { float: left; width: 184px; padding: 8px; margin: 0; display: block; background-color: #042c6f; color: #fff; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; min-height: 300px; }
div#main{ float: right; width: 662px; display: block; margin: 0;}	
div#local {display: none; }

div#local h1,
div#local h3,
div#sub1 h3 { color: #D3C084; font-size: 1.4em; margin: 0 0 0.5em; padding: 0; }
.staff-schools-list td { padding-bottom: 10px; }
.staff-schools-list a { color: #fff; }

div#main h3 { font-size: 2em; margin: 0 0 0.5em; padding: 0; font-weight: normal; line-height: 1em; color: #042c6f; }
.Staff-Directory-Table { width: 100%; }
.Staff-Directory-Table .staffSchoolName { color: #042C6F; }
.Staff-Directory-Table .Staff-Departments-Table { width: 100%; }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment { }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment .staffDepartmentHeader { background-color: #D3C084; color: #042C6F; padding: 3px; font-size: 1.2em; font-weight: normal; }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment .Staff-Categories-Table { }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment .Staff-Categories-Table .staffGroup { }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment .Staff-Categories-Table .Staff-Table { }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment .Staff-Categories-Table .Staff-Table .staffMember { }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment .Staff-Categories-Table .Staff-Table .staffMember .staffMemberLink { }
.Staff-Directory-Table .Staff-Departments-Table .staffDepartment .Staff-Categories-Table .Staff-Table .staffMember .contactInfo { }
