#table {
	clear: both;
	width: 100%;
	font-size: 80%;
	background: #919191;
	margin-top: 20px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid Black;
	background: White;
	position: relative;
	top: -4px;
	left: -4px;
}

table tr {
	background: #F4F7FB;
}

table tr.alt {
	background: White;
}

table th {
	background: #DBE4EE;
}

table caption {
	margin: 0px;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid Black;
	border-bottom: none;
	background: White;
}

table th, table td {
	margin: 0px;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
}
