@charset "utf-8";
/* CSS sheet for the umlisting page */
/* updated 27-Jan-08 */
#umtable {
	border: 3px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	empty-cells: show;
	table-layout: auto;
	font-size: 1.3em;
	border-collapse: separate;
	caption-side: top;
	width: auto;
	text-align: center;
	position: relative;
	left: 20px;
}
caption {
	font-size: 1em;
	margin-right: 0px;
	font-weight: 700;
}
th {
	color: lime;
	background-color: #000;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #000;
}
td {
	border: 1px #000000 solid;
	padding: 5px;
	display: table-cell;
}
tr {
	color: #333;
	background: #eee;
}
tr.oddRow {
	background: #FFFFFF;
}
tr.evenRow {
	background: #ccc;
}
p {
	font-size: 1.2em;
	width: auto;
}
tr#headerRow th {
	text-align: center;
	color: #FFFF00;
	width: 100px;
}
tr#footerRow th {
	text-align: center;
	color: #FFFF00;
}
.cornerCell {
	background: black;
}
.list {
	font-size: 1.2em;
}

