@media all {
*{margin:0;padding:0}
option{padding-left:.4em}
* html body *{overflow:visible}
* html iframe,* html frame{overflow:auto}
* html frameset{overflow:hidden}
html{height:100%;margin-bottom:1px}
body{font-size:100.01%;color:#000;background:#fff;text-align:left}
fieldset,img{border:0 solid}
ul,ol,dl{margin:0 0 1em 1em}
li{margin-left:1.5em;line-height:1.5em}
dt{font-weight:700}
dd{margin:0 0 1em 2em}
blockquote{margin:0 0 1em 1.5em}
#header{position:relative}
#topnav{text-align:right}
#header #topnav{position:absolute;top:10px;right:10px}
#header,#nav,#main,#footer{clear:both}
#col1{float:left;width:200px}
#col2{float:right;width:200px}
#col3{width:auto;margin:0 200px}
#col1_content,#col2_content,#col3_content{position:relative}
.hideboth #col3{margin-left:0;margin-right:0}
.hidecol1 #col3{margin-left:0;margin-right:200px}
.hidecol2 #col3{margin-left:200px;margin-right:0}
.hideboth #col1,.hideboth #col2,.hidecol1 #col1,.hidecol2 #col2{display:none}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:block}
.floatbox{overflow:hidden}
#ie_clearing{display:none}
.subcolumns{width:100%;overflow:hidden}
.subcolumns_oldgecko{width:100%;float:left}
.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}
.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
.c25l,.c25r{width:25%}
.c33l,.c33r{width:33.333%}
.c50l,.c50r{width:50%}
.c66l,.c66r{width:66.666%}
.c75l,.c75r{width:75%}
.c38l,.c38r{width:38.2%}
.c62l,.c62r{width:61.8%}
.subc{padding:0 .5em}
.subcl{padding:0 1em 0 0}
.subcr{padding:0 0 0 1em}
.skip,.hideme,.print{position:absolute;top:-1000em;left:-1000em;height:1px;width:1px}
.skip:focus,.skip:active{position:static;top:0;left:0;height:auto;width:auto}
}

@media all {

  #page_margins { margin: 1em auto; width: 763px; }
  #page_margins.narrow { width: 563px; }
  #page { position: relative; min-height: 400px; }
  
  #header { height: 60px; }
  #header #topnav { font-size: 85%; right: 25px; top: 5px; left: 25px; }
  
  #main {   }
  #main.promo { margin-top: 100px; }
  
  #footer { position: relative; font-size: 85%; height: 60px; }
  #footer div.content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
  }

  /* Not used yet */
  #col1 { float: left; width: 150px }
  #col1_content {  }
  
  /* Sidebar */
  #col2 {
    float:right;
    width: 200px;
    color: #fffae4;
  }
  #col2_content { }

  #col3 {
    width: auto; 
    margin: 0 200px 0 0;
    background: #fff;
  }
  #col3_content { padding: 10px; }

  .hideboth #col3 { margin-left: 0; margin-right: 0; }
  .hidecol1 #col3 { margin-left: 0; margin-right: 200px; }
  .hidecol2 #col3 { margin-left: 150px; margin-right: 0; }
}


@media all {
  html * { font-size: 100.01%; }
  textarea, pre, tt, code {
	  font-family:"Courier New", Courier, monospace;  	
  }  
  body {
    font-size: 75.00%;
    color: #333333;
    background: #ffffff;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, sans-serif;
  }
  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 133.33% }
  h2 { font-size: 116.67% }
  h3 { font-size: 116.67% }
  h4 { font-size: 100% }
  h5 { font-size: 90% }
  h6 { font-size: 90%; font-style:italic }

  p { line-height: 1.5em; margin: 0 0 10px 0; }

  a { color: #3399cc; text-decoration: none; cursor: pointer; outline: none; /* hide dotted outline in Firefox */ }

  a:focus,
  a:hover,
  a:active { text-decoration: underline; }
  
  #header a,
  #nav a,
  #footer a { color: #fffae4; }

  ul, ol { list-style: none; margin: 0; padding: 0; }
  ul li, ol li { margin: 0; padding: 0; }  
  
  ul.normal, ol.normal { margin-bottom: 10px; padding: 0px 10px; }
  ul.normal, ol.normal li { margin-left: 1.5em; }
  ol.normal { list-style: decimal; }
  ul.normal { list-style: disc; }
  
  ul.linklist { margin-bottom: 10px; }
  ul.linklist li { line-height: 20px; margin-left: 1em; margin-bottom: 1em; }

  div.claim {
    overflow: hidden;
    margin-bottom: 16px;
  }
  div.claim img {
    float: left;
  }
  div.claim h2 {
    margin-left: 142px;
    margin-top: 16px;
    color: #3399cc;
  }
  div.reg {
    width: 560px;
    height: 150px;
    background: url('/images/misc/hands_day.png') no-repeat bottom left;
  }
  div.reg h2 {
    color: #ed5e07;
    font-size: 140%;
    padding-top: 10px;
    text-align: center;
  }
  ul.promo {
    margin-bottom: 11px;
    margin-left: 20px;
  }
  ul.promo li {
    background: url('/images/misc/star.png') no-repeat top left;
    padding-left: 60px;
    overflow: hidden;
    margin-bottom: 7px;
    padding-top: 7px;
  }
  ul.promo li h2 {
    font-size: 140%;
  }
  
  #press_icons a {
    display: block;
    width: 789px;
    height: 34px;
    background: url('/images/misc/presse.png') no-repeat top left;
  }
  #press_icons a:hover,
  #press_icons a:active,
  #press_icons a:focus {
    background-image: url('/images/misc/pressebunt.png');
  }
  
  div.webde_box {
     height: 63px;
     padding: 5px 10px;
  }
  div.webde_box div.webde_logo {
    float: left;  
  }
  div.webde_box div.webde_welcome {  
    margin:10px 0 0 80px;
  }
}

