table {
	border-collapse: collapse;
}
table, caption {
	margin: 0 auto;
	border: 1px solid #CCC;
}
caption, th, td {
	border-left: 0;
	padding: 10px
}
caption, thead th, tfoot th, tfoot td {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}
thead th {
	background-color: #e6291e;
	color: #FFF;
	text-align: left
}
tbody th {
	padding: 10px 10px
}
tbody tr.odd {
	background-color: #E1E1E1;
	color: #666
}
tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}
tbody a:active, tbody a:hover, tbody a:focus, tbody a:visited {
	color: #666
}
tbody tr:hover {
	color: #333
}
tbody tr:hover a {
}
tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}
tbody td+td+td+td a:active, tbody td+td+td+td a:hover, tbody td+td+td+td a:focus, tbody td+td+td+td a:visited {
	color: #E63C1E
}
tbody td a {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -999em;
	border-bottom: 0
}
