﻿/* School-specific styles to override district defaults */

/* 
Colors based on 006699...
0097D1 408DB3 80B3CD BFD9E5 (CFE3EC E0EDF3) E6F0F5
005782 004D73 00334D 001A26 000A0F
*/

/* Highlighter Yellow -- based on FFF9C6 */
/* Highlighter Green -- based on ECFDCE */
/* Headline Orange -- based on CC6600 */

/* Link Colors: Based on #114488 (blended with #cccccc and #111111) 
114488 406699 6F88AA 9DAABB BABFC6
113D77 11376A 122B4D 111E2F 11161D
*/

/*
Font size conversion, from points to percent, based on the YUI 13pt beginning value
--------------------------------------------------------------------------------------
Px: 10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26 	
% : 77   85   92  100  107  114  122  129  136  144  152  159  167  174  182  189  197
--------------------------------------------------------------------------------------
*/


body 
{ 
  background-image: url(stripe.png);
  background-repeat:repeat;
	background-color: #060;
	color: #111;
	font-family: verdana;
}

#stafflist table {
margin:0 0 1em 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
border:1px solid #060;
}

#stafflist td {
border:1px solid #060;
font: 100% Verdana,Tahoma,Arial,Helvetica,sans-serif;
padding-top:3px;
padding-bottom:3px;
padding-left:2px;
padding-right:1px;
text-align:left;
background-color:#fff;
color:#111111;
}

#stafflist td a {
text-decoration: none;
}
#stafflist td a:hover {
text-decoration: underline;
}

.tabheader 
{
  margin: 0;
  padding: 0 0 1px 0;
  background-color:#E6F0F5;
  border: 1px solid #BFD9E5;
  border-bottom: 0;
  font-weight:normal !important;
}

.tabheader a 
{
  border-bottom: 0;
  padding: .1em .3em .2em .3em;
  font-weight:normal !important;
}

.tabheader a:hover
{
  color: #111;
}

.selected .tabheader
{
  background-color:#BFD9E5 !important;
}