<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tableShadow {
	box-shadow: 5px 5px 20px 2px #383838;
		-moz-box-shadow: 5px 5px 20px 2px #383838;
		-webkit-box-shadow: 5px 5px 20px 2px #383838;
	border:2px solid #a1a1a1;
		-moz-border:2px solid #a1a1a1;
		-webkit-border:2px solid #a1a1a1;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;	
}
.styleH1 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	background-image: url(../../&lt;?php echo $_SKIN; ?&gt;/images/h1-gradient.png);
	background-repeat: repeat-x;
	filter: glow(color=black,strength=5);
	width: 100%;
	line-height: 100%;
	padding: 5px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.lastRow{
	border: none;

	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	border-radius:25px;
}

.tableShadow tr:hover {
          background-color: #ffff99;
    }</pre></body></html>