
#team td {
 border:1px solid #000000;
 padding:2px;
}

#team th {
 background-color:#333366; /* Could be changed locally, or at global to black to match everything */
 border:1px solid #000000;
}

#team .grayTD {
 background-color:#e3e3e3;
}

.grayTD td{background-color:#CCC;border-color:#aaa;}
.whiteTD td{background-color:white;border-color:#aaa;}

/*************************************/
/**  IE 6 Peekaboo-Bug Holly Hack   **/
/*************************************/
/* Removed the first universal selector "*" from in front of the "html" */
/* seclector to avoid the peek-a-boo bug from cropping up again on systems */
/* with IE7 installed - AE 10/26/2006 */

/* Hides from IE5-mac \*/
html #contentWrapper {height: 1%;}
/* End hide from IE5-mac */


/*************************************/
/**      Table Row Formatting       **/
/*************************************/

.tableHeader td,th{background-color:#036;font-weight:bold;color:#ddd;border-color:#aaa;}
.tableHeader td a:link {color:white;text-decoration:underline;}
.tableHeader td a:visited {color:white; text-decoration:underline;}
.tableHeader td a:active {color:white; text-decoration:underline;}
.tableHeader td a:hover {color:#a00; text-decoration:underline;}
.tableHeader th a:link {color:white;text-decoration:underline;}
.tableHeader th a:visited {color:white; text-decoration:underline;}
.tableHeader th a:active {color:white; text-decoration:underline;}
.tableHeader th a:hover {color:#a00; text-decoration:underline;}


.grayTD td{	background-color:#CCC;border-color:#aaa;}
.whiteTD td{background-color:white;border-color:#aaa;}

/*************************************/
/**    Table Cells for Contact Us   **/
/*************************************/
.dirEmp {vertical-align:top;}
.dirPhone {vertical-align:top;}
.dirEmail {vertical-align:top;}
.dirOffice {vertical-align:top;}
.dirSubjects {vertical-align:top; font-size:8pt;}
.dirSubjects ul {margin:0;padding:0 5px;}
.dirSubjects li {list-style:none;margin:0;padding:0;}


/** Style for the calendar popup, keep it minimal **/

.cpMonthNavigation { text-align: center;
background-color: #ddd;
}

.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpDayColumnHeader { text-align: right;
}
.cpDayColumnHeader { border-bottom: 1px solid #ddd;
}
.cpTodayText {  border-top: 1px solid #ddd;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText {font-size: .8em; text-align: right;
}