table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-spacing: 0;
	margin: 0 0 1em;
	line-height: 12px;
}

th, td {
	padding: .5em;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
}

tr td.header {
	font-weight: bold;
	background: #999 !important;
	color: #fff;
}

tr td.one {
	background: #ebebeb;
}

tr td.colhov {
	background: #ccc !important;
}

tr:hover td {
	background: #ccc !important;
}

tr.alt td {
	background: #f5f5f5;
}

table tr td:hover {
	background: #444 !important;
	color: #fff !important;
	cursor: text;
}

tr.rowsel td {
	background: #666 !important;
	color: #fff !important;
}

table tr td.header.colhov,
			table tr:hover td.header {
	background: #666 !important;
	color: #fff !important;
}

::selection {
	background: #93cf9b;
/* Safari */
}

::-moz-selection {
	background: #93cf9b;
/* Firefox */
}