/* general styles also used in the CMS */
h1 {
	margin:0px 0px 10px;
}
h1 {
	font-size:10pt;
	padding-top:3px;
	padding-bottom:7px;
	color: #FF9933;
	padding-left: 0px;
	text-transform: uppercase;
}
.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: 1px solid #FF9933; background: #000000;}
.tabletitle {
	text-transform: uppercase;
	color: #FF9933;
	background: #333333;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}
.thumbtitle {
	color: #ffffff;
	background: #333333;
	font-weight: bold;
}.thumb {
	background: #000000;
	border: 1px solid #666666;
}

.dottedborder {border: 1px dotted #CCCCCC;}
.noborder {border: none;}
.graycell {background: #EEEEEE;}
