@CHARSET "UTF-8";
/* Version SVN: $ID$ */
/* -------------------------------------------------------
   Reset CSS as described by Eric Meyer:
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* -------------------------------------------------------
   Generals
------------------------------------------------------- */

* { margin:0; padding:0; }
a img { border:none; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; line-height:1.2em; }
strong { font-weight:bold; }
em { font-style:italic; }
p { line-height:1.3em; }
body{ height: 100.01%; }

/* -------------------------------------------------------
  Clearing Issues
------------------------------------------------------- */

/* clearing br */
br.clearbr,
form br {
  clear:both;
  height:0;
  margin:0;
  padding:0;
  font-size: 1px;
  line-height: 0;
}

/* clearing b */
b.c {
  clear: both;
  display: block;
}

/* -------------------------------------------------------
  Aufheben von Floats ohne zusaetzliches Markup
  http://www.jassesnee.de/easyclear/
------------------------------------------------------- */

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {
   display: block;
}


/*-------------------------------------------------------
      GENERALS 
-------------------------------------------------------*/

html,body {
  background:#fff url(../images/webtv/backgrounds/header.png?app=webtv) 0 0 repeat-x;
  color:#1d1d1d;
  font:normal 12px/16px Arial, Tahoma, sans-serif; }

body {
  text-align:center; }

#webtv_wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align:left; }
 
 
#contentWrapper {
  margin-top:70px;
  /*background:url(../images/webtv/backgrounds/content.png?app=webtv) 0 0 repeat-y;*/
  position: relative; } 
 
#content {
  width: 960px;
    margin: 0 auto; }


/*-------------------------------------------------------
      FONTS
-------------------------------------------------------*/


/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Alexander Kalachev
 * @vendorurl:  http://www.intelligentdesign.ru
 * @licenseurl: http://www.fontsquirrel.com/license/Days
 *
 *
 */

@font-face {
  font-family: 'DaysRegular';
  src: url('../fonts/Days/Days.eot');
  src: local('Days Regular'), local('Days'), url('../fonts/Days/Days.woff') format('woff'), url('../fonts/Days/Days.otf') format('opentype'), url('../fonts/Days/Days.svg#Days') format('svg'); }


/*-------------------- UBUNTU TITLING -----------------------*/

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Betatype
 * @vendorurl:  http://www.betatype.com
 * @licenseurl: http://www.fontsquirrel.com/license/Ubuntu-Titling
 *
 *
 */

@font-face {
  font-family: 'UbuntuTitlingBold';
  src: url('../fonts/UbuntuTitling/UbuntuTitling-Bold.eot');
  src: local('Ubuntu Titling Bold'), local('UbuntuTitling-Bold'), url('../fonts/UbuntuTitling/UbuntuTitling-Bold.woff') format('woff'), url('../fonts/UbuntuTitling/UbuntuTitling-Bold.ttf') format('truetype'), url('../fonts/UbuntuTitling/UbuntuTitling-Bold.svg#UbuntuTitling-Bold') format('svg'); }
  

/*-------------------- QUICKSAND -----------------------*/

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Andrew Paglinawan
 * @vendorurl:  http://andrewpaglinawan.com/
 * @licenseurl: www.fontsquirrel.com/fonts/Quicksand
 *
 *
 */

@font-face {
  font-family: 'QuicksandBold';
  src: url('../fonts/UbuntuTitling/Quicksand-Bold.eot');
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url('../fonts/Quicksand/Quicksand-Bold.woff') format('woff'), url('../fonts/Quicksand/Quicksand-Bold.ttf') format('truetype'), url('../fonts/Quicksand/Quicksand-Bold.svg#Quicksand-Bold') format('svg'); }


/* -------------------------------------------------------
   LINKS
------------------------------------------------------- */

a:link,
a:visited {
  color:#777777;
  text-decoration:none;   }


a:hover {
  text-decoration:underline;
  color:#9e181f;   }

a:active {
  }


/*-------------------------------------------------------
      FORM ELEMENTS
-------------------------------------------------------*/

input, textarea, select {
  padding:5px;
  border:1px solid #d6d6d6;
  font:normal 11px/13px "Arial", Tahoma, sans-serif;
  background:url(../images/frontend/backgrounds/input.png?app=webtv) 0 0 repeat-x; }

input[type="radio"],
input[type="checkbox"] {
  border: none;
  background:transparent; }

input.radio,
input.checkbox {
  border: none; }

input.text:hover {
  border: 1px solid #666; }

input.text:focus {
  border: 1px solid #1f42a6; }

.button {
  border: 0;
  width: auto;
  height: auto; }


/*-------------------------------------------------------
      HEADER 
-------------------------------------------------------*/

#header {
  position:relative;
  display:block;
  height:94px; }

  #header a.portalLogo {
    display:block;
    width:200px; }
    
    #header a.portalLogo img {
      margin:10px 0 0 0; }
      
      
