body {
  margin:0 auto;
  margin-top: 5px;
  padding:5px 0 0px 0;
  background:#0D1E30;
  background-image: url(img/bracket-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  color:#ffffff;
  font-family:Arial,verdana, sans-serif;
}

body, td {
  font-size: 13px;
}

td.header {
  border-bottom: 1px solid #333;
}

.scheduletable, .scheduletable td {
  font-size: 12px;
  line-height: 200%;
}

#schedule {
  border: 1px solid #444444;
}

#brackets {
  border: 1px solid #444444;
}

#more {
  border: 1px solid #444444;
}


a, a:visited, a:hover {
        color:#FF9000;
        text-decoration:none
}

h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 4px;
}

h2 {
  font-size: 14px;
  color: #eee;
  margin: 0;
}

h2.right {
  padding-right: 16px;
  text-align: right;
  white-space: nowrap;
}

h3 {
  font-size: 13px;
  color: #eee;
  margin: 0px;
  padding-bottom: 16px;
}

h4 {
  font-size: 0px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333;
}


.block {
  __border: 1px solid #444444;
  background: #262626;
}

.schedule {
  font-size: 13px;
}

.tab {
  height: 22px;
  padding-top: 5px;
  padding-left: 5px;
  __border: 1px solid #666666;
  __margin: 3px;
  background: url(img/tab-bg.png) no-repeat;
}

.tabPage {
  padding-left: 10px;
}

.time {
  color: #a0daff;
  padding-right: 20px;
  text-align: right;
  vertical-align: top;
}

#chat_toggle {
  margin-left: 10px;
  cursor: pointer;
  color: #FF9000;
  font-weight: bolder;
}