@media all {
  a.twbutton,
  a.twbutton:focus,
  a.twbutton:hover,
  a.twbutton:active,
  button.twbutton span,
  button.twbutton:focus span,
  button.twbutton:hover span,
  button.twbutton:active span { 
    color: #fffae4;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    float: left;
    outline: none;
    margin-left: 8px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
  }
  
  /* Special button stuff */
  button.twbutton span,
  button.twbutton:focus span,
  button.twbutton:hover span,
  button.twbutton:active span {
    margin: 0 0 0 5px;
    outline: none;
  }
  button.twbutton,
  button.twbutton:focus,
  button.twbutton:hover,
  button.twbutton:active {
    float: left;
    outline: none;
    border: none;
    border-style: none;
    cursor: pointer;
    background: none;
    width: auto;
    overflow: visible;
    white-space:nowrap;
    padding: 0;
    margin: 0 10px 0 0;
  }
  button.twbutton span em { outline: none; font-style: normal; }
  /* End of special button stuff */
  
  a.twbutton:focus,
  a.twbutton:hover,
  a.twbutton:active,
  button.twbutton:focus span,
  button.twbutton:hover span,
  button.twbutton:active span {
    color: #fff;
  }
  a.twbutton[class~="white"],
  a.twbutton[class~="grey"],
  button.twbutton[class~="white"] span,
  button.twbutton[class~="grey"] span,
  button.twbutton[disabled="disabled"] span {
    color: #555;
  }
  a.twbutton[class~="white"]:focus,
  a.twbutton[class~="white"]:hover,
  a.twbutton[class~="white"]:active,
  button.twbutton[class~="white"]:focus span,
  button.twbutton[class~="white"]:hover span,
  button.twbutton[class~="white"]:active span,
  a.twbutton[class~="grey"]:focus,
  a.twbutton[class~="grey"]:hover,
  a.twbutton[class~="grey"]:active,
  button.twbutton[class~="grey"]:focus span,
  button.twbutton[class~="grey"]:hover span,
  button.twbutton[class~="grey"]:active span {
    color: #777;
  }

  a.twbutton span,
  button.twbutton em {
    position: relative;
    left: -8px;
    line-height: 18px;
    height: 18px;
    padding: 3px 0 3px 8px;
  }
  a.twbutton,
  a.twbutton span,
  button.twbutton span,
  button.twbutton em {
    background: transparent url('/images/misc/icon_sprite.png') no-repeat;
  }
  
  /* blue */
  a.twbutton[class~="blue"],
  button.twbutton[class~="blue"] span {
    background-position: right -120px;    
  }
  a.twbutton[class~="blue"] span,
  button.twbutton[class~="blue"] em {
    background-position: left -120px;
  }
  a.twbutton[class~="blue"]:focus, a.twbutton[class~="blue"]:hover, a.twbutton[class~="blue"]:active,
  button.twbutton[class~="blue"]:focus span, button.twbutton[class~="blue"]:hover span, button.twbutton[class~="blue"]:active span {
    background-position: right -150px;    
  }
  a.twbutton[class~="blue"]:focus span, a.twbutton[class~="blue"]:hover span, a.twbutton[class~="blue"]:active span,
  button.twbutton[class~="blue"]:focus em, button.twbutton[class~="blue"]:hover em, button.twbutton[class~="blue"]:active em {
    background-position: left -150px;
  }

  /* green */
  a.twbutton[class~="green"],
  button.twbutton[class~="green"] span {
    background-position: right -180px;    
  }
  a.twbutton[class~="green"] span,
  button.twbutton[class~="green"] em {
    background-position: left -180px;
  }
  a.twbutton[class~="green"]:focus, a.twbutton[class~="green"]:hover, a.twbutton[class~="green"]:active,
  button.twbutton[class~="green"]:focus span, button.twbutton[class~="green"]:hover span, button.twbutton[class~="green"]:active span {
    background-position: right -210px;    
  }
  a.twbutton[class~="green"]:focus span, a.twbutton[class~="green"]:hover span, a.twbutton[class~="green"]:active span,
  button.twbutton[class~="green"]:focus em, button.twbutton[class~="green"]:hover em, button.twbutton[class~="green"]:active em {
    background-position: left -210px;
  }

  /* orange */
  a.twbutton[class~="orange"],
  button.twbutton[class~="orange"] span {
    background-position: right -240px;    
  }
  a.twbutton[class~="orange"] span,
  button.twbutton[class~="orange"] em {
    background-position: left -240px;
  }
  a.twbutton[class~="orange"]:focus, a.twbutton[class~="orange"]:hover, a.twbutton[class~="orange"]:active,
  button.twbutton[class~="orange"]:focus span, button.twbutton[class~="orange"]:hover span, button.twbutton[class~="orange"]:active span {
    background-position: right -270px;    
  }
  a.twbutton[class~="orange"]:focus span, a.twbutton[class~="orange"]:hover span, a.twbutton[class~="orange"]:active span,
  button.twbutton[class~="orange"]:focus em, button.twbutton[class~="orange"]:hover em, button.twbutton[class~="orange"]:active em {
    background-position: left -270px;
  }

  /* white */
  a.twbutton[class~="white"],
  button.twbutton[class~="white"] span {
    background-position: right -300px;    
  }
  a.twbutton[class~="white"] span,
  button.twbutton[class~="white"] em {
    background-position: left -300px;
  }
  a.twbutton[class~="white"]:focus, a.twbutton[class~="white"]:hover, a.twbutton[class~="white"]:active,
  button.twbutton[class~="white"]:focus span, button.twbutton[class~="white"]:hover span, button.twbutton[class~="white"]:active span {
    background-position: right -330px;    
  }
  a.twbutton[class~="white"]:focus span, a.twbutton[class~="white"]:hover span, a.twbutton[class~="white"]:active span,
  button.twbutton[class~="white"]:focus em, button.twbutton[class~="white"]:hover em, button.twbutton[class~="white"]:active em {
    background-position: left -330px;
  }

  /* black */
  a.twbutton[class~="black"],
  button.twbutton[class~="black"] span {
    background-position: right -360px;    
  }
  a.twbutton[class~="black"] span,
  button.twbutton[class~="black"] em {
    background-position: left -360px;
  }
  a.twbutton[class~="black"]:focus, a.twbutton[class~="black"]:hover, a.twbutton[class~="black"]:active,
  button.twbutton[class~="black"]:focus span, button.twbutton[class~="black"]:hover span, button.twbutton[class~="black"]:active span {
    background-position: right -390px;    
  }
  a.twbutton[class~="black"]:focus span, a.twbutton[class~="black"]:hover span, a.twbutton[class~="black"]:active span,
  button.twbutton[class~="black"]:focus em, button.twbutton[class~="black"]:hover em, button.twbutton[class~="black"]:active em {
    background-position: left -390px;
  }

  /* grey */
  a.twbutton[class~="grey"],
  button.twbutton[class~="grey"] span {
    background-position: right -420px;    
  }
  a.twbutton[class~="grey"] span,
  button.twbutton[class~="grey"] em {
    background-position: left -420px;
  }
  a.twbutton[class~="grey"]:focus, a.twbutton[class~="grey"]:hover, a.twbutton[class~="grey"]:active,
  button.twbutton[class~="grey"]:focus span, button.twbutton[class~="grey"]:hover span, button.twbutton[class~="grey"]:active span {
    background-position: right -450px;    
  }
  a.twbutton[class~="grey"]:focus span, a.twbutton[class~="grey"]:hover span, a.twbutton[class~="grey"]:active span,
  button.twbutton[class~="grey"]:focus em, button.twbutton[class~="grey"]:hover em, button.twbutton[class~="grey"]:active em {
    background-position: left -450px;
  }
  
  /* disabled */
  button.twbutton[disabled="disabled"] { cursor: default; }
  
  button.twbutton[disabled="disabled"] span,
  button.twbutton[disabled="disabled"]:active span,
  button.twbutton[disabled="disabled"]:hover span,
  button.twbutton[disabled="disabled"]:focus span {
    background-position: right -420px;    
  }
  button.twbutton[disabled="disabled"] em,
  button.twbutton[disabled="disabled"]:active em,
  button.twbutton[disabled="disabled"]:hover em,
  button.twbutton[disabled="disabled"]:focus em {
    background-position: left -420px;
  }
  
  /* ================ */
  /* = Front Button TODO = */
  /* ================ */
   a.frontButton,
   button.frontButton {
    color: #fffae4;
    font-weight: bold;
    height: 51px;
    margin-right: 6px;
    padding-right: 20px; /* sliding doors padding */
    font-size: 200%;
    text-decoration: none;
    float: left;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
  }
  button.frontButton[disabled="disabled"],
  button.frontButton:focus[disabled="disabled"],
  button.frontButton:hover[disabled="disabled"] {
    background: transparent url('../../images/frontseite/button/button_front_a_disabled.png') no-repeat top right;
    cursor: default;
    color: #ccc;
  }
  button.frontButton[disabled="disabled"] span,
  button.frontButton:focus[disabled="disabled"] span,
  button.frontButton:hover[disabled="disabled"] span {
    background: transparent url('../../images/frontseite/button/button_front_span_disabled.png') no-repeat top left;
  }
  a.frontButton,
  button.frontButton {
    background: transparent url('../../images/frontseite/button/button_front_a.png') no-repeat top right;
  }
  a.frontButton:focus,
  a.frontButton:hover,
  button.frontButton:focus,
  button.frontButton:hover { 
    color: #fff;
  }
  a.frontButton span,
  button.frontButton span {
    display: block;
    line-height: 51px;
    padding: 0 0 0 20px;
  }
  a.frontButton span,
  button.frontButton span {
    background: transparent url('../../images/frontseite/button/button_front_span.png') no-repeat top left;
  }
  
  
  /* ================= */
  /* = Notify Button TODO = */
  /* ================= */
   a.notifyButton {
    color: #fffae4;
    font-weight: normal;
    height: 16px;
    margin-right: 5px;
    padding-right: 5px; /* sliding doors padding */
    font-size: 11px;
    text-decoration: none;
    float: left;
    outline: none;
  }
  a.notifyButton {
    background: transparent url('../../images/notify_button_a.png') no-repeat top right;
  }
  a.notifyButton:focus,
  a.notifyButton:hover {
    color: #fff;
  }
  a.notifyButton:active {
    color: #fff;
  }
  a[class="notifyButton disabled"],
  a[class="notifyButton disabled"]:focus,
  a[class="notifyButtondisabled"]:hover {
    cursor: default;
  }
  a.notifyButton span {
    display: block;
    line-height: 16px;
    padding: 0 0 0 5px;
  }
  a.notifyButton span {
    background: transparent url('../../images/notify_button_span.png') no-repeat top left;
  }
  
  /* ================== */
  /* = Simple Buttons = */
  /* ================== */
  button.simple {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    vertical-align: top;
    padding: 2px;
    outline: none;
    overflow: hidden;
  }
  button.simple img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
  }
  button.simple div {
    float: left;
    font-size: 110%;
    font-weight: normal;
    width: 90px;
    height: 50px;
    overflow: hidden;
  }
  button.simple:hover,
  button.simple:focus,
  button.simple:active {
    background: #eee;
    border-color: #c3c3c3;
    color: #267399;
    outline: none;
  }

}

