
#screenshot {
	margin: 0;
	padding: 8px;
	position: absolute;
	border: 1px solid #122025;
	background: #000;
	display: none;
	z-index: 200;
}
.darkHover:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.myOwnXTable td {
	background-color: black;
	color: white;
}
.myOwnXTable span {
		color: white;
}


