table, tr, th, td, td * {
	z-index: 2;
}

img.world {
	position: absolute;
	top: 60px;
	opacity: 0.2;
	filter: alpha(opacity=20)
	z-index: 1;
}

div.name {
	font-weight: bold;
}

.who { width: 400px; }
.application { width: 200px; }

select { width: 180px; }

td.category {
	padding-top: 15px;
	font-weight: bold;
	color: #0089C5;
}

.action {
	display: none;
}