/* @override 
	http://vcheat/clepto/static/css/video.css
*/

body, html {
  background: url(../images/video_pattern.gif) repeat;
  height: 100%;
  min-height: 100%;
}

#screen_backdrop {
  position: absolute;
  left: 219px;
  top:  60px;
  width:   470px;
  height:  380px;
  background-color: white;
  z-index: 5;
}

#screen_wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 724px;
  height: 498px;
  position:relative;
}

#screen_wrap #screen_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

#screen_wrap #screen {
  position: absolute;
  left: 234px;
  top: 74px;
  z-index: 20;
}

#screen_wrap #list_wrap {
  position: absolute;
  left: 45px;
  top: 109px;
  height: 347px;
  overflow: hidden;
  z-index: 20;
}

#screen_wrap #list_wrap #list {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
}

#screen_wrap #list_wrap #list ul li {
  cursor: pointer;
  color: white;
  font-size: 7pt;
  text-align: center;
  margin-bottom: 5px;
}

#channel_select {
  height: 70px;
  width: 140px;
  z-index: 50;
  background-image: url(../images/tv_buttons.png);
  position: absolute;
  left: 26px;
  top: 10px;
}

#channel_select ul {
  display: none;
}

.team_tv {
  background-position: 0 0;
}

.aal_tv {
  background-position: 0 140px;
}

.aussenboarder_tv {
  background-position: 0 700px;
}

#arrow_up {
  position: absolute;
  background: url(../images/arrow_up.png);
  width: 38px;
  height: 14px;
  z-index: 30;
  top: 84px;
  left: 75px;
  cursor: pointer;
}

#arrow_down {
  position: absolute;
  background: url(../images/arrow_down.png);
  width: 38px;
  height: 14px;
  z-index: 30;
  left: 75px;
  top: 463px;
  cursor: pointer;
}


