﻿

/*********** Staff Directory ***********/
input {
	font-size : 11px;
	font-family : arial;
}
select {
	font-size : 11px;
	font-family : arial;
}
.tableBorderSD{
	background-color: #AAAAAA;
	border-right : 1px solid Black;	
	border-bottom : 1px solid Black;		
	border-top : 1px solid #CCCCCC;	
	border-left : 1px solid #CCCCCC;
	padding-left:1px;		
}

.headingDir{
	background-color: #00A6CE;
	color : #FFFFFF;
	font-size : 11px;
	font-family : arial, verdana;
	font-weight : bold;
	padding: 3px 0px 3px 10px;
	
}
.buttonHead{
	background-color: #CCCCCC;
	color : #000000;
	font-size : 11px;
	font-family : arial, verdana;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;
	padding-right: 4px;
	border-right : 1px solid Black;	
	border-bottom : 1px solid Black;		
	border-top : 1px solid white;	
	border-left : 1px solid white;		
}
.darkBack{
	background-color: #CCCCCC;
	color : #000000;
	font-size : 11px;
	font-family : arial, verdana;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;
	padding-right: 2px;	
}
.lightBack{
	background-color: #E6E6E6;
	color : #000000;
	font-size : 11px;
	font-family : arial, verdana;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
	padding-right: 2px;	
}

.lightBackW{
	background-color: #E6E6E6;
	color : #000000;
	font-size : 11px;
	font-family : arial, verdana;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
	padding-right: 2px;	
}
.lightBackOn{
	background-color: #FEE0A4;
	color : #000000;
	font-size : 11px;
	font-family : arial, verdana;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
	padding-right: 2px;	
	cursor:hand;
}
.lightBackG{
	background-color: #FFFFFF;
	color : #000000;
	font-size : 11px;
	font-family : arial, verdana;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
	padding-right: 2px;	
}
.letterLink
{
    color : #000000 ;
	text-decoration:none;
}

a.letterLink
{
    color : #000000 ;
	text-decoration:none;
}
A:hover.letterLink
{
    color : #000000 ;
	text-decoration:underline;
}
A:visited.hover.letterLink
{
    color : #000000 ;
	text-decoration:underline;
}
A:visited.letterLink
{
    color : #000000 ;
	text-decoration:none;
}