@media all {
  div.twbox { position: relative; min-width: 300px; margin-bottom: 10px; }
  
  div.twbox div.hsprite {
     background: url('/images/box/box_hsprite.png') no-repeat top left;
     height: 10px;
  }

  div.twbox div.tl { background-position: 0 -0px; } 
  div.twbox div.tr { background-position: 0 -30px; } 
  div.twbox div.tc { background-position: 0 -60px; } 
  div.twbox div.bl { background-position: 0 -90px; } 
  div.twbox div.br { background-position: 0 -120px; } 
  div.twbox div.bc { background-position: 0 -150px; }

  div.twbox div.vsprite {
     background: url('/images/box/box_vsprite.png') no-repeat top left;
     width: 10px;
  }

  div.twbox div.lc { background-position: -0px 0; } 
  div.twbox div.rc { background-position: -30px 0; }

  div.twbox div.tl,
  div.twbox div.tr,
  div.twbox div.tc,
  div.twbox div.bl,
  div.twbox div.br,
  div.twbox div.bc,
  div.twbox div.lc,
  div.twbox div.rc { position: absolute; }

  div.twbox div.tl,
  div.twbox div.tr,
  div.twbox div.tc { top: 0; }

  div.twbox div.bl,
  div.twbox div.br,
  div.twbox div.bc { bottom: 0; }

  div.twbox div.tl,
  div.twbox div.bl,
  div.twbox div.lc { left: 0; }
 
  div.twbox div.tr,
  div.twbox div.br,
  div.twbox div.rc { right: 0; }

  div.twbox div.tl,
  div.twbox div.tr,
  div.twbox div.bl,
  div.twbox div.br { width: 150px; }

  div.twbox div.tc,
  div.twbox div.bc { left: 150px; right: 150px; background-repeat: repeat-x; }

  div.twbox div.lc,
  div.twbox div.rc { top: 10px; bottom: 10px; background-repeat: repeat-y; }

  div.twbox div.body_wrapper { padding: 10px; }
  div.twbox div.body { padding: 5px 10px 0px 10px; }

  div.twbox div.header h3 {
    margin-bottom: 5px;
  }
  div.twbox div.body {
    border: 1px solid #eeeeee;
    background: #ffffff;
  }
  div.twbox div.body[class~="edit"] {
    border: 1px dashed #ed5e07;
  }
  div.twbox div.header {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
  }
  div.twbox div.header div.notification {
    float: left;
    margin-left: 5px;
  }
  div.twbox div.footer {
    margin-bottom: 10px;
    overflow: hidden;
  }
  div.twbox div.header h3 {
    float: left;
  }
  div.twbox div.header div.controls {
    float: right;
    height: 1%;
  }
  div.twbox div.header div.controls a {
    float: left;
    margin-left: 5px;
  }
  div.twbox div.content h3, div.twbox div.content h5 {
    margin-bottom: 10px;
  }

  /* =============== */
  /* = Small TWBox = */
  /* =============== */
  div.twbox[class~="small"] { min-width: 100px; }
  
  div.twbox[class~="small"] div.hsprite {
     background-image: url('/images/box/box_hsprite_small.png');
  }
  
  div.twbox[class~="small"] div.tl,
  div.twbox[class~="small"] div.tr,
  div.twbox[class~="small"] div.bl,
  div.twbox[class~="small"] div.br { width: 50px; }

  div.twbox[class~="small"] div.tc,
  div.twbox[class~="small"] div.bc { left: 50px; right: 50px; background-repeat: repeat-x; }
  
  /* ================ */
  /* = Box Contents = */
  /* ================ */
  div.twbox p { overflow: hidden; }
  
  
  /* ============= */
  /* = ThemesBox = */
  /* ============= */
  ul.tw_themes li {
    margin-bottom: 20px;
  }
  a span.color_box_small,
  a span.color_box_medium,
  span.color_box_small,
  span.color_box_medium {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1px;
  }
  a.tw_theme:hover span.color_box_small,
  a.tw_theme:hover span.color_box_medium {
    background: #3399cc;
    border-color: #3399cc;
  }
  a.tw_theme span {
    padding: 2px;
  }
  span.color_box_medium {
    display: block;
    width: 96px;
    height: 96px;
  }
  span.color_box_small {
    display: block;
    width: 26px;
    height: 26px;
  }
  .tw_single_theme,
  .tw_single_theme_more {
    margin-bottom: 10px;
  }
  .tw_single_theme_preview {
    float: left;
    width: 104px;
    margin-right: 10px;
  }
  .tw_single_theme_more .tw_single_theme_preview {
    width: 154px;
  }
  .tw_single_theme_desc {
    margin-left: 114px;
  }
  .tw_single_theme_more .tw_single_theme_desc {
    margin-left: 164px;
  }
  
  /* =========== */
  /* = NewsBox = */
  /* =========== */
  ul.news {
    margin-bottom: 10px;
  }
  ul.news li {
    overflow: hidden;
    padding: 5px 0 3px 0;
    border-bottom: 1px solid #eee;
  }
  ul.news li img.user_icon {
    max-height: 16px;
    max-width: 16px;
  }
  ul.news li.first {
    padding-top: 0;
  }
  ul.news li.last {
    padding-bottom: 0;
    border: none;
  }
  ul.news li div.what {
    float: left;
    background: #eee;
    border: 1px solid #ddd;
    padding: 2px;
  }
  ul.news li div.when {
    float: right;
    width: 70px;
    padding-top: 2px;
  }
  ul.news li div.news_string {
    margin-left: 30px;
    margin-right: 80px;
  }
  
  /* ========== */
  /* = EpgBox = */
  /* ========== */
  table.tw_epg {
    margin-top: 10px;
  }
  table.tw_epg thead tr {
    background: #ddd;
  }
  table.tw_epg tbody tr {
    background: none;
  }
  
  table.tw_epg th,
  table.tw_epg td {
    vertical-align: top;
  }
  table.tw_epg td {
    padding: 0;
  }
  table.tw_epg tr.hour_group td {
    background: #eee;
    border-top: 1px dashed #ddd;
    padding: 5px;
  }
  table.tw_epg tr.hour_group td a {
    display: block;
    height: 16px;
  }
  table.tw_epg tr.hour_group td img {
    vertical-align: top;
  }
  table.tw_epg tr.hour_group td:hover {
    background: #fff;    
  }
  table.tw_epg tr.now_schedule {
    background: #e5ffb2;
  }
  table.tw_epg tr.now_schedule tr {
    background: transparent;
  }
  
  
  div.tw_schedule_entry {
    font-size: 10px;
    padding: 5px;
  }
  table.tw_epg tr.now_schedule div.tw_schedule_entry {
    font-size: 12px;
  }
  div.tw_schedule_entry div.quick_info {
    float:left;
    width: 16px;
    height:16px;
  }
  div.tw_schedule_entry div.time {
    float:left;
    width: 35px;
    margin-left:5px;
    margin-top:2px;
  }
  table.tw_epg tr.now_schedule div.tw_schedule_entry div.time {
    margin-top:1px;
  }
  div.tw_schedule_entry div.title {
    margin-left: 55px;
    margin-top:2px;
  }
  table.tw_epg tr.now_schedule div.tw_schedule_entry div.title {
    margin-left: 60px;
    margin-top:1px;
  }

}

