h2.boxdarkhead {
  position: relative;
  z-index: 2;
  background: transparent url('img/sbheaddark.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

div.boxdark {
  position: relative;
  background-color: #BFC8CD;
  border-left: 3px solid white;
  border-right: 3px solid white;
  color: #32546D;
  margin: 0px;
  padding: 0px;
  width: 179px;
}

div.boxdarkbottom {
  position: relative;
  background: transparent url('img/sbheaddarkb.gif') no-repeat;
  height: 16px;
  padding-bottom: 10px;
}

h2.boxhothead {
  position: relative;
  z-index: 2;
  background: transparent url('img/sbheadhot.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

h2.boxlighthead {
  position: relative;
  z-index: 2;
  background: transparent url('img/sbheadlight.gif') no-repeat;
  padding-left: 80px;
  padding-top: 18px;
  height: 33px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

div.boxlight {
  position: relative;
  background-color: white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  color: #32546D;
  margin: 0px;
  padding: 0px;
  width: 179px;
}

div.boxlightbottom {
  position: relative;
  background: transparent url('img/sbheadlightb.gif') no-repeat;
  height: 16px;
  padding-bottom: 10px;
}

form.box {
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

input.box {
  border: 1px solid #32546D;
  width: 165px;
  margin-bottom: 5px;
  color: #32546D;
}

ul.games {
  padding: 0px;
  margin: 0px;
  color: #6C6C6C;
  list-style-type: none;
  list-style-position: outside;
  padding: 0px 5px 0px 5px;
  display: block;
  text-align: left;
  font-weight: bold;
}

li.games {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  width: 160px;
  background: transparent url('img/arrowright.gif') no-repeat;
  background-position: center right;
  border-bottom: 1px dotted #BEBEBE;
  padding-bottom: 3px;
  padding-top: 3px;
  cursor: pointer;
}

li.games_section {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 5px;
  width: 160px;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #E3972C;
}

li.games:hover {
  background-color: #EEEEEE;
}

li.gameslast {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  width: 160px;
  background: transparent url('img/arrowright.gif') no-repeat;
  background-position: center right;
  border: none;
  padding-top: 3px;
  cursor: pointer;
}

li.gameslast:hover {
  background-color: #EEEEEE;
}

a.games {
  color: #6C6C6C;
  text-decoration: none;
}

a.games:hover {
  color: #E3972C;
}

p.newsdate {
  width: 35px;
  float: left;
  margin: 0px;
  padding: 0px;
  border-right: 1px dotted #25465C;
  margin-right: 0px;
  font-size: 0.8em;
}

h3.newstopic {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  margin-left: 40px;
  /margin-left: 45px;
  font-size: 0.9em;
}

p.newsdesc {
  margin: 0px;
  padding: 0px;
  padding-left: 40px;
  /padding-left: 45px;
  font-size: 0.8em;
  text-align: justify;
  margin-right: 5px;
}

a.newsdesc {
  color: #25465C;
}

a.newsdesc:hover {
  color: #E3972C;
}

div.newsitem {
  margin: 0px;
  padding: 0px;
  background-color: #D9E2E8;
  color: #25465C;
  padding-left: 5px;
  border-bottom: 1px dotted #25465C;
  padding-bottom: 5px;
}