/*-------------------------------------------------------
      TOP MENU
-------------------------------------------------------*/

#topmenu {
  position:absolute;
  right:0;
  top:5px; }

  #topmenu li {
    display:inline;
    color:#6b6b6b;
    padding:4px; }
  
    #topmenu li a {
      color:#9b9b9b;
      text-decoration:none; }  
    
      #topmenu li a:hover {
          color:#333;
          border-bottom:1px dotted #333; }
        
  #topmenu select {
    padding:0; 
    line-height:13px;
    background:transparent;
    border:1px solid #d6d6d6;
    font:normal 11px/13px "Arial", Tahoma, sans-serif; }
  


/*-------------------------------------------------------
      MAIN MENU
-------------------------------------------------------*/

#mainmenu {
  height:44px;
  width:960px;
  position:absolute;
  top:94px;
  left:auto;
  z-index: 9000; }

  #mainmenu ul li {
    float: left; }

  #mainmenu ul li:hover {
    text-decoration:none;
    background:url(../images/webtv/backgrounds/nav-sprite.png?app=webtv) 0 -44px repeat-x; }

  #mainmenu ul li a:hover {
    text-decoration:none; }


  #mainmenu ul li.act {
    background:url(../images/webtv/backgrounds/nav-sprite.png?app=webtv) 0 -89px repeat-x; }


    #mainmenu ul li a {
      width:132px;
      padding:0 30px;
      height:44px;
      line-height:44px;
      float:left;
      display:block;
      font-family: 'DaysRegular';
      color:#666666;
      font-size:14px;
      text-transform:uppercase;
      text-align: center; }

  #mainmenu ul li.ext a {
    padding-right:15px;
    margin-right:15px;
    background:url(../images/webtv/icons/ext.png?app=webtv) right center no-repeat; }


/*-------------- Submenu ----------------------------*/

#mainmenu ul.submenu {
  position:absolute;
  right:auto;
  top:42px;
  display:none;
  width: 192px;
  z-index:9001;
  background: none; }

  #mainmenu ul li:hover ul.submenu,
  #mainmenu ul li ul.submenu li:hover a,
  #contextmenu #userinfo_menu h4:hover ul.submenu {
    display:block; }

#mainmenu ul.submenu li,
#mainmenu ul.submenu li a {
  float:left;
  display:block;
  height:30px;
  line-height:30px;
  padding:0 20px;
  width: 152px;
  background:url(../images/webtv/backgrounds/nav-sprite.png?app=webtv) 0 -5px repeat-x; }

  #mainmenu ul.submenu li:hover {
    text-decoration:none;
    background:url(../images/webtv/backgrounds/nav-sprite.png?app=webtv) 0 -47px repeat-x; }

  #mainmenu ul.submenu li a:hover {
    text-decoration:none; }


  #mainmenu ul.submenu.act {
      background:url(../images/webtv/backgrounds/nav-sprite.png?app=webtv) 0 -89px repeat-x; }

#mainmenu li.ext ul.submenu a {
  background:transparent;
  padding: 0;
  margin: 0; }


/* -------------------------------------------------------
   PLAYER
------------------------------------------------------- */

#player {
  width: 960px;
  margin-left: -2px;
  padding: 3px;
}

#player.over {
  border: 1px solid #A3A3A3;
  padding: 2px;
}

#player #flash {
    width: 960px;
}

/*-------------------------------------------------------
      CONTENT
-------------------------------------------------------*/

#content h1 {
  font:bold 32px "DaysRegular", "Arial", Tahoma, sans-serif;
  text-transform:uppercase;
  width:720px;
  margin:10px 0;
  border-bottom:1px solid #ccc; }

#content h2 {
  font:bold 17px "DaysRegular", "Arial", Tahoma, sans-serif;
  text-transform:uppercase;
    padding:7px 0 6px; }

  #content .box-w h2 {
      background:url(../images/webtv/backgrounds/boxes.png?app=webtv) 0 10px no-repeat; }

/*-------------------------------------------------------
      BOTTOM LINK
-------------------------------------------------------*/

.bottomLink {
  display:block;
  width:100%;
  height:30px;
  position:relative; }

.more {
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width:73px;
    height:28px;
  text-indent:-9999px;
  display:block; }


/* -------------------------------------------------------
   BOX WIDE
------------------------------------------------------- */