@media all {
  /* ============= */
  /* = DialogBox = */
  /* ============= */
  #tw_dialog {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 99;
  }
  #tw_dialog div.tw_dialog_background {
    background: #000;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #tw_dialog div.tw_dialog_box_wrapper {
    position: relative;
    width: 400px;
    margin: 0 auto;    
  }
  #tw_dialog div.tw_dialog_box_wrapper[class~="large"] {
    width: 800px;    
  }

  #tw_dialog_box {
    position: relative;
    background: #fff;
    border: 5px solid #ddd;
    padding: 10px 10px 0 10px;
    overflow: auto;
    margin-top: 75px;
    min-height: 50px;
    max-height: 600px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #tw_dialog_box.blue {
    border-color: #3399cc;    
  }
  #tw_dialog_box.orange {
    border-color: #ed5e07;    
  }
  #tw_dialog_box.green {
    border-color: #8ec224;    
  }
  #tw_dialog_box_close {
    position: absolute; right: 7px; top: 7px; z-index: 100;
  }
  #tw_dialog_box div.tw_dialog_box_scrollable {
    overflow: auto;
    max-height: 300px;
    margin-bottom: 10px;
  }
  #tw_dialog_box div.tw_dialog_box_scrollable ul,
  #tw_dialog_box div.tw_dialog_box_scrollable ol {
   margin-left: 20px;
  }
  #tw_dialog_indicator {
    width: 95px;
    margin: 0 auto;
    margin-top: 10px;
  }
  #tw_dialog_indicator img {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #tw_dialog_indicator h4 {
    margin-bottom: 10px;
  }
  #tw_dialog_indicator h4 {
    padding-left: 25px;
    background: url(/images/indicator_circle_white.gif) no-repeat top left;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  #tw_dialog_content h3,
  #tw_dialog_content p {
    margin-bottom: 10px;
  }
}

