/* Retro FrontPage 2000 shared styles */
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 10px 14px;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  color: #000080;
  border-bottom: 3px double #000080;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: #000080;
  border-left: 4px solid #000080;
  padding-left: 8px;
  margin: 14px 0 6px;
}

h3 {
  font-size: 12px;
  color: #800000;
  margin: 10px 0 4px;
}

p { margin: 0 0 8px; line-height: 1.5; }
a { color: #0000cc; }
a:visited { color: #800080; }
a:hover { color: #cc0000; }

hr {
  border: none;
  border-top: 1px solid #000080;
  border-bottom: 1px solid #c0c0c0;
  margin: 10px 0;
}

/* Classic table-based layout */
table.content-table {
  border-collapse: collapse;
  width: 100%;
}
table.content-table td {
  padding: 4px 6px;
  vertical-align: top;
  font-size: 12px;
}
table.content-table tr:nth-child(even) { background: #f0f0f8; }
table.content-table th {
  background: #000080;
  color: white;
  padding: 4px 6px;
  font-size: 11px;
  font-family: Verdana;
}

/* Bevel box for callouts */
.callout-box {
  background: #ffffcc;
  border: 2px solid #cccc00;
  padding: 6px 10px;
  margin: 8px 0;
  font-size: 11px;
}
.callout-box.info {
  background: #ddeeff;
  border-color: #4488cc;
}
.callout-box.warning {
  background: #ffeecc;
  border-color: #cc8800;
}

/* Windows-style buttons */
.win-btn {
  background: #c0c0c0;
  border: none;
  font-size: 11px;
  font-family: Verdana;
  padding: 3px 14px;
  cursor: pointer;
  box-shadow: inset -1px -1px #404040, inset 1px 1px #ffffff,
              inset -2px -2px #808080, inset 2px 2px #dfdfdf;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 2px;
}
.win-btn:active {
  box-shadow: inset 1px 1px #404040, inset -1px -1px #ffffff,
              inset 2px 2px #808080, inset -2px -2px #dfdfdf;
  padding: 4px 13px 2px 15px;
}

/* Page footer */
.page-footer {
  margin-top: 16px;
  border-top: 2px solid #000080;
  padding-top: 6px;
  font-size: 9px;
  color: #808080;
  text-align: center;
}

/* New GIF style flashing text */
.new-text {
  color: #ff0000;
  font-weight: bold;
  animation: blink 0.8s step-start infinite;
}
@keyframes blink { 50% { visibility: hidden; } }

/* Emoji decoration bar */
.deco-bar {
  background: #000080;
  color: #ffff00;
  font-size: 10px;
  padding: 2px 6px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

img.placeholder {
  border: 2px inset #808080;
  background: #c0c0c0;
  display: block;
}
