
@charset "UTF-8";
/* CSS Document */
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 90%;
}
td, th {
	padding: 10px 4px;
	border-bottom: 1px solid #FFF;
}
th a:hover {
	text-decoration: underline;
}
tr {
	font: 12px sans-serif;
	background:#FFF;
}
tr:hover {
	background: #FFF;
}
tr#th:hover {
	background:#FFF;
}
td.tools {
	text-align:right;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
