/* CSS Document */

img {
	border: none;
}

table {
	border: 1px solid #000;
}
tr.header th {
	background-color: #ccc;
	border-bottom: 1px solid #000;
}
tr.odd {
	background-color: #f0f0f0;
}

th {
	text-align: center;
	vertical-align: middle;
	padding: 1px 2px;
}
th.header {
	border-left: 1px solid #000;

}

td {
	border-left: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	padding: 1px 2px;
}

.yes {
	font-weight: bold;
	color: #0c0;
}
