.shadow {
	background: #919191;
}

table {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #FFF;
}

table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #000;
	border-bottom: none;
	background: #FFF;
}

table th, table td {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px inset #999;
}

table th {
	color: #555;
}

table .name {
	text-align: left;
}

table tr {
	background: #E6E6E5;
}

table tr.alt {
	background: #F1F1F1;
}

table td a {
	display: block;
	font-weight: bold;
}

