@charset "utf-8";
/* CSS Document */

.header_container { background: url(../images/subheader.jpg) top left no-repeat; width: 720px; height: 43px; margin: 0px; }
.header_container .title { float: left; padding: 10px 0px 0px 10px; text-transform: uppercase; color: #b40000; font-size: 20px; font-weight:bold; }
.tabs { margin: 0px 0px 0px 400px; padding: 10px 0px 0px 0px; }
.tabs span { margin: 0px 10px; padding: 7px; font-size: 12px; font-weight: bold; cursor:pointer; }
.tabs span:hover, .tabs span.on { background: #000000; color: #ffffff; }
.pane { padding: 7px; position: absolute; top: 0px; height: 342px; overflow-x: hidden; overflow-y: auto; }

p, ul li { color: #777777; margin: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
h1 { font-size: 14px; color: #d7d7d7; text-transform: uppercase; }
h2 { font-size: 12px; font-weight: bold; color: #777777; text-transform: uppercase; }
.yellow {  }

.player_container { margin:10px;border: 2px #fff solid; }
#topics_list { margin-bottom: 10px; }
a:link, a:active, a:visited { color: #dddddd; }