/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

table {
	border-bottom: 0;
	border-right: 0;
	display: block;
	font-size: 90%;
	width: 46em;
	margin: 8pt auto;
}

td {
	height: 2.5em;
	vertical-align: middle;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #FFF;
}

td.location {
	width: 13em;
}

td.name {
	width: 15em;
}

td.email {
	width: 18em;
}

tr.alt td {
	background-color: #F1F1D6;
}

tr.tableHeader td {
	height: 2em;
	background: url(/images/bg-navi-main-current.gif) repeat-x scroll center top !important;
	font-weight: bold;
	color: #FFF;
	border-bottom: .1em solid #9E832E;
}

tr.tableHeader td span {
	font-size: 120%;	
}

td.first {
	border-left: .1em solid #9E832E;
}

td.last {
	border-right: .1em solid #9E832E;
}

tr.bottom td {
	border-bottom: .1em solid #9E832E;
}

tr.hidden td {
	text-align: left;
	font-size: 115%;
	background-color: transparent;
}