@charset "utf-8";
/* CSS Document */
a img {
	border: 0;
	text-decoration: none;
}

table.sortable {
	test-align: center;
}

table.sortable th, table.sortable td {
	text-align: center;
}

table.sortable th {
	background-color: #FEECAE;
}

table.sortable td {
	border-width: 0px 1px 0px 1px;
	text-align: left;
}

table.sortable tr.odd td {
	background-color: #FBD451;
}

table.sortable tr.even td {
	background-color: #FDEBAF;
}

table.sortable tr.sortbottom td {
  border-top: 1px solid #444;
  background-color: #ccc;
  font-weight: bold;
}
