﻿a.nav-skip {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

	a.nav-skip:active, a.nav-skip:focus {
		position: static;
		width: auto;
		height: auto;
	}

a[disabled] {
	pointer-events: none; /* Only IE allows disabled attribute on anchor tags, everything else uses css */
}

.main-content {
	outline: none;
}

.banner-maintenance {
	background-color: #1c689f;
}

.banner-testing {
	background-color: red;
}

.bold {
	font-weight: bold;
}

.bottom-border {
	border-bottom: 1px solid #bebebe;
}

.centered {
	text-align: center;
}

.clear {
	clear: both;
}

.default-cursor {
	cursor: default !important; /* Special elements throughout the portal can be selected, this class exists to specifically override the cursor style when selection is not allowed */
}

.default-width {
	width: auto;
}

.pointer-cursor {
	cursor: pointer;
}

.error,
.error-message,
.money-cost {
	color: red;
}

.error-message {
	font-size: 12px;
}

.faded-text, a.faded-text {
	color: Gray;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-right {
	text-align: right;
}

.gap {
	height: 10px;
	width: 100%;
}

.gap-below {
	margin-bottom: 10px;
}

.indent {
	margin-left: 20px;
}

.indent-right {
	margin-right: 20px;
}

.invisible {
	display: none !important;
}

.money-cost {
	font-size: 10pt;
}

.pad-left {
	padding-left: 20px !important;
}

.pad-right {
	padding-right: 5px;
}

.pad-top {
	padding-top: 5px;
}

.scrollable {
	overflow: auto;
}

.small-text {
	font-size: 0.8em;
}

.solid {
	display: inline-block;
}

.success {
	color: forestgreen;
	font-weight: bold;
}

.two-column {
	width: 50%;
	float: left;
}

.three-column {
	width: 33%;
	float: left;
}