/* Shared general styles. */

.tlsWarn {
	font-weight: bold;
	margin-top: 1em;
	text-align: left;
	color: OrangeRed;
}

.tlsWarnNoUnd:link {
  text-decoration: none;
  color: OrangeRed;
}

.tlsWarnNoUnd:visited {
  text-decoration: none;
  color: OrangeRed !important;
}

.tlsWarnNoUnd:hover {
  text-decoration: none;
  color: OrangeRed !important;
}

.tlsWarnNoUnd:active {
  text-decoration: none;
  color: OrangeRed !important;
}


.tlsWarnUnd:link {
  text-decoration: none;
  color: OrangeRed;
}

.tlsWarnUnd:visited {
  text-decoration: none;
  color: OrangeRed;
}

.tlsWarnUnd:hover {
  text-decoration: underline;
  color: OrangeRed;
}

.tlsWarnUnd:active {
  text-decoration: underline;
  color: OrangeRed;
}

.center-text {
	text-align: center;
}

.fill-container {
	width:100%;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.redText {
	color: red !important;
}

.ltredText {
	color: rgb(255,180,180) !important;
}

.crimsonText {
	color: Crimson !important;
}

.yellowText {
	color: orange !important;
}

.greenText {
	color: ForestGreen !important;
}

.palegreenText {
	color: PaleGreen !important;
}