body {
	padding:5px;
}

select {
	margin: 5px 0px;
	height:24px;
	line-height: 24px;
}

table {
	border-collapse: collapse;
	margin: 5px 0px;
}

th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	font-size: 9pt;
}

thead tr {
	background-color: #0d47a1;
	color: #ffffff;
}

tbody tr:nth-child(2n) {
	background-color: #e3f3fd;
	
}

.tbl tbody tr:hover {
	background-color: GreenYellow;
}

/*
tbody tr:nth-child(2n+1) {
	background-color: #e3f3fd;
	background-color: #bbdefb;
	
}
*/

/*
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	font-size: 9pt;
}

th {
	background-color: gray;
	color: white;
}

td {
	background-color: white;
}
*/
a {
	font-weight: bold;
	text-decoration: none;
}
