body { background: #500 linear-gradient(180deg, #000, #100, #500);
background-attachment: fixed; }

.popup { background: linear-gradient(135deg, #C90, #500); }

.altBackground, input, textarea, button, select, .file_upload:not(.populated):hover, .hoverAltBackground:hover { background: rgba(127, 127, 127, 0.25) }

.strongAltBackground, .strongAltBackgroundHover:hover { background: rgba(127, 127, 127, 0.5) }

.solidAltBackground { background: rgba(127, 127, 127, 1) }

.altBorder, input, textarea, button, select { border-color: rgba(127, 127, 127, 0.25) }

.strongAltBorder, .file_upload, #pageNavigationButtons button:disabled { border-color: rgba(127, 127, 127, 0.5) }

.solidAltBorder { border-color: rgba(127, 127, 127, 1) }

.altOutline { outline-color: rgb(127, 127, 127, 0.25) }

.solidAltOutline { outline-color: rgb(127, 127, 127) }

.solidAltColor { color: rgb(127, 127, 127) }

* { color: #FFFFFF }

.covertLink { color: #FFFFFF }

a:not(.covertLink), .fakeLink { color: white;
text-shadow: 0 0 10px yellow; }