
.infoTable {
	width: 100%;
/*	border: solid 1px black;*/
}

.infoLeft {
	text-align: right;
}

.infoRight {
	text-align: left;
}

.subHeading {
	padding-top: 1em;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.openInformation {
	display: block;
}

.collapsedInformation {
	display: none;
}

.informationExpander {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 2px 2px 0.5em;
/*	border-left: 10px solid #6699ff;*/
	border-left: 10px solid #999999;
	border-right: 1px solid #6699cc;
	border-bottom: 1px solid #336699;
}

.informationExpander a:link,
.informationExpander a:visited {
	text-decoration: none;
}

.fullProductionInfo {
	border-style: double;
}