.box-w {
  width:720px;
  margin:0 20px 0 0;
  background:url(../images/webtv/backgrounds/boxes.png?app=webtv) -2010px bottom no-repeat; }

.box-w h2 {
  font: normal 12px/17px Arial, Tahoma, sans-serif;
  color: #333;
  text-decoration: none;
  padding: 7px 20px 6px;
  height:17px;
  overflow: hidden; }

.box-w .content {
  position: relative;
  padding: 0 0 25px 0px;
  margin: 0 0 10px;
  width: 720px; }

#reply {
    position:absolute;
    right:0;
    bottom:3px;
    border:0;
  width:103px;
  height:28px;
  line-height:10px; /* for IE6*/
  display:block;
  text-indent:-9999px;
  padding:0; }

/*-------------------------------------------------------
      UPLOAD
-------------------------------------------------------*/

#content div#upload {
  width:720px; }

#upload dd {
  margin-bottom:5px; }

#upload .upload-section.closed {
  overflow: hidden;
  height: 35px;
}

#upload .upload-section h2 {
  height: 22px;
  cursor: pointer;
}

#upload #upload_methods a {
  font-size:10px;
  height:15px;
  line-height:15px;
  padding: 0px 4px;
  display: block;
  float: left;
  margin: 1px 3px 0 0;
  color: #333;
  background:#efefef;
  border:1px solid #ccc;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  text-decoration: none;
}

  #upload #upload_methods a.act,
  #upload #upload_methods a:hover {
    color:#fff;
    border:1px solid #999999;
    background:#CCCCCC; }

#upload .upload_container {
  display: none;
  min-height: 150px;
}

#upload #swfupload_container {
  display: block;
}

#upload p {
  padding:2px 0 2px 0;
  font-size:10px;
  line-height:1.2em;
}

#upload span.types_list input,
#upload span.hidden_list input {
  display:inline;
}

#upload span.types_list label,
#upload span.hidden_list label {
  display:inline;
  font-weight:normal;
}

#upload p label {
  font-weight:bold;
  font-size:12px;
  margin-bottom:2px;
}

#upload p label {
  padding:10px 0 0 0; }

#upload ul.channel_info li {
  float:left;
  display:block;
  width:240px; }

#upload ul.error_list {
  list-style:none;
  background:#F6BABA none repeat scroll 0 0;
  border:1px solid #F6A1A1;
  padding:4px 10px; }


/*-------------- UPLOAD WIDGET  ------------------------*/

#swfuploadWidget {
  position: relative;
}

#swfuploadWidget input#txtFileName {
  width:560px;
  margin: 8px 0 0 0;
  display: none; }

#swfuploadWidget input#txtFileName.on {
  display: inline; }

#swfuploadWidget object.swfupload {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0;
}

#swfuploadWidget.batchUpload object.swfupload {
  right: auto;
  left: 0;
  top: 40px;
}

#swfuploadWidget input.httpupload {
  width:500px;
  margin: 8px 0 0 0; }

#swfuploadWidgetHelp {
  padding:5px 0 0 0; }

.batchUpload #swfuploadWidgetHelp {
  padding:35px 0 0 0; }

#swfuploadWidgetHelp p {
  font-size:10px;
  line-height:1.2em; }

#swfuploadWidget object p,
#swfuploadWidget  #btnPlaceholder p {
  color: #990000;
  font-weight: bold;
}

/*-------------- UPLOAD HELP BOX  ------------------------*/

#upload label .help {
  position: relative;
  margin: 0 0 0 5px;
}

#upload label .help .info {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #333333;
  display: none;
  left: 20px;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 600px;
}

#upload label .help:hover .info {
  display: block;
}

/* -------------------------------------------------------
   BODY
------------------------------------------------------- */

span.bg {
  font:13px "UbuntuTitlingBold", "Arial", Tahoma, sans-serif; }


/*------------------------ Browse buttons ---------------------------*/

.browseleft, .browseright {
  display:block;
  width:24px;
  height:30px;
  overflow:hidden;
  text-indent:-9999em;
  position:absolute;
  top:7px;
  z-index:900; }

.playlistrow .browseright {
  right: 0;
  top: 72px; }

.playlistrow .browseleft {
  left: 6px;
  top: 72px; }

.row .browseright {
  right: 0;
  top: 72px; }

.row .browseleft {
  left: 6px;
  top: 72px; }

a.browseright:link {
    background:url(../images/webtv/icons/icons-sprite.png?app=webtv) 0 -141px no-repeat }

a.browseright:visited {
    background:url(../images/webtv/icons/icons-sprite.png?app=webtv) 0 -141px no-repeat }

