@CHARSET "UTF-8";

TABLE.entry {
	width: 440px;	
}

TH.entry, TD.entry {
	border-style: solid !important;
	border-color: #006B6B;
	border-width: 1px;
	
	padding: 2px;
	margin: 0;
}

TH.entry {
	font-weight: normal;
	width: 440px;
	
}

TBODY TD.entry {
	background: url("/images/transparenz_white.png");
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	width: 440px;
}

TFOOT TD.entry {
	background: url("/images/transparenz_gray.png");
	text-align: center;
	font-size: 8pt;
}


/* Links 
TBODY TD.entry A {
	text-decoration: underline;
	color: blue;
}

TBODY TD.entry A:visited {
	color: purple;
}

TBODY TD.entry A:active {
	color: red;
}*/

TD.entry .locked {
	color: maroon;
}


/* Message */
TBODY TD.entry P {
	padding: 4px 0 4px 0;
	margin: 0;
}

TABLE.cleared {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
