.IndicatorGroupHeader {
	font-weight: bold;
	cursor: pointer;
	margin-top: .5em;
	margin-bottom: .5em;
}

.IndicatorCheckBox {
}

.IndicatorName {
	font-size: 17px;
}

.IndicatorInfo {
}

.IndicatorLabel {
	font-size: 1.1em;
	font-weight: bold;
}

.IndicatorsHideDescription .IndicatorDescription {
	display: none;
}

.IndicatorsHideTechDesc .IndicatorTechDesc {
	display: none;
}


.IndicatorColumn {
	padding: .5em;
}

.QwiIndicatorItem {
	clear: both;
	font-size: .85em;
}

.ShowDescription.ShowTechDescription .IndicatorColumn {
	width: 30%;
}

.HideDescription.ShowTechDescription .IndicatorColumn,
.ShowDescription.HideTechDescription .IndicatorColumn {
	width: 45%;
}


.HideDescription.HideTechDescription .IndicatorColumn {
	width: 98%;
}

.HideTechDescription .IndicatorTechDescription {
	display: none;
}

.HideDescription .IndicatorDescription {
	display: none;
}


.EvenIndicator {
	background-color: #FFFAFA;
}

.OddIndicator {
	background-color: #e8e8ee; 
}

.AddIndicator, .DeleteIndicator {
	/* Designed to make a div look like a button. Prefer an actual button. */
	background-repeat: none;
	padding-left: 16px;
	padding-top: 16px;
	cursor: pointer;
}

.AddIndicator {
	background-image: url(../images/add.png);
}

.DeleteIndicator {
	background-image: url(../images/delete.png);
}


.SelectedIndicators div {
	padding-left: 18px;
}

.IndicatorGroupControl {
	padding-left: 18px;
	padding-top: 18px;
	background-repeat: no-repeat;
}

.OpenGroup .IndicatorGroupControl {
	background-image: url(../images/delete.png);
}

.ClosedGroup .IndicatorGroupControl {
	background-image: url(../images/add.png);
}