@media all {
  /* ================= */
  /* = TW... Lists = */
  /* ================= */
  ul.twusers, ul.twprograms { margin-bottom: 10px; }
  ul.twusers[class~="small"],
  ul.twprograms[class~="small"] {
    overflow: hidden;
  }
  ul.twusers[class~="small"] li {
    width: 38%;
  }
  ul.twprograms[class~="small"] li {
    width: 41%;
  }
  ul.twusers[class~="small"] li.odd,
  ul.twprograms[class~="small"] li.odd {
    float: left;
    clear: both;
  }
  ul.twusers[class~="small"] li.even,
  ul.twprograms[class~="small"] li.even {
    float: right;
  }
  
  /* ==================== */
  /* = TW... Container = */
  /* ==================== */
  .twuser_container,
  .tw_container {
    overflow: hidden;
  }
  li.twuser_container,
  li.tw_container {
    margin-bottom: 20px;
  }
  div.twuser_container,
  div.tw_container {
    margin-bottom: 10px;
  }
  .twuser_container a.user,
  .tw_container a.item {
    text-align: top;
    text-decoration: none;
    color: #333;
  }
  .twuser_container p,
  .tw_container p {
    margin: 0;
  }
  .twuser_container p.info,
  .twuser_container p.more_info,
  .tw_container p.info,
  .tw_container p.more_info {
    color: #888;
    font-size: 85%;
  }
  .twuser_container p.info,
  .tw_container p.info {
    border-top: 1px solid #ddd;
  }

  ul.twusers[class~="small"] li.twuser_container p.info {
    border: none;
  }
  
  .twuser_container span img.framed,
  .tw_container span img.framed {
    vertical-align: text-top;
    float: left;
  }
  
  .twuser_container a:hover strong,
  .twuser_container a:focus strong,
  .twuser_container a:active strong,
  .tw_container a:hover strong,
  .tw_container a:focus strong,
  .tw_container a:active strong {
    color: #3399cc;
  }
  
  .twuser_container[class~="large"] {
    padding-left: 164px;
    min-height: 154px; /* image size + 2*(1px border + 1px padding) */
  }
  .twuser_container[class~="large"] span img.framed {
    margin-left: -164px;
    max-width: 150px;
    max-height: 150px;
  }
  .twuser_container[class~="medium"] {
    padding-left: 114px;
    min-height: 104px; /* image size + 2*(1px border + 1px padding) */
  }
  .twuser_container[class~="medium"] span img.framed {
    margin-left: -114px;
    max-width: 100px;
    max-height: 100px;
  }
  .twuser_container[class~="medium50"] {
    padding-left: 64px;
    min-height: 54px; /* image size + 2*(1px border + 1px padding) */
  }
  .twuser_container[class~="medium50"] span img.framed {
    margin-left: -64px;
    max-width: 50px;
    max-height: 50px;
  }
  .twuser_container[class~="small"] {
    padding-left: 40px;
    min-height: 34px; /* image size + 2*(1px border + 1px padding) */
  }
  .twuser_container[class~="small"] span img.framed {
    margin-left: -40px;
    max-width: 30px;
    max-height: 30px;
  }
  
  ul.twprograms .tw_container[class~="medium50"] { padding-left:50px; }
  ul.twprograms .tw_container[class~="medium50"] span img.framed { margin-left: -50px; max-width: 37px; }
  
  .tw_container[class~="medium"] {
    padding-left: 86px;
    min-height: 104px; /* image size + 2*(1px border + 1px padding) */
  }
  .tw_container[class~="medium"] span img.framed {
    margin-left: -86px;
    max-width: 72px;
    max-height: 100px;
  }
}

