/* @override http://0.0.0.0:3000/stylesheets/tables.css */

table {
	clear: both;
	width: 100%;
	margin: 0px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #c7cad4;
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid silver;
	padding: 3px;
	margin: 3px;
}

thead tr {
	background-image: url(../images/gradient.png) left bottom;
}

th {
	font-weight: bold;
	padding: 5px;
	height: 16px;
	color: #333;
	background: #F5f5f5 url(../images/gradient.png) left bottom;
	border-bottom: 1px solid #c7cad4;
	border-right: 1px solid #c7cad4;
	text-shadow: 1px 1px #fff;
}

th.action {
	width: 10%;
}

th.right {
	text-align: right;
}

tfoot {
	font-weight: bold;
}

tfoot td.total {
	text-align: right;
	white-space: nowrap;
	background-image: url(../images/stripes.png);
}

tr.even td {
	background-color: #fff5e5;
	border-bottom: 1px solid #c7cad4;
}

tr.even.marker td {
	background-color: inherit;
}

tr td {
	background-color: #fffdf9;
	border-bottom: 1px solid #c7cad4;
	padding: 7px;
	vertical-align: top;
}

td a {
	color: black;
}

td.type {
	font-size: x-small;
	white-space: nowrap;
}

td.date {
	font-size: x-small;
	white-space: nowrap;
}

td.subdomain {
	white-space: nowrap;
	padding: 7px 0px 7px 7px;
}

td.subdomain div {
	display: inline;
	height: 16px;
	position: relative;		
}

td.subdomain div span {
	padding-right: 20px;	
}

td.subdomain div img {
	position: absolute;
	top: 0px;
	right: 0px;
}
