table {
	background: #252525;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #fff;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #000000;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
background:#000000;
	display: block;
	padding: 2px 2px;
	text-decoration: none;
}
th a:hover {
	background: #000;
	color: #333;
	text-decoration: none;
}
table tr td {
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #252525;

}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
