#mint table {
	border-collapse: collapse;
	border-spacing: 1px;
}

#mint table td, th {
	padding:6px 6px;
	border-bottom:solid 1px #eee;
	vertical-align:top;
}

#mint table caption{
	background: #efefef;
	color: #333;
	text-align: center;
	font-size: 1.2em;
	line-height:3em;
}

#mint table thead th {
	background: #eee;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #fff;
	text-align:left;
}

#mint table tfoot td, tfoot th{
	background: #eee;
	border-bottom:solid 1px #fff;
	border-top:solid 1px #ccc;
}

#mint table tr.odd td, tr.odd th {
	background:#edf3fe;
}

/* links */

#mint table td a, td a:visited {
	padding-top:6px;
	padding-bottom:6px;
	margin-top:-6px;
	margin-bottom:-6px;
}

#mint table td a {
	color:#333;
}

#mint td a:visited {
	color:#999;
}

#mint table tbody th a {
	background: url(/images/table.png) center left no-repeat; 
	padding-left:20px;
	color:#333;
}

#mint table tbody a[title^="Download"] { 
	background: url(/images/arrow_down.png) center left no-repeat;
	padding-left: 20px;
}
