@charset "utf-8";
/* CSS Document */

#boardChairs table,
#boardMembers table

{
	width: 521px;
}

#boardChairs col#chairNameCol,
#boardMembers col#boardNameCol
{
	width: 147px;
}

#boardChairs table th.chairNameCell,
#boardChairs table td.chairNameCell
{
	border-left: solid 1px #7599AC;
}

#boardChairs table tbody tr:hover td
{
	background-color: #003359;
	color: #FFF;
	border-color: #003359;
	cursor: pointer;
}

#boardMembers table th.boardNameCell,
#boardMembers table td.boardNameCell
{
	border-left: solid 1px #7599AC;
}
#boardMembers table tbody tr:hover td
{
	background-color: #003359;
	color: #FFF;
	border-color: #003359;
	cursor: pointer;
}
