@charset "utf-8";
/* CSS Document */
html, body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	/* background:#FFF url(/lib/img/bground.jpg) repeat-x 0 0; */
	background-color:#FFD3E9;
	margin:0;
	padding:0;
	color:#000;
}
a {
	color:#000;
	text-decoration:none;
}
table em {
	font-style:italic;
	font-size:small;
}
table {
	border:1px solid #C3C3C3;
	border-collapse:collapse;
	width:99%;
}
th, tr.th td {
	background-color:#D6D6D6;
}
th.column, td.column {
	background-color:#D6D6D6;
	font-weight:700;
}
tr, th, td {
	border-bottom:1px solid #C3C3C3;
	border-top:1px solid #C3C3C3;
	padding:5px;
	vertical-align:top;
}
th {
	color:#666;
}
table.sort th:hover {
	color:#000;
	cursor:pointer;
}
tr.even {
	background-color:#E9E9E9;
}
tr.odd {
	background-color:#FFF;
}

#logo, #topSearch, #topNav, #footer {
	display:none;
}