@media all {
  /* ========= */
  /* = Icons = */
  /* ========= */
  .icon,
  a.icon {
    height: 16px;
    width: 16px;
    display: block;
    text-decoration: none;
    padding: 0;
    margin: 0;
    background-image: url('/images/misc/icon_sprite.png');
  }
  .icon[class~="more"] {
    background-position: -0px -480px;
  }
  .icon[class~="less"] {
    background-position: -30px -480px;
  }
  .icon[class~="private"] {
    background-position: -57px -480px;
  }
  .icon[class~="public"] {
    background-position: -87px -480px;
  }
  .icon[class~="edit"] {
    background-position: -120px -480px;
  }
  .icon[class~="unedit"] {
    background-position: -150px -480px;
  }
  .icon[class~="sun"] {
    background-position: -180px -480px;
  }
  .icon[class~="moon"] {
    background-position: -210px -480px;
  }
  .icon[class~="help"] {
    background-position: -240px -480px;
  }
  .icon[class~="info"] {
    background-position: -270px -480px;
  }
  .icon[class~="close"] {
    background-position: -0px -540px;
  }
  .icon[class~="arrow"] {
    background-position: -30px -540px;
  }
  .icon[class~="arrow_down"] {
    background-position: -60px -540px;
  }

  .icon[class~="reply"] {
    background-position: -90px -540px;
  }
  .icon[class~="forward"] {
    background-position: -120px -540px;
  }
  .icon[class~="star_solid"] {
    background-position: -150px -540px;
  }
  .icon[class~="star_hollow"] {
    background-position: -180px -540px;
  }

  .icon[class~="plus"] {
    background-position: -210px -540px;
  }
  .icon[class~="minus"] {
    background-position: -210px -570px;
  }

  .icon[class~="orange_circle_arrow"] {
    background-position: right -600px;
  }
  .icon[class~="blue_circle_arrow"] {
    background-position: right -630px;
  }

  .icon[class~="tinysun"] {
    background-position: 4px -656px;
  }
  .icon[class~="tinymoon"] {
    background-position: -26px -656px;
  }

  /* NewsEvent.class.underscore */
  .icon[class~="ne_group_wall_post_created"],
  .icon[class~="ne_program_wall_post_created"],
  .icon[class~="ne_user_wall_post_created"],
  .icon[class~="ne_user_wall_post_received"] {
    background-position: 0px -690px;
  }
  .icon[class~="ne_theme_deleted"] {
    background-position: -30px -690px;
  }
  .icon[class~="ne_profile_updated"] {
    background-position: -60px -690px;
  }
  .icon[class~="ne_became_friends"] {
    background-position: -90px -690px;
  }
  .icon[class~="ne_friend_requested"] {
    background-position: -120px -690px;
  }
}

