/*

	Too change the basic colour scheme do a global find and replace 
	using the the text below from the # to the final / as the search term
	and an identical replace term with only the 6 hex chanracter changed to the desired values
	
*/

.FlagLabel {
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	float: left;
}

.FlagLabelAccountSummary {
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	float: left;
}

.chkValue {
	clear: left;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	text-align: left;
	float: left;
	width: 13px;
}

.PicRemove {
	font-size: 16px;
	width: 16px;
	height: 16px;
}

.FlagValueOpt {
	vertical-align: top;
	padding: 0;
}

.FlagValueLst {
	border-bottom: none 0px;
	border-left: none 0px;
	border-right: none 0px;
	border-top: none 0px
}

.FlagValueTxt {
	vertical-align: middle;
}

.FlagNotesLabel {
	text-align: left;
	padding-left: 5px;
}

.FlagIndicators {
	overflow: auto;
	background-color: var(--OldLightBackgroundColour);
}

.FlagOverflow {
	overflow: auto;
}

.AccountIndicatorContent {
	background-color: var(--OldLightBackgroundColour);
}

table.optVert input {
	float: left;
	display: block;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}

table.optVert label {
	width: 270px;
	display: block;
	padding:3px 0px 0px 0px;
	vertical-align:top;
}

span.optHorz input {
	float: left;
	width: 15px;
	vertical-align: top;
	padding: 0px 15px 0px 0px;
	margin-left: 0px;
}

span.optHorz label {
	float: left;
	padding: 3px 10px 0px 0px;
	vertical-align: top;
}