/* Inline styles moved to external CSS */
#errorMessage { color: red; }
.validation-summary-valid ul li { display: none; }
.text-center { text-align: center; }
.float-right { float: right; }
.float-left { float: left; }
.margin-left-0 { margin-left: 0; }
.margin-right-10 { margin-right: 10px; }
.margin-right-30 { margin-right: 30px; }
.padding-20 { padding: 20px; }
.display-none { display: none; }
.display-block { display: block; }
.display-inline { display: inline; }
.bg-light-blue { background-color: #e5f5ff; }
.bg-white { background-color: #fff; }
.width-100px { width: 100px; }
.width-700 { width: 700px; }
.width-100pct { width: 100%; }
.width-15pct { width: 15%; }
.width-20pct { width: 20%; }
.margin-0 { margin: 0; }
.padding-0 { padding: 0; }
.padding-top-20 { padding-top: 20px; }
.margin-top-20 { margin-top: 20px; }
.margin-bottom-0 { margin-bottom: 0; }
.margin-top-0 { margin-top: 0; }
.text-decoration-underline { text-decoration: underline; }
.text-decoration-none { text-decoration: none; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.width-400 { width: 400px; }
.float-none { float: none; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.bg-transparent { background: none !important; background-color: transparent !important; }
.border-none { border: none !important; }
.padding-0-important { padding: 0 !important; }
.cursor-pointer { cursor: pointer; }
.width-40 { width: 40px; }
.font-inherit { font: inherit; }
.color-inherit { color: inherit; }
.color-black { color: black; }
.border-top-1-white { border-top: 1px solid #fff; }
.border-left-0 { border-left: 0; }
.border-right-0 { border-right: 0; }
.top-200 { top: 200px; }
.left-120 { left: 120px; }
.top-227 { top: 227px; }
.left-150 { left: 150px; }
.font-size-14 { font-size: 14px; }
.font-weight-bold { font-weight: bold; }
.font-weight-normal { font-weight: normal; }
.margin-5-right { margin: 0 5px 0 0; }
.margin-right-5 { margin-right: 5px; }
.color-red { color: red; }
.cellspacing-0 { border-spacing: 0; }
.cellpadding-0 { padding: 0; }
.active-menu { background: #e5975c; }
