{ Background }

body {
  background-color:#000000;
  background-image:url('../img/background.jpg');
  background-attachment:scroll;
  background-position:top center;
  background-repeat:no-repeat;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-color:none;
  border-style:solid;
  padding-left:0px;
  padding-right:0px;
}

div.player {
  background-color:transparent;
  border:none;
  border-width:0;
  position:absolute;
  left: 50.0%;
  margin-left: 115px;
  top:200px;
  padding: 0px;
}

div.navi {
  background-color:transparent;
  border:none;
  border-width:0;
  position:absolute;
  left: 50.0%;
  margin-left: -315px;
  top:240px;
  width: 635px;
  height: 27px;
  overflow: visible;
  padding: 0px;
}

div.content {
  background-color:#CCCCCC;
  border:none;
  border-width:0;
  position:absolute;
  left: 50.0%;
  top:280px;
  width:430px;
  height: 300px;
  overflow: auto;
  padding: 5px;
  margin-left: -315px;
  text-align: left;
}

div.shows {
  background-color:transparent;
  border:none;
  border-width:0;
  position:absolute;
  left: 50.0%;
  top:280px;
  margin-left: 165px;
  width:150px;
  height: 300px;
  overflow: auto;
  padding: 0px;
  text-align: right;
}


{ Tables }

table table { border: 0px }
table table table table{ border:0px }
table, tr, td {
  background-color:transparent;
  border:none;
  border-width:0;
}
table table table {
  border-style:solid;
  border-width:0;
  border-color:#000000;
  background-color:none;
  background-image:url('');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top left;
 }
table table table table td { filter:none; }


{ Text Properties }

table, tr, td, li, p, div, input, textarea {
  font-family:verdana;
  font-size:11px;
  color:#404040;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
}

.white {
  font-family:verdana;
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
}

.red {
  font-family:verdana;
  font-size:11px;
  color:#C4122F;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
}

.headline {
  font-family:verdana;
  font-size:13px;
  color:#C4122F;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
}

.whiteheadline {
  font-family:verdana;
  font-size:13px;
  color:#FFFFFF;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
}


{ Links }

a:active, a:visited, a:link {
  color:#808080;
  text-decoration:underline;
}

a:hover {
  color:#808080;
  text-decoration:none;
}