a.browseright:hover {
    background:url(../images/webtv/icons/icons-sprite.png?app=webtv) 0 -46px no-repeat; }

a.browseleft:link {
    background:url(../images/webtv/icons/icons-sprite.png?app=webtv) 0 -93px no-repeat; }

a.browseleft:visited {
    background:url(../images/webtv/icons/icons-sprite.png?app=webtv) 0 -93px no-repeat; }

a.browseleft:hover {
    background:url(../images/webtv/icons/icons-sprite.png?app=webtv) 0 -2px no-repeat; }
  

/*------------------------ Playlisttabs ---------------------------*/


#playlist #playlisttabs {
  bottom: -1px;
  color: #C1C1C1;
  height: 24px;
  list-style-type: none;
  margin-left: 25px;
  padding:5px 0 5px;
  position: relative;
  z-index: 500;
  background:transparent url(../images/webtv/backgrounds/boxes.png?app=webtv) 0 13px no-repeat; }

  #playlist #playlisttabs li {
    background: transparent url(../images/webtv/devider.png?app=webtv) no-repeat scroll left 2px;
    display: block;
    float: right;
    font-size: 11px;
    margin: 4px 0 0;
    padding: 0 10px 0 11px; }
  
    #playlist #playlisttabs li.left {
      background: transparent; 
      float: left;
      height: 20px;
      padding: 0 0 0 6px; }
      
      #playlist #playlisttabs li.left span.bg {
        padding: 0 17px 0 5px;
        color: #5F5F5F; }  
  
    #playlist #playlisttabs li.clickable {
      cursor: pointer; }

    #playlist #playlisttabs li.clickable a {
      color: #999999;
      font: bold 13px "UbuntuTitlingBold","Arial",Tahoma,sans-serif; }

    #playlist #playlisttabs li.clickable a:active,
    #playlist #playlisttabs li.clickable a:hover {
      color: #5F5F5F;
      text-decoration: none; }

    #playlist #playlisttabs li.clickable #autofillselect {
      margin: 0 0 0 100px;
      width: 75px;
      display: block; }

#playlist #playlisttabs #autofillselect.selected {
  color: #000; }



#playlist #playlistcontainer, 
#playlist #playlistmanage {
    height: 145px;
    margin-left: 28px;
    overflow: hidden;
    padding-top: 4px;
    width: 904px; }

#playlist #playlistcontainer {
    position: relative; }

#playlist #playlistmanage {
  display:none; }

#playlist #playlistitems,
#playlistdrag {
    list-style-type: none;
    width: 1000px;
    padding: 0;
    margin: 0;
    margin-left: -9px; }

#playlist #playlistitems {
    position: relative;
    padding:4px 9px 0; }

  #playlist #playlistitems li p {
    font-family:Tahoma, "Arial Narrow", Arial, Helvetica, sans-serif;
    word-spacing:-1px; }


  #playlist #playlistitems li.playlistitem,
  #playlistdrag li.playlistitem {
    float: left;
    width: 150px;
    height: 130px;
    padding:5px 4px;
    overflow: hidden;
    font-size: 9px; }

    #playlist #playlistitems li.playlistitem.act {
      color: #333333;
      border: 1px solid #A3A3A3;
      background: #E9E9E9;
      padding:3px 3px 4px; }
  
  #playlist #playlistitems li.playlistitem img.thumb, 
  #playlistdrag li.playlistitem img.thumb {
    width: 150px;
    height: 113px;
    background: url(../images/webtv/loading_small.gif) center center no-repeat; }

  #playlistdrag li.playlistitem {
    cursor: move;
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha('opacity = 70'); }

    #playlist #playlistitems li.playlistitem p,
    #playlistdrag li.playlistitem p {
      height: 13px;
      padding-top: 1px;
      color: #333333;
      overflow: hidden; }

#playlist #playlistitems li.playlistitem:hover p {
  color:#333333; }

#playlist #playlistitems li.playlistitem p.overlay,
#playlistdrag li.playlistitem p.overlay {
    background: url(../images/webtv/overlay.png?app=webtv);
    height: 13px;
    line-height: 13px;
    width: 142px;
    padding: 0 4px;
    color: #cfcece;
    position: relative;
    top: -32px;
    left: 0px;
    font-size: 9px; }

#playlist #playlistitems li.playlistitem p.overlay .rating,
#playlistdrag li.playlistitem p.overlay .rating {
  float:left; }

#playlist #playlistitems li.playlistitem p.overlay .rating img,
#playlistdrag li.playlistitem p.overlay .rating img {
    position:relative;
  top:2px;
  left:0; }

