/* BG5ABL Amateur Radio Website */

body {
    background: #ffffff;
    color: #111111;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 10px 16px;
}

a         { color: #0000bb; }
a:visited { color: #551a8b; }
a:hover   { text-decoration: underline; }

#wrapper { max-width: 820px; margin: 0 auto; }

/* Header */
#header { border-bottom: 2px solid #333333; padding-bottom: 10px; margin-bottom: 10px; }
#callsign { font-family: "Courier New", Courier, monospace; font-size: 34px; font-weight: bold; color: #003399; letter-spacing: 4px; }
#header-info { color: #555555; font-size: 13px; margin-top: 4px; }

/* Nav */
#nav { font-size: 13px; margin-bottom: 14px; border-bottom: 1px solid #cccccc; padding-bottom: 6px; }
#nav a { color: #0000bb; text-decoration: none; }
#nav a:hover { text-decoration: underline; }
.nav-current { color: #003399; font-weight: bold; }

/* Content */
h2 { font-size: 15px; color: #003399; border-bottom: 1px solid #dddddd; padding-bottom: 3px; margin: 18px 0 8px 0; }
h3 { font-size: 13px; color: #333333; margin: 12px 0 5px 0; }
hr { border: none; border-top: 1px solid #eeeeee; margin: 14px 0; }
p  { line-height: 1.6; margin: 6px 0; }

/* Info table */
table.info { border-collapse: collapse; font-size: 13px; }
table.info td { padding: 4px 12px; border: 1px solid #dddddd; }
.lbl { background: #f5f5f5; color: #555555; width: 115px; white-space: nowrap; }

/* Data tables */
table.data { border-collapse: collapse; font-size: 12px; }
table.data th { border: 1px solid #999999; padding: 4px 10px; background: #eeeeee; text-align: left; }
table.data td { border: 1px solid #cccccc; padding: 3px 10px; }
.cont-header { background: #f0f0f0 !important; color: #555555; font-weight: bold; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }

/* Status */
.worked     { color: #006600; }
.confirmed  { color: #000099; }
.not-worked { color: #cccccc; }
.callsign   { font-family: "Courier New", Courier, monospace; color: #003399; font-weight: bold; }
.ex-call    { font-family: "Courier New", Courier, monospace; color: #888888; }
.highlight  { color: #cc0000; font-weight: bold; }

/* WAZ grid */
table.zone-grid { border-collapse: separate; border-spacing: 2px; margin: 8px 0; }
.zone-cell { width: 86px; height: 44px; text-align: center; border: 1px solid #cccccc; vertical-align: middle; }
.zone-worked { background: #efffef; border-color: #66aa66; }
.zone-not    { background: #fafafa; }
.zone-num { font-family: "Courier New", Courier, monospace; font-size: 15px; font-weight: bold; display: block; line-height: 1.6; }
.zone-worked .zone-num { color: #006600; }
.zone-not    .zone-num { color: #cccccc; }

/* Footer */
#footer { border-top: 1px solid #eeeeee; margin-top: 16px; padding: 8px 0; font-size: 11px; color: #999999; }
