/*
  includes/base.css
  Rules that were byte-identical, copy-pasted into every page's <style>
  block. Edit here once and every page picks it up.

  Rules that differ slightly page-to-page (e.g. .button-link, .main-table,
  .header-box, .blink, .img-frame, .dl-btn, .hit-counter, .warning-banner)
  were LEFT in each page's own <style> block on purpose — a couple of pages
  had already drifted to slightly different border widths / blink speeds,
  and merging those silently would have changed how they look. Worth a
  look if you want one consistent look everywhere, but that's a design
  decision, not a plumbing one.
*/

html {
  background-color: #000000;
}

a:visited { color: #FF00FF; }
a:hover { color: #FFFF00; background-color: #FF0000; text-decoration: none; }

.content {
  padding: 0 12px;
  vertical-align: top;
}

.status-box {
  border: 1px solid #00FF00;
  background-color: #001100;
  padding: 8px;
  font-size: 12px;
  margin-bottom: 15px;
}

.sidebar-left {
  width: 190px;
  vertical-align: top;
  border-right: 2px dashed #FF0000;
  padding-right: 10px;
}

.header-banner-img {
  max-width: 100%;
  height: auto;
  border: 2px ridge #FF0000;
  margin-bottom: 8px;
}