#playlist #playlistitems li.playlistitem p.overlay .time,
#playlistdrag li.playlistitem p.overlay .time {
  float:right; }

#playlistdrag li.playlistitem a.close {
    display:none; }

#playlist #playlistitems li.playlistitem a.close {
    position:relative;
    top:-144px;
    left:129px;
    display:block;
    width:21px;
    height:20px;
    overflow:hidden;
    text-indent:-999em;
    background:url(../images/webtv/close.png?app=webtv) top left no-repeat;
    visibility:hidden; }

#playlist #playlistitems li.playlistitem:hover a.close {
    visibility:visible; }

#playlist #playlistitems li.playlistitem a.close:hover {
    background:url(../images/webtv/close.png?app=webtv) bottom left no-repeat; }

#playlistdrag li.playlistitem a.play {
    display:none; }

#contentbrowserdrag li a.play,
#playlist #playlistitems li.playlistitem a.play {
    position:relative;
    top:-126px;
    left:58px;
    display:block;
    width:35px;
    height:35px;
    overflow:hidden;
    text-indent:-999em;
    background: url(../images/webtv/play.png?app=webtv) 0 1px no-repeat;
    visibility:hidden; }

#contentbrowserdrag li:hover a.play,
#playlist #playlistitems li.playlistitem:hover a.play {
    visibility:visible; }

#contentbrowserdrag li a.play:hover,
#playlist #playlistitems li.playlistitem a.play:hover {
    background:url(../images/webtv/play.png?app=webtv) bottom left no-repeat; }

#playlist #playlistitems li.droppable {
  float:left;
  height:90px;
  padding:0;
  margin:0; }

#playlist #playlistitems li.droppable .highlight {
  width:10px;
  height:90px;
  margin:auto; }

#playlist #playlistitems li.droppable.over .highlight {
  background:url(../images/webtv/inserter.png?app=webtv) center center no-repeat; }

#playlist #playlistitems li.droppable.firstdroppable .highlight {
  position:absolute;
  left:0;
  top:0;
  width:5px; }

#playlist #playlistitems li.droppable.lastdroppable .highlight {
  position:absolute;
  right:0;
  top:0;
  width:5px; }

#playlistdrag {
  height:0;
  width:0;
  overflow:hidden; }

#contentbrowser {
    font-size: 11px; }

#contentbrowser #browsertabs {
    bottom: -2px;
    color: #5F5F5F;
    height: 24px;
    list-style-type: none;
    margin-left: 25px;
    padding: 5px 0;
    position: relative;
    z-index: 498; 
  background:transparent url(../images/webtv/backgrounds/boxes.png?app=webtv) 0 13px no-repeat; }

#contentbrowser #browsertabs li {
    color: #999;
    cursor: pointer;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 2px 0 0;
    padding: 0 6px 1px; }

  #contentbrowser #browsertabs li:hover {
    color: #1d1d1d; }

#playlisttabs li .loader,
#contentbrowser #browsertabs li .loader {
  position:relative;
  top:3px;
  left:2px; }

#contentbrowser #browsertabs li.act {
    color: #1d1d1d;
    height: 21px;
    margin-top: 1px; }

#contentbrowser #browsertabs li.act span.bg {
    padding:4px 13px 2px 11px;
    color: #5F5F5F; }

#playlisttabs li .loader,
#contentbrowser #browsertabs li .loader {
  visibility:hidden;
  margin-left: 5px; }

#contentbrowser #browsertabs li.notab {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: default;
    float: right;
    padding: 0 6px 3px 0; }

#contentbrowser #browsertabs li.notab.act {
    border: 0;
    background: none;
    margin-top: 2px; }

#contentbrowser .contentitems,
#contentbrowserdrag {
    float: left;
    width: 1000px;
    list-style-type: none;
    padding:4px 9px 0;
    margin: 0 0 0 -9px; }

#contentbrowser .contentitems li,
#contentbrowserdrag li {
    float: left;
    font-size: 9px;
    height: 130px;
    overflow: hidden;
    padding: 5px 4px;
    width: 150px; }

#contentbrowser .contentitems li p,
#contentbrowserdrag li p {
    height: 13px;
    color: #666;
    overflow: hidden;
    padding-top: 1px; }

#contentbrowser .contentitems li:hover p {
  color:#000; }

#contentbrowser .contentitems li img.thumb,
#contentbrowserdrag li img.thumb {
    width: 150px;
    height: 113px;
    background: url(../images/webtv/loading_small.gif) center center no-repeat; }

#contentbrowser .contentitems li img.thumb.noload,
#contentbrowserdrag li img.thumb.noload {
    background: none; }

