<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* general styles also used in the CMS */
.subheader {
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	display: block;
	padding-bottom: 3px;
	margin: 0px;
}
.cleargray {
	color: #999999;
	font-weight: bold;
}
HR {
	width: 95%;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}
.maintextFCK {
	padding: 0px 35px 10px 25px;
	visibility: visible;
	background-color: #000000;
}
.maintextFCK, .maintextFCK td, .maintextFCK p {
	font: 9pt Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

.maintextFCK a, .maintextFCK a:visited, .maintextFCK a:active {
	font-size: 9pt;
	color: #ff9900;
	text-decoration: underline;
}
.maintextFCK a:hover {
	font-size: 9pt;
	color: #ff9900;
	text-decoration: none;
}
.maintextFCK ul {
	margin-left: 1em;
	padding-left: 1em;
}
.maintext {
	padding: 0px 35px 10px 25px;
	visibility: visible;
}
.maintext, .maintext td, .maintext p {
	font: 9pt Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

.maintext a, .maintext a:visited, .maintext a:active {
	font-size: 9pt;
	color: #ff9900;
	text-decoration: underline;
}
.maintext a:hover {
	font-size: 9pt;
	color: #ff9900;
	text-decoration: none;
}
.maintext ul {
	margin-left: 1em;
	padding-left: 1em;
}
/*	list with no bullet no indent: the 2 first ones work against each oter, the negative indent puts the bullet outside */
/*.maintext ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 1em;
}*/
.highlighted {background: #EEEEEE; padding: 3px 5px; display: compact;}
.rightaligned {text-align: right;}
.blue {color: #66CCFF;}
.green {color: #66CC99;}
.orange {color: #FF9900;}


/*	Table styles */
.piececell { 
	border-bottom: 2px ridge #FF9933; 
	background-color: rgba(0, 0, 0, 0.6);
}
.tabletitle {
	text-transform: uppercase;
	color: #FF9933;
	background-color: rgba(110, 110, 110, 0.6);
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}
.thumbtitle {
	color: #ffffff;
	/*background: #333333;*/
	font-weight: bold;
}
.thumbtitle::first-letter {
	text-transform: capitalize;
}
.thumb {
	background: #151515;
	border: 1px solid #935800;
	border-radius: 10px;
}
.thumbAlert {
	background: #151515;
	border: 1px solid #00FF00;
	border-radius: 10px;
}
.panieritem {
	border: 1px solid #935800;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-radius: 3px;
	min-height: 38px;
	vertical-align: middle;
}
.imgpanier {
	max-height: 47px;
	padding-right: 3px;
}
.dottedborder {border: 1px dotted #CCCCCC;}
.noborder {border: none;}
.graycell {background: #EEEEEE;}
</pre></body></html>