#table {
	border: 3px solid #e3e3e3;
	border-spacing: 0;
	cursor: default  !important;
	font: normal 12px "trebuchet ms", arial !important;
	margin: 10px 0;
}
#table a {
	color: inherit !important;
	text-decoration: underline;
}
#table tbody tr {
	background: #eaf2ff;
}
#table tbody tr:nth-child(odd) {
	background: #f0f5ff;
}
#table tbody tr:hover {
	background: #f5fbff;
}
#table th {
	background: #689;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.1em !important;
	font-weight: bold !important;
	padding: 3px 5px 0 5px;
	text-align: left !important;
	text-shadow: 1px 1px 0px #245;
	text-transform: uppercase !important;
}
#table tbody td {
	border-bottom: 1px solid #fff;
	color: #036;
	padding: 3px 5px 3px 5px;
}