#contentbrowserdrag li {
    cursor: move;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha('opacity = 70'); }

#playlist {
    margin-top: 5px; }

.playlistrow {
  background:transparent url(../images/webtv/backgrounds/boxes.png?app=webtv) -2206px bottom no-repeat;
    height: 155px;
    position: relative;
    z-index: 499;
  margin:0 20px 0 0;
  padding:5px 0 15px;
  width:960px; }

.row {
    background:transparent url(../images/webtv/backgrounds/boxes.png?app=webtv) -2206px bottom no-repeat;
    height: 155px;
    position: relative;
    z-index: 497; 
  margin:0 20px 0 0;
  padding:5px 0 15px;
  width:960px; }

.contentcontainer {
  height:155px;
  margin-left:23px;
  overflow:hidden;
  padding-top:4px;
  width:904px; }

/*------------------- Search --------------------*/
 
#contenttab_search {
  position:relative; }

#contentbrowser #browsertabs li input#searchfield {
    width:140px;
    font-size:11px;
    height:14px;
    padding: 0;
    padding-top:2px;
    padding-left:2px;
    line-height:16px;
    border:1px solid #ccc;
    background:#fff;
    color:#afafaf;
    margin:0 0 0 5px; }

#contentbrowser #browsertabs li.act input#searchfield {
    border:1px solid #a0a0a0;
    background:#fff;
    color:#5F5F5F; }

#search-go {
    background: transparent url(../images/webtv/search.png?app=webtv) repeat-x scroll -5px -1px;
    display: block;
    position:absolute;
  top:0;
  right:8px;
    height: 18px;
    overflow: hidden;
    text-indent: -999em;
    width:18px; }

  #search-go:hover,
  #search-go:active {
    background: url(../images/webtv/search.png?app=webtv) -5px -20px repeat-x; }

#loader_search, 
input#searchfield {
    float:left; }

#contentbrowser .contentitems li p.overlay {
    background: url(../images/webtv/overlay-soft.png?app=webtv);
    height: 13px;
    line-height: 13px;
    width: 142px;
    padding: 0 4px;
    color: #cfcece;
    position: relative;
    top: -32px;
    left: 0px;
    font-size: 9px; }

#contentbrowser .contentitems li a.play,
#contentbrowser .contentitems li a.enqueue {
    display:none; }


#contentbrowser .contentitems li a.play {
    position: relative;
    top: -127px;
    left: 45px;
    display: block;
    width: 26px;
    height: 25px;
    overflow: hidden;
    text-indent: -999em;
    background: url(../images/webtv/play-small.png?app=webtv) 0 1px no-repeat;
    visibility: hidden; }

#contentbrowser .contentitems li:hover a.play {
    visibility:visible; }

#contentbrowser .contentitems li a.play:hover {
    background:url(../images/webtv/play-small.png?app=webtv) bottom left no-repeat; }

#contentbrowser .contentitems li a.enqueue {
    position: relative;
    top: -102px;
    left: 79px;
    display: block;
    width: 26px;
    height: 25px;
    overflow: hidden;
    text-indent: -999em;
    background: url(../images/webtv/add.png?app=webtv) top left no-repeat;
    visibility: hidden; }

#contentbrowser .contentitems li:hover a.enqueue {
    visibility:visible; }

#contentbrowser .contentitems li a.enqueue:hover {
    background:url(../images/webtv/add.png?app=webtv) bottom left no-repeat; }

#contentbrowser .rating,
#contentbrowserdrag .rating {
    float: left; }

#contentbrowserdrag .rating {
    top: -22px; }

#contentbrowser .rating img, 
#contentbrowserdrag .rating img {
    left: 0;
    position: relative;
    top: 2px;
}

#contentbrowser .time, 
#contentbrowser .time {
    float: right;
}

p.showerror {
  color:#C00;
  border:3px solid #C00;
  padding:12px 20px;
  font-size:14px;
  text-align:center;
  font-weight:bold;
  font-family:"Arial Black", Gadget, sans-serif; }

div#wrap_sky {
    position:absolute;
    top:74px;
    left:730px;
    width:auto; }

/* LOAD AND SAVE PLAYLIST */

#playlistmanage {
  color:#5F5F5F;
  font-size:11px;
  text-align:right; }

#playlistmanage .slide {
  padding:10px; }

#playlistmanage .slide h3 {
  font-size:12px;
  font-weight:bold;
  color:#333;
  padding-bottom:4px; }

#playlistmanage .slide p {
  padding:4px; }

#playlistmanage .slide p input#playlistname_id {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #AFAFAF;
  color:#5F5F5F;
  font-size:11px;
  padding:1px;
  width:140px; }