@media all {
  /* ================= */
  /* = General Stuff = */
  /* ================= */
  #header a,
  #nav a,
  #footer a { color: #3399cc; }
  #footer { color: #777; }
  #logo {
    position: absolute; 
    top: 0px; left: 0;
  }
  #logo a {
    display: block;
    width: 156px;
    height: 51px;
    background: transparent url('/images/logos/teletweeter.png') no-repeat top left;
  }
  
  #ie6_warning { display: none; }
  
  h1.noscript {
    position:fixed;
    background: #fffae4;
    border: 5px solid #cf0000;
    color: #cf0000;
    padding: 5px 10px;
    left:25%;
    top:40px;
    width:50%;
    z-index:100;
  }
  
  #nav {
    position: absolute;
    right: 0;
    top: 0;
  }
  #nav_main { font-size: 120%; }
  #nav_main ul li { display: inline; margin-left: 15px; }

  div.content h3 {
    font-size: 105%;
    letter-spacing: -1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #666;
    font-weight: normal;
  }
  
  div.content h2 {
    letter-spacing: -1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #666;
    font-weight: normal;
  }
  div.content h1 {
    font-weight: normal;
    color: #666;
    font-size:24px;
    letter-spacing:-2px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  
  .gradient {
    background: #eee url('/images/misc/gradient_30_hsprite.png') repeat-x scroll left top;
    border: 1px solid #ddd;
    color: #333;
  }
  
  div.twbox { margin-bottom:0px; }
  div.twbox div.body {
    padding: 0;
    overflow: hidden;
    background: #fff url('/images/misc/sidebar.png') repeat-y top right;
  }
  body { background: #8ec224 url('/images/misc/teletweeter_background.png') repeat top left; }
  dl, dd {
    margin: 0;
    padding: 0;
  }
  img.framed {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1px;
  }
  img.user_icon {
    position: relative;
    top: 2px;
  }
  .twuser_container a.user, .tw_container a.item {
    line-height: 16px;
  }
  div#page .twuser_container[class~="medium50"] {
    padding-left: 74px;
    margin-bottom: 0;
  }
  .twuser_container p.more_info {
    font-size: 100%;
    color: #777;
  }
  a:hover img.framed,
  a:focus img.framed,
  a:active img.framed {
    background: #3399cc;
    border-color: #3399cc;
  }
  small { font-weight: normal; font-size: 90%; }
  a.action {
    color: #3399cc;
    background: url('/images/misc/icon_sprite.png') no-repeat;
    background-position: right -630px;
    padding-right: 21px;
    line-height: 16px;
    display: block;
    float: right;
  }
  
  #flash {
    background: #fff;
    border-bottom: 5px solid #ccc;
    color: #333333;
    height: 55px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter:alpha(opacity=90);
  }
  #flash div.content {
    margin-top: 18px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
  }
  
  ul.participants {
    overflow: hidden;
    margin-top: 5px;
  }
  ul.participants li {
    float:left;
    margin-right: 5px;
  }
  ul.participants li a img.framed {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  ul.links {
    height: 30px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-right: 10px;
  }
  ul.links li {
    display: inline;
    line-height: 30px;
    margin-left: 10px;
  }
  
  #input {
    margin-bottom: 15px;
  }
  #input ul.tabs {
    height: 22px;
    width: 370px;
    margin: 0 auto;
  }
  #input ul.tabs li {
    float: left;
    line-height: 22px;
  }
  #input ul.tabs li a {
    display: block;
    padding: 0 10px;
    height: 22px;
  }
  #input ul.tabs li.active {
    background: #eaf5fa;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;        
    -webkit-border-top-right-radius: 5px;        
  }
  #input ul.tabs li.active a {
    color: #267399;
  }
  #input ul.tabs li.active a:hover,
  #input ul.tabs li.active a:focus,
  #input ul.tabs li.active a:active {
    text-decoration: none;
    cursor: default;
  }

  #input div.content {
    position: relative;
    padding: 10px;
    background: #eaf5fa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  #tw_dialog_content div.tw_form,
  #tw_dialog_content div.tw_form dd {
    margin-bottom: 10px;
  }
  #tw_dialog_content div.tw_form dd textarea {
    width: 368px;
  }
  
  div.tt_form dt label {
    font-weight: normal;
    white-space: nowrap;
    color:#333333;
    font-size:20px;
    letter-spacing:-1px;
  }
  
  div.tt_form dd {
   margin: 5px 0; 
  }
  div.tt_form dd.buttons {
   margin: 10px 0 0 0;
   overflow: hidden; 
  }
  div.tt_form dd.simple_buttons {
   margin: 0;
   overflow: hidden; 
  }

  div.tt_form dd textarea {
    font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 4px 6px;
    width: 487px;
    color: #777;
    border: 1px solid #aaa;
    overflow: auto;
  }
  div.tt_form dd input[type="text"] {
    font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 4px 6px;
    width: 487px;
    color: #777;
    border: 1px solid #aaa;     
  }
  div.tt_form dd button.twbutton,
  div.tt_form dd button.twbutton:hover,
  div.tt_form dd button.twbutton:active,
  div.tt_form dd button.twbutton:focus {
    float: right;
    margin: 0;
  }
  div.tt_form dd button.simple,
  div.tt_form dd button.simple:hover,
  div.tt_form dd button.simple:active,
  div.tt_form dd button.simple:focus {
    float: left;
    margin: 10px 10px 0 0;
  }
  div.tt_form dt span.actions {
    float: right;
    display: block;
    overflow:hidden;
    margin-top: 9px;
  }
  div.tt_form dt span.actions a.icon {
   float: left;
   margin-left: 5px;
  }
  
  
  div.update_info {
    font-size:22px;
    color: #ccc;
    font-weight: bold;
    position: absolute;
    right: 10px;
  }
  div.update_info small {
    font-size: 10px;
  }
  div.update_info span.warm {
    color: #aa0000;
  }
  div.update_info span.hot {
    color: #dd0000;
  }

  .numeric {
    font-family:'Georgia','Serif';
  }
  
  div.small {
    font-size: 85%;
  }
  div.info {
    color: #aaa;
  }
  #twitter_oauth div.info {
    margin-bottom: 10px;
  }
  ul.statuses {
    
  }
  ul.statuses > li:first-child {
    border-top:1px dashed #D2DADA;
  }
  ul.statuses > li {
    border-bottom:1px dashed #D2DADA;
    line-height:1.1em;
    padding:0.7em 0 0.6em;
    position:relative;
  }
  ul.statuses > li.special {
    background: #fffff3;
    border-left: 5px solid #d2dada;
    border-right: 5px solid #d2dada;
  }
  ul.statuses li div.actions {
    float: right;
    margin-right: 10px;
  }
  ul.statuses li div.actions a.icon,
  ul.statuses li div.actions div.msg_info {
    visibility: hidden;
  }
  ul.statuses > li:hover {
    background: #F7F7F7;
  }
  ul.statuses li div.actions a.sticky,
  ul.statuses li:hover div.actions a.icon,
  ul.statuses li:hover div.actions div.msg_info {
    visibility: visible;
  }
  ul.statuses li div.actions div.msg_info {
    float: left;
    margin-left: 5px;
    color: #aaa;
    margin-top: 1px;
  }
 
  ul.statuses li div.actions a.icon {
   float: left;
   margin-left: 5px;
   opacity: 0.5;
   -moz-opacity: 0.5;
  }
  ul.statuses li div.actions a.icon:hover {
    opacity: 1;
    -moz-opacity: 1;
  }
  
  ol.tt_poll_options {
    color: #777;
    margin: 10px 15px 5px 15px;
  }
  #page.messages_show ol.tt_poll_options,
  #page.messages_show div.content p {
    margin-bottom: 20px;
  }
  ol.tt_poll_options li {
    margin-bottom: 7px;
    line-height: 18px;
    overflow: hidden;
  }
  ol.tt_poll_options li a.action {
    margin-top: 3px;
    margin-right: 5px; 
    float: left;
  }
  ol.tt_poll_options li span.numeric {
    font-size: 17px;
    margin-right: 5px; 
    float: left;
    display: block;
  }
  ol.tt_poll_options li span.text {
    margin-right: 5px; 
    float: left;
    display: block;
  }
  
  
  #tt_current_channel {
    margin-bottom: 20px;
    padding: 10px;
  }
  #tt_current_channel div.channel {
    font-size: 20px;
    font-family:'Georgia', 'Serif';
    margin-bottom: 5px;
  }
  #tt_current_channel div.channel img.framed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #tt_current_channel div.current_tm, #tt_current_channel div.next_tm {
    font-size: 90%;
  }
  
  #promotion {
    background: #39ace6;
    padding: 10px;
    font-size: 90%;
    margin:0 10px 20px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #promotion a {
    color: #ffee00;
  }

  div.promotion {
    padding: 10px;
    margin: 0 10px 20px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
  }

  div.promotion:hover,
  div.promotion:focus,
  div.promotion:active {
    background: #eaf5fa;
    border-color: #3399cc;
  }  


  ul.side_nav {
    margin-bottom: 20px;
  }
  ul.side_nav li,
  div.side_infos {
    margin-bottom: 1px;
  }
  ul.side_nav li a {
    padding: 4px 10px;
    text-decoration: none;
    display: block;
  }
  ul.side_nav li a {
    color: #fffae4;
  }
  ul.side_nav li.loading a {
    background: transparent url('/images/misc/spinner.gif') no-repeat 176px center;
  }
  ul.side_nav li a:hover,
  ul.side_nav li a:active,
  ul.side_nav li a:focus {
    border-left: 1px solid #267399;
    background-position: 175px center;
    background-color: #3399cc; 
    padding-left: 9px;
    color: #fff;
  }
  ul.side_nav li.active a {
    color: #333;
    padding-left: 9px;
    cursor: default;
    border-left: none;
    background-color: #fff;
  }
  div.side_infos h4 {
    padding: 4px 10px;
  }
  div.side_infos ul.user_icons {
    padding: 4px 10px; 
    overflow: hidden;
  }
  div.side_infos ul.user_icons li {
    float: left;
    height: 30px;
    width: 28px;
    margin-left: 2px; 
  }
  div.side_infos ul.user_icons li a {
    text-decoration: none;
  }
  div.side_infos ul.user_icons li a img.framed {
    width: 24px;
    height: 24px;
  }
  div.side_infos ul.user_icons li a:hover img.framed,
  div.side_infos ul.user_icons li a:focus img.framed,
  div.side_infos ul.user_icons li a:active img.framed {
  background: #ed5e07 none repeat scroll 0 0;
  border-color: #ed5e07;
  }
  
  #epg_tab_content ul.channels {
    overflow: hidden;
    margin-left:10px;
  }
  #epg_tab_content ul.channels li {
    float: left;
    width: 152px;
    height: 70px;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  #epg_tab_content ul.channels li a {
    color: #666;
    text-decoration: none;
  }
  #epg_tab_content ul.channels li:hover,
  #epg_tab_content ul.channels li:focus,
  #epg_tab_content ul.channels li:active {
    background: #eaf5fa;
    border-color: #3399cc;
  }
  #epg_tab_content ul.channels li:hover a,
  #epg_tab_content ul.channels li:focus a,
  #epg_tab_content ul.channels li:active a {
    color: #267399;
  }

  #epg_tab_content ul.channels li a span.channel,
  #epg_tab_content ul.channels li a span.current_tm,
  #epg_tab_content ul.channels li a span.next_tm {
    display: block;
  }
  #epg_tab_content ul.channels li a span.channel img.framed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #epg_tab_content ul.channels li a:hover span.channel img.framed,
  #epg_tab_content ul.channels li a:focus span.channel img.framed,
  #epg_tab_content ul.channels li a:active span.channel img.framed {
    background: #fff;
    border-color: #ddd;
  }
  #epg_tab_content ul.channels li a span.channel span {
    font-size: 16px;
    font-family:'Georgia', 'Serif';
    margin-bottom: 5px;
  }
  #epg_tab_content ul.channels li a span.current_tm,
  #epg_tab_content ul.channels li a span.next_tm {
    font-size: 90%;
    color: #888;
  }
}