html,body { background: #dddccf; }
#streamer {
    background: url('carbon.png') repeat;
    width: 771px;
    margin: 1em auto;
    padding: 0 0 1ex 0;
    overflow: hidden;
    color: #ECD013;
}

#streamer p,
#streamer h1 {
    text-align: center;
    font-weight: bold;
}

#streamer h1,
#streamer h2,
#streamer h3,
#streamer h4,
#streamer h5,
#streamer h1 a,
#streamer h2 a,
#streamer h3 a,
#streamer h4 a,
#streamer h5 a
{
    color: #ECD013;
}

#streamer table { margin: 1em; }

th, td { border: none; }

tbody td { border: 1px solid #ccc; }
#streamer tbody th { 
    border: 1px solid #555;
    background: url('th_back.png') repeat-x 0 0;
}
#streamer table.full { width: 95%; }

#streamer th { color: #ECD013; }

#streamer tbody tr { background: #fff; }

#streamer table.half { width: 50%; float: left; overflow: hidden; }
#streamer tr.acc td,
#streamer tr.acc-2 td
{ color: green; }
#streamer tr.dec td
{ color: orange; }
#streamer tr.dec-2 td
{ color: red; }

#streamer tbody tr :first-child { text-align: right; padding-left: 22px; }
#streamer tr.tagged td { font-weight: bold; background: #ccc; }
#streamer tr.acc :first-child,
#streamer tr.acc-2 :first-child
{ background: transparent url('up.png') no-repeat 2px 3px; }

#streamer tr.dec :first-child,
#streamer tr.dec-2 :first-child
{ background: transparent url('down.png') no-repeat; 2px 3px; }


