body {
font-family:Verdana, Times New Roman;
font-size: 11px;
}

a {
text-decoration: none;
font-weight: bold;
color: #000000;
}

a:hover {
text-decoration: none;
color:#910000;
font-weight: bold;
}

input {
  margin: 5px;
  border: #CFC6C6 0px solid;
  border-style: dashed;
  font-size: 10px;
  color: #FFFFFF;
  border-style: dashed;
  background-color: #242020;
}

.box {
  font-size: 10px;
  color: #FFFFFF;
  margin: 0;
  padding: 5px;
}

#mainnavi {
  font-weight: bold;
  text-align: left;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 3px 0 0 0;
}

.date {
  color: #FFFFFF;
}

.sortable {
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #000;
}

.sortable td, .sortable th {
  padding: 1px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.sortable thead {
  text-align: center;
  background: url(../img/slimtables.gif) repeat-x;
  cursor: pointer;
}

.name {
  font-weight: bold;
}

.odd {
  background-color: #BAA87D;
}

.even {
  background-color: #B7A459;
}

.favh {
  text-align: center;
}

#header-bar {
  font-weight: bold;
  color: #FFF;
}
#profile {
  width: 670px;
  margin: auto;
  border: 1px solid #000;
  padding-bottom: 10px;
}
.profilename {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
td.header {
  background: url(../img/slimtables.gif) repeat-x;
  width: 141px;
  font-weight: bold;
}
.main {
  float: left;
  margin: 10px 0px 10px 20px;
  border-spacing: 0px;
  border: 1px solid #000;
}
.main td {
  text-align: left;
  width: 140px;
}
.results {
  z-index: 5;
  border-spacing: 0;
  border-collapse: collapse; /* hack for buggy IE7..  */
  text-align: left;
  margin: 10px auto 20px auto;
  border: 1px solid #000;
  width: 650px;
}
th.middle {
  text-align: center;
}
th.right {
  text-align: right;
}
tr.tableheader {
  background: url(../img/slimtables.gif) repeat-x;
}
td.playername {
  font-weight: bold;
}
th.sentinel {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url(../img/sentinelbg.gif) repeat-x;
}
th.scourge {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url(../img/scourgebg.gif) repeat-x;
}  
/*td.spoiler {
  cursor: help;
  background: url(../img/spoiler.jpg) repeat-y;
}
td.spoiler:hover {
  background: none;
}     */
p.uploadform {
  padding: 0;
  margin: 0;
}
p.uploadform {
  padding: 0;
  margin: 0;
}

/* Gamelist Page Navigation */
#pages {
  clear:both;
  list-style: none;
}

#pages li {
  display: inline;
}

#pages li a {
  padding:0.2em;
}

#pages a:hover {
  /*font-size: 1.4em;    */
  text-decoration: underline;
}
/* Gamelist Page Navigation END */

p.footer {
 padding-top: 15px;
 color: #fff;
}
#featuredreps {
  font-weight: bold;
  text-align: left;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 3px 0 0 0;
  font-size: 10px;
}
#featuredreps ul {
  font-weight: normal;
  list-style-type: decimal;
}
li.entry {
  margin-left: -10px;
}



select {
   position: relative;
   top: -1px;
   left: -1px;
   z-index: 10;
   width: 100px; /*Breite dem Text anpassen*/
   height: 25px;
   color: #333333;
   background-color: #baa97e;
   border: 1px solid #000000; /*für Opera*/
   font-family:Verdana, Times New Roman;
   font-size: 10px;
   font-weight: bold;
}


