@import url(global.css);
@import url(gobblesbars.css);

a {text-decoration: none;}

a:link {color: #333344;}

a:visited {color: #11112F;}

a:hover {text-decoration: underline;color: #666688;}

body {
    background: url('/images/errorfm/bg.png') #A4A4A4 repeat-y center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: black;
}

html, body {
    margin: 0;
    padding: 0;
    border: none;
}

#root {
    background: url('/images/errorfm/errorfm.png') no-repeat center;
    background-position: 0 0;
    margin: 0 auto;
    padding: 80px 20px 20px 20px;
    max-width: 1033px;
}

table {
    width: 100%;
}

td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: black;
    text-align: left;
    background-color: #EEE;
}

/*
#activenicks2 div {
    display: block;
    float: left;
    width: 16.45%;
    height: 2.5em;
    margin: 1px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background-color: #EEE;
    overflow: hidden;
}*/

#didnotmakeit {
    clear: both;
}

.misc {
    background-color: #EEE;
    margin: 3px;
    text-align: left;
}

.male, .male a {
    color: #0000DD;
}

.female, .female a {
    color: #DD3366;
}

.bot, .bot a {
    color: #00FFFF;
}

h1 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

h2 {
    font-family: Tahoma, Arial, sans-serif;
    color: #333;
    text-align: center;
    background-color: #FFF;
    border-bottom: 3px double #AAA;
    font-size: 10pt;
    font-weight: normal;
    clear: both;
}

h2:before {
content: '\AB  ';
font-size: 8pt;
}

h2:after {
content: ' \BB';
font-size: 8pt;
}

th.top {
    background-color: #CCCCCC;
    font-weight: bold;
}

th {
    background-color: #CCCCCC;
    font-weight: normal;
}

.highlight {
    font-weight: bold;
    background-color: #DDD;
}

.vertical th {
    background-color: #CCCCCC;
    font-size: 10px;
    text-align: center;
}

.example, .second, .average {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}


.vertical td {
      font-family: "Arial narrow", Arial, sans-serif;
      font-size: 10px;
      color: black;
      text-align: center;
      vertical-align: bottom;
      background-color: transparent;
}

.timelegend {
    text-align: center;
}

#footer {
    text-align: center;
    font-size: 9px;
}

img#dailyactivitygraph {
    margin: 0 auto;
    display: block;
}