#playlistmanage .slide p select#playlistid_id {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #AFAFAF;
  color:#5F5F5F;
  font-size:11px;
  padding:1px;
  width:140px; }

#playlistmanage .slide p button {
  display: inline;
  position: inherit;
  right: auto;
  top: auto;
}

#playlistmanage .slide p.error {
  padding:1px;
  color:#C33; }

/* Back to Community Link */

#communitylink {
    padding-left:19px;
    background:url(../images/webtv/backtocommunity.png?app=webtv) top left no-repeat;   }

/*-------------------------------------------------------
      LOGIN FORM
-------------------------------------------------------*/

.loginform {
  position:relative;
  width:500px;
  padding:0 0 10px 0;
  margin:10px 0 0 115px; }

  .loginform dd {
    margin-bottom:4px; }

  .loginform #signin_username,
  #openid_url {
    width:490px; }

  .loginform #signin_password {
    width:65%;
    margin:0 10px 0 0; }

#pwforgot {
  color:#999; }

#pwforgot:hover {
  color:#777777;
  text-decoration:none; }

  input#media_upload_submit {
    margin:7px 0 0 0; }

input#login {
  border:0;
  display:block;
  text-indent:-9999px;
  height:28px;
  width:90px;
  position:absolute;
  top:0;
  right:0; }

/*-------------------------------------------------------
      FORGOT PASSWORD
-------------------------------------------------------*/

#password_email {
  width:485px; }

/*-------------------------------------------------------
      FOOTER
-------------------------------------------------------*/

#footerWrapper {
    width:100%;
    background:#AAAAAA url(../images/webtv/backgrounds/footer.png?app=webtv) 0 0 repeat-x; }

#footerWrapper a.external,
#footerWrapper a[target="_blank"] {
  background: none;
  padding: 0; }

#footer {
  margin:0 auto;
    width:960px;
    padding:10px 0;
    color:#444444;
  text-align:left; }

#footer .left {
    float:left;
    width:200px; }

#footer h2 {
  color:#777777;
  font:normal 17px "DaysRegular", "Arial", Tahoma, sans-serif;
}

#footer a {
    color:#555555;
    font-weight: bold; }

#footer p.copy {
  float:left;
  display:block;
  margin:18px 0 0 0;
  padding:0;
  width:960px; }

#footer ul {
    float:left;
    width:150px;
    list-style:none;
    padding:0 10px; }

  #footer ul li {
      padding:2px 0 0 0; }

    #footer ul li a {
        color:#666666;
        font-weight: normal; }

#footer div {
  float:left;
  width:580px;
  margin:0 40px 0 0; }

  #footer div p {
    width:580px;
    padding:5px 0 0 0;  }

#vimpFooterWrapper{
  background-color: #AAAAAA;
}

#vimpFooterWrapper a.external,
#vimpFooterWrapper a[target="_blank"] {
  background: none;
  padding: 0; }

#vimpFooterWrapper #vimpFooter {
  bottom: 0pt; 
  color: #444444; 
  font-size: 11px; 
  width: 960px; 
  margin: auto; 
  padding: 5px 20px; 
  text-align: left; }

#vimpFooterWrapper #footer p.copy {
  float:left;
  display:block;
  margin:18px 0 0 0;
  padding:0;
  width:960px; }

/*-------------------------------------------------------
      Buttons
-------------------------------------------------------*/

button.button {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a.button span,
button.button span {
  display: block;
  float: left;
  height: 25px;
  padding-top: 8px;
  text-indent: -9999px;
}

button.button span {
  padding-top: 9px;
}

a.button span.buttonLeft,
button.button span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px 2px transparent;
  width: 10px;
}

a.button span.buttonRight,
button.button span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -292px 2px transparent;
  width: 25px;
}

a.button span.buttonText,
button.button span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -10px 2px transparent;
  text-indent: 0;
  color: #333333;
  font-family:  "QuicksandBold","Arial",Tahoma,sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

a.button.download span.buttonText,
button.button.download span.buttonText {
  font-family: "UbuntuTitlingBold","Arial",Tahoma,sans-serif;
  font-size: 13px;
}

a.button:hover span.buttonLeft,
button.button:hover span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -28px transparent;
}

a.button:hover span.buttonRight,
button.button:hover span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -292px -28px transparent;
}

a.button:hover span.buttonText,
button.button:hover span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -10px -28px transparent;
  color: #333333;
}

a.button:active span.buttonLeft,
button.button:active span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -58px transparent;
}

a.button:active span.buttonRight,
button.button:active span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -292px -58px transparent;
}

a.button:active span.buttonText,
button.button:active span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -10px -58px transparent;
  color: #333333;
}

a.button.withoutDecal span.buttonLeft,
button.button.withoutDecal span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -88px transparent;
}

a.button.withoutDecal span.buttonRight,
button.button.withoutDecal span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -307px -88px transparent;
  width: 10px;
}

a.button.withoutDecal span.buttonText,
button.button.withoutDecal span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -10px -88px transparent;
}

a.button.withoutDecal:hover span.buttonLeft,
button.button.withoutDecal:hover span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -88px transparent;
}

a.button.withoutDecal:hover span.buttonRight,
button.button.withoutDecal:hover span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -307px -88px transparent;
}

a.button.withoutDecal:hover span.buttonText,
button.button.withoutDecal:hover span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -10px -88px transparent;
}

a.button.withoutDecal:active span.buttonLeft,
button.button.withoutDecal:active span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -88px transparent;
}

a.button.withoutDecal:active span.buttonRight,
button.button.withoutDecal:active span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -307px -88px transparent;
}

a.button.withoutDecal:active span.buttonText,
button.button.withoutDecal:active span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -10px -88px transparent;
}

a.button.mirror span.buttonLeft,
button.button.mirror span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -118px transparent;
  width: 25px;
}

a.button.mirror span.buttonRight,
button.button.mirror span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -307px -118px transparent;
  width: 10px;
}

a.button.mirror span.buttonText,
button.button.mirror span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -25px -118px transparent;
}

a.button.mirror:hover span.buttonLeft,
button.button.mirror:hover span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -148px transparent;
}

a.button.mirror:hover span.buttonRight,
button.button.mirror:hover span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -307px -148px transparent;
}

a.button.mirror:hover span.buttonText,
button.button.mirror:hover span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -25px -148px transparent;
}

a.button.mirror:active span.buttonLeft,
button.button.mirror:active span.buttonLeft {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -3px -178px transparent;
}

a.button.mirror:active span.buttonRight,
button.button.mirror:active span.buttonRight {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -307px -178px transparent;
}

a.button.mirror:active span.buttonText,
button.button.mirror:active span.buttonText {
  background: url("../images/frontend/buttons/button-sprite.png?app=webtv") no-repeat scroll -25px -178px transparent;
}

a.button.big span,
button.button.big span {
  height: 30px;
  padding-top: 12px;
}

a.button.big span.buttonLeft,
button.button.big span.buttonLeft {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll 0 0 transparent;
  width: 10px;
}

a.button.big span.buttonRight,
button.button.big span.buttonRight {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll -182px 0 transparent;
  width: 10px;
}

a.button.big span.buttonText,
button.button.big span.buttonText {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll -10px 0 transparent;
  width: 172px;
  text-align: center;
  font-family:  "UbuntuTitlingBold","Arial",Tahoma,sans-serif;
  font-size: 16px;
}

a.button.big:hover span.buttonLeft,
button.button.big span.buttonLeft {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll 0 -42px transparent;
}

a.button.big:hover span.buttonRight,
button.button.big span.buttonRight {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll -182px -42px transparent;
}

a.button.big:hover span.buttonText,
button.button.big span.buttonText {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll -10px -42px transparent;
}

a.button.big:active span.buttonLeft,
button.button.big span.buttonLeft {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll 0 -84px transparent;
}

a.button.big:active span.buttonRight,
button.button.big span.buttonRight {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll -182px -84px transparent;
}

a.button.big:active span.buttonText,
button.button.big span.buttonText {
  background: url("../images/frontend/buttons/button-big-sprite.png?app=webtv") no-repeat scroll -10px -84px transparent;
}

.bottomLink a.button,
.bottomLink button.button {
    bottom: 0;
    right: 0;
    position: absolute;
}

.bottomLink a.button {
    bottom: -5px;
}

#swfuploadWidget a.button {
  width: 136px;
  height: 33px;
  position: absolute;
  z-index: 0;
  top: 5px;
  right: 0;
  overflow: hidden;
  display: inline-block;
}

#swfuploadWidget.batchUpload a.button {
  right: auto;
  left: 0;
  top: 40px;
}

#swfuploadWidget a.button span.buttonText {
  width: 101px;
  text-align: center;
}



/****************************************************************/
/*              COOKIE HINT                                     */
/****************************************************************/

.cookieHint {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  display: block;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 30000;
}

.cookieHint button.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #000000;
  cursor: pointer;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin: 10px;
  opacity: 0.2;
  padding: 0;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
}

.cookieHint p {
  margin: 15px;
}


.cookieHint p a.alert-link {
  color: #2d6987;
  font-weight: bold;
}

