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

body {
  line-height: 1; 
  background-attachment: scroll;
  background-image: url(http://www.mywebworld.com/images/main_bg.gif);
  background-repeat: repeat-x;
  background-position: left top;
  text-align:center;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  font-style:normal;
}

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;
}

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: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
/* End hide from IE-mac */


/* -------------------------------------------------------
   Center Page
------------------------------------------------------- */

html,body {
  color: #333;
  font: normal 12px/16px "Trebuchet MS", Tahoma, sans-serif; }

body {
  text-align:center; }

#webtv_wrap {
  position: relative;
  width: 720px;
  margin: 0 auto;
  text-align:left;
}

/* -------------------------------------------------------
   Links
------------------------------------------------------- */

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


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

/* -------------------------------------------------------
   Header / Logo
------------------------------------------------------- */

h1 a {
  display: block;
  width: 146px;
  height: 60px;
  /* background: url(../images/frontend/logo.png)no-repeat;
  text-indent: -9999px; */
  margin: 0 0 13px 12px; }

/* -------------------------------------------------------
   Player
------------------------------------------------------- */

#player #flash {
  width: 720px;
}


/* -------------------------------------------------------
   BOX 3/4
------------------------------------------------------- */

.box-w {
  width: 720px;
  margin: 0;
  float: left;
  /*background: url(../images/frontend/boxen.png) no-repeat 0px 0px;*/ }

.box-w h2 {
  font: normal 12px/17px "Trebuchet MS", Tahoma, sans-serif;
  color: #333;
  text-decoration: none;
  padding: 7px 20px 6px;
  background: url(../images/frontend/h.gif) 9px 13px no-repeat;
  height:17px;
  overflow: hidden; }

.box-w .content {
  position: relative;
  padding: 0 0 25px 0px;
  margin: 0 0 10px;
  /*background: url(../images/frontend/boxen.png) -720px 100% no-repeat;*/
  width: 720px; }

.box-w .content form {
  border-bottom: 1px solid #dedede;
  padding:0px 10px 15px 10px; }

.box-w .content form div.formwrapper  {
  padding:5px 7px 5px 10px; }

.box-w .content form div.formwrapper div {
  float: left;
  width: 340px;
}

.box-w form label {
  font-size:12px;
  font-weight:bold;
  margin-bottom:2px;
  display: block;
  padding: 5px 0 0 3px; }

.box-w form div.formwrapper div input {
  padding: 2px;
  width: 320px;
}

.box-w form input,
.box-w form textarea,
.box-w form select {
  border: 1px solid #d6d6d6;
  font: normal 11px/13px "Trebuchet MS", Tahoma, sans-serif;
}

.box-w form input[type="radio"],
.box-w form input[type="checkbox"] {
  border: none; }

.box-w form input.radio,
.box-w form input.checkbox {
  border: none; }

.box-w form input.text:hover {
  border: 1px solid #666; }

.box-w form input.text:focus {
  border: 1px solid #1f42a6; }

.box-w form .button {
  border: 0;
  width: auto;
  height: auto; }

.box-w form #reply {
  position: absolute;
  right: 10px;
  bottom: 5px;
  border: 0; }

.box-w form a#pwforgot {
  position: absolute;
  left: 20px;
  bottom: 5px;
  border: 0; }

.box-w form a#pwforgot:active {
  position: absolute;
  top: auto;
  right: 90px;
  bottom: 4px;
  border: 0; }

.box-w form p {
  padding:2px 0 2px 0;
  font-size:10px;
  line-height:1.2em;
}

.box-w form span.types_list input,
.box-w form span.hidden_list input {
  display:inline;
}

.box-w form span.types_list label,
.box-w form span.hidden_list label {
  display:inline;
  font-weight:normal;
}

.box-w form p label {
  font-weight:bold;
  font-size:12px;
  margin-bottom:2px;
}

.box-w form p label {
  padding:10px 0 0 0;
}

.box-w form input#media_title,
.box-w form input#media_tags {
  width:690px;
}

.box-w form textarea {
  margin: 0;
  width: 690px;
}

.box-w form li {
  list-style:none;
}

.box-w form li input {
  display:inline;
}

.box-w form li label {
  display:inline;
  font-weight:normal;
}

/* -------------------------------------------------------
   SWFUpload
------------------------------------------------------- */

#swfuploadWidget input#txtFileName {
  border: solid 1px #D6D6D6;
  height: 19px;
  width: 580px;
  margin: 8px 0 0 0;
  background-color: #FFFFFF; }

*+html #swfuploadWidget input#txtFileName {
  width: 336px;
}

#swfuploadWidget object.swfupload {
  position: relative;
  top: 9px;
}

*+html #swfuploadWidget object.swfupload {
  top: 4px;
}

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

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

/* -------------------------------------------------------
   Body
------------------------------------------------------- */

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

.browseright {
  right:-6px;
}

.browseleft {
  left:-6px;
}

a.browseright:link {
  background:url(../images/webtv/right.png) 0px 0px no-repeat;
}

a.browseright:visited {
  background:url(../images/webtv/right.png) 0px 0px no-repeat;
}

a.browseright:hover {
  background:url(../images/webtv/right.png) -24px 0px no-repeat;
}

a.browseright:active {
  background:url(../images/webtv/right.png) -48px 0px no-repeat;
}

a.browseleft:link {
  background:url(../images/webtv/left.png) -48px 0px no-repeat;
}

a.browseleft:visited {
  background:url(../images/webtv/left.png) -48px 0px no-repeat;
}

a.browseleft:hover {
  background:url(../images/webtv/left.png) -24px 0px no-repeat;
}

a.browseleft:active {
  background:url(../images/webtv/left.png) 0px 0px no-repeat;
}

#playlist #playlisttabs {
  list-style-type:none;
  /*background:url(../images/webtv/head-bg.png) top left repeat-x;*/
  color:#5f5f5f;
  border-bottom:1px solid #ddd;
  height:24px;
}

#playlist #playlisttabs li {
  display:block;
  background:url(../images/webtv/devider.png) top left no-repeat;
  float:right;
  margin:4px 0 0 0;
  padding: 3px 10px 4px 11px;
  font-size:11px;
  line-height:1em;
}

#playlist #playlisttabs li.left {
  float: left;
  background:none;
  padding-left: 30px;
  height:11px;
  overflow:hidden;
}

#playlist #playlisttabs li.clickable {
  cursor: pointer;
}

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

#playlist #playlistcontainer,
#playlist #playlistmanage {
  width:674px;
  height:101px;
  overflow:hidden;
  margin-left:23px;
  padding-top:3px;
}

#playlist #playlistmanage {
  display:none;
}

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

#playlist #playlistitems {
  position:relative;
}

#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:100px;
  height:87px;
  padding:5px 6px 6px 6px;
  overflow:hidden;
  font-size:9px;
}

#playlist #playlistitems li.playlistitem.act {
  color:#000;
  border:1px solid #a3a3a3;
  background:#fff;
  padding:4px 5px 5px 5px;
}

#playlist #playlistitems li.playlistitem img.thumb, #playlistdrag li.playlistitem img.thumb {
  width:100px;
  height:75px;
  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:11px;
  color:#333;
  overflow:hidden;
  line-height:1.2em;
  }

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

#playlist #playlistitems li.playlistitem p.overlay,
#playlistdrag li.playlistitem p.overlay {
  background:url(../images/webtv/overlay.png);
  height:13px;
  line-height:13px;
  width:92px;
  padding: 0 4px;
  color:#cfcece;
  position:relative;
  top:-29px;
  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;
  }

* html #playlist #playlistitems li.playlistitem p.overlay .rating img,
* html #playlistdrag li.playlistitem p.overlay .rating img,
*+html #playlist #playlistitems li.playlistitem p.overlay .rating img,
*+html #playlistdrag li.playlistitem p.overlay .rating img {
	position:static;
  }

#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:-104px;
    left:79px;
    display:block;
    width:21px;
    height:20px;
    overflow:hidden;
    text-indent:-999em;
    background:url(../images/webtv/close.png) 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) bottom left no-repeat;
  }

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

#playlist #playlistitems li.playlistitem a.play {
    position:relative;
    top:-104px;
    left:31px;
    display:block;
    width:35px;
    height:35px;
    overflow:hidden;
    text-indent:-999em;
    background:url(../images/webtv/play.png) top left no-repeat;
    visibility:hidden;
  }

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

#playlist #playlistitems li.playlistitem a.play:hover {
    background:url(../images/webtv/play.png) 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) 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;
  border-bottom:1px solid #d0d0d0;
}

#contentbrowser #browsertabs {
  list-style-type:none;
/*  background:url(../images/webtv/head-bg.png) top left repeat-x;*/
  color:#5f5f5f;
  border-bottom:1px solid #ccc;
  height:24px;
  margin-top:5px;
  padding-left:27px;
}

#contentbrowser #browsertabs li {
  float: left;
  color:#828282;
  background:#EEEEEE;
  border: 1px solid #bababa;
  padding: 0px 9px 1px 9px;
  margin:2px 3px 0 0;
  cursor: pointer;
  height:20px;
  line-height:20px;
}

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

#contentbrowser #browsertabs li.act {
  border:1px solid #ccc;
  border-bottom:1px solid #FFFFFF;
  height:21px;
/*  background:url(../images/webtv/head-bg.png) top left repeat-x;*/
  margin-top:1px;
  background:#FFFFFF;
  color:#5f5f5f;
}

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

#contentbrowser #browsertabs li.notab {
  float: right;
  border:0;
  cursor: default;
  background:none;
  margin-top:3px;
  padding-right:16px;
}

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

#contentbrowser .contentitems {
  float: left;
  width: 674px;
  list-style-type: none;
  padding-top:4px;
}

#contentbrowser .contentitems li {
  float:left;
  width:74px;
  height:80px;
  padding:5px;
  overflow:hidden;
}

#contentbrowser .contentitems li p {
  font-family:Tahoma, "Arial Narrow", Arial, Helvetica, sans-serif;
  word-spacing:-1px;
  font-size:9px;
  line-height:1.3em;
  height:11px;
  margin-top:-2px;
  color:#333;
  overflow:hidden;
}

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

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

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

#playlist {
  /*background:#d4d4d4;*/
  margin-top:5px;
  border-bottom:1px solid #d0d0d0; }

.row {
 position:relative;
 /*background:#eeeeee;*/ }

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

#webtv_footer {
  width: 700px;
  height:80px;
  /*background: url(../images/webtv/boxen.png) -6628px 0 no-repeat;*/
  padding: 20px 10px;
  margin: 10px 0 0;
  color: #9b9b9b; }

#webtv_footer .left {
  float: left;
  width: 220px; }

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

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

#webtv_footer ul li a {
  color:#FFFFFF; }

#webtv_footer ul li a:hover {
  color:#DD0000;
  text-decoration:none; }

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

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

#search-go {
  display:block;
  float:right;
  width:33px;
  height:18px;
  overflow:hidden;
  text-indent:-999em;
  background:url(../images/webtv/search.png) 0 0 repeat-x;
  }

#search-go:active {
  background:url(../images/webtv/search.png) 0 -18px repeat-x;
  }

#loader_search, input#searchfield, #search-go {
    float:left;
  }

#contentbrowser .contentitems li p.overlay {
  background:url(../images/webtv/overlay-soft.png);
  height:54px;
  line-height:13px;
  width:66px;
  padding: 0 4px;
  color:#cfcece;
  position:relative;
  top:-65px;
  left:0px;
  font-size:9px;
  visibility:hidden;
  }

#contentbrowser .contentitems li:hover p.overlay {
  visibility:visible;
  }

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


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

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

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

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

#contentbrowser .rating {
  position:relative;
  display:block;
  height:10px;
  width:66px;
  padding:0 4px;
  overflow:hidden;
  top:-75px;
  left:0;
  background:url(../images/webtv/overlay.png);
  }

#topmenu {
  background: url(../images/top_bg_line_small.gif);
  background-repeat:no-repeat;
  height:33px;
  width:720px;
  text-align:right;
  padding-top:5px;
  text-align:center;
}

#topmenu li {
  display: inline;
 /* background: url(../images/frontend/m/trenner.png) 100% 0 no-repeat;*/
  color: #FFFFFF;
  padding: 4px;
  margin-right:5px;
  }
  
#topmenu li a {
  color: #ffffff; /* dd0000 */
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none; }

#topmenu li a:hover {
   font-family: Tahoma;
   font-weight: bold;
   color: #D8D8D8;
   text-decoration:underline;
   font-size: 11px;
}

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.error {
  padding:1px;
  color:#C33;
}

/* Back to Community Link */

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

/* -------------------------------------------------------
   IE Hacks
------------------------------------------------------- */

*+html #contentbrowser .contentitems li p.overlay {
  top:-66px;
}

*+html #contentbrowser .rating {
  top:-75px;
}

*+html #contentbrowser #browsertabs li input#searchfield,
* html #contentbrowser #browsertabs li input#searchfield{
  padding-top:0px;
  padding-bottom:2px;
}

* html img { behavior: url('../js/iepngfix2.htc'); }

* html #contentbrowser #browsertabs li.act {
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #eee;
  padding-bottom:1px;
  margin-top:0px;
  overflow:hidden;
  position:relative;
  top:1px;
  z-index:800;
}

* html #contentbrowser #browsertabs li {
  border:1px solid #BABABA;
  height:20px;
  margin:2px 3px 0 0;
  padding:0 9px 1px;
  overflow:hidden;
  border-bottom:0px solid #000;
}

* html #contentbrowser #browsertabs li.notab {
  background:transparent none repeat scroll 0 0;
  border:0 none;
  margin-top:3px;
  height:20px;
  overflow:hidden;
}

* html #playlist #playlistitems li.playlistitem p.overlay,
* html #playlistdrag li.playlistitem p.overlay {
  top:-24px;
  }

*+html #playlist #playlistitems li.playlistitem p.overlay,
*+html #playlistdrag li.playlistitem p.overlay {
  top:-24px;
  }

* html #playlist #playlistitems li.playlistitem p.overlay span.rating,
* html #playlistdrag li.playlistitem p.overlay span.rating {
  padding-top:0;
  }

*+html #playlist #playlistitems li.playlistitem p.overlay span.rating,
*+html #playlistdrag li.playlistitem p.overlay span.rating {
  padding-top:2px;
  }

* html #contentbrowser .rating {
  top:-71px;
}

*+html #contentbrowser .rating {
  top:-71px;
}

* html #playlist #playlistitems li.playlistitem.hover a.close {
  top:-97px;
}

*+html #playlist #playlistitems li.playlistitem a.close {
  top:-99px;
}

* html #contentbrowser .contentitems li p.overlay {
  top:-61px;
}

*+html #contentbrowser .contentitems li p.overlay {
  top:-61px;
}

* html #playlist,
*+html #playlist {
  margin-top:0;
  clear:both;
  }

*+html #player {
  margin-bottom:5px;
  }

* html #player {
  margin-bottom:5px;
  }

/* BLACK OVERLAY */

* html #playlist #playlistitems li.playlistitem p.overlay,
* html #playlistdrag li.playlistitem p.overlay {
  background:#000;
  filter:alpha(opacity=50);
  }

* html #contentbrowser .contentitems li p.overlay {
  background:#000;
  filter:alpha(opacity=60);
  }

* html #contentbrowser .rating {
  background:#000;
  filter:alpha(opacity=50);
  }

* html #playlist #playlistitems li.playlistitem a.close,
* html #playlist #playlistitems li.playlistitem a.play {
  filter:alpha(opacity=60);
  }

/* 8bit indexed PNGs instead of 32bit alpha transparency */

* html a.browseright:link {
  background:url(../images/webtv/ie6/right.png) 0px 0px no-repeat;
}

* html a.browseright:visited {
  background:url(../images/webtv/ie6/right.png) 0px 0px no-repeat;
}

* html a.browseright:hover {
  background:url(../images/webtv/ie6/right.png) -24px 0px no-repeat;
}

* html a.browseright:active {
  background:url(../images/webtv/ie6/right.png) -48px 0px no-repeat;
}

* html a.browseleft:link {
  background:url(../images/webtv/ie6/left.png) -48px 0px no-repeat;
}

* html a.browseleft:visited {
  background:url(../images/webtv/ie6/left.png) -48px 0px no-repeat;
}

* html a.browseleft:hover {
  background:url(../images/webtv/ie6/left.png) -24px 0px no-repeat;
}

* html a.browseleft:active {
  background:url(../images/webtv/ie6/left.png) 0px 0px no-repeat;
}

* html #playlist #playlistitems li.playlistitem a.play {
  background:url(../images/webtv/ie6/play.png) top left no-repeat;
}

* html #playlist #playlistitems li.playlistitem a.play:hover {
  background:url(../images/webtv/ie6/play.png) bottom left no-repeat;
}

* html #playlist #playlistitems li.playlistitem a.close {
  background:url(../images/webtv/ie6/close.png) top left no-repeat;
}

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

* html #contentbrowser .contentitems li a.enqueue {
  background:url(../images/webtv/ie6/add.png) top left no-repeat;
}

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

* html #contentbrowser .contentitems li a.play {
  background:url(../images/webtv/ie6/play-small.png) top left no-repeat;
}

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

/* FAKE HOVER CLASSES */

* html #playlist #playlistitems li.playlistitem.hover p {
  color:#000;
}

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

* html #playlist #playlistitems li.playlistitem.hover a.play {
  visibility:visible;
}

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

* html #contentbrowser .contentitems li.hover p.overlay {
  visibility:visible;
}

/* Back to Community Link */

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

.heading
{
	font:Arial, Helvetica, sans-serif;
	font-size:180%;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#CF0000;	
}

.headingsetting
{
	padding-left:8px;
	padding-bottom:1px;
	line-height:22px;
	z-index:1000px;
}
.headingsettingtop
{
	padding-left:2px;
	padding-bottom:3px;
	padding-top:3px;
}
.myBox720
{
	background-image:url(http://www.mywebworld.com/images/curv_720.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:720px;
	padding-top:3px;
}
.myBoxfooter
{
	background-image:url(http://www.mywebworld.com/images/footer_bgweb.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:720px;
	padding:5px;
}

#mainmenu {
	height: 35px;
	width: 720px;
	margin:auto;
	overflow:hidden;
	background-attachment: scroll;
	background-image: url(../images/nav_bg_small.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu ul {
	float: left;
	list-style: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mainmenu ul li {
  float: left;
   }
#mainmenu ul li a {
	float: left;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/bt_normal_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainmenu ul li a span {
  position: absolute;
  right: 0;
  top: 6px;
  text-indent: -9999px;
  width: 4px;
  }

#mainmenu ul li.act a,
#mainmenu ul li a:hover {
	color: #000000;
	background-image: url(../images/bt_over_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.inputbig {
	background: white url(../images/icon-search.gif) no-repeat scroll 0px 2px;
	width: 135px;
	border:1px solid grey;
	background-color:#FFFFFF;
	vertical-align:bottom;
	height:15px;
	/*padding:0px 0px 0px 4px;*/
	padding-left:19px;
	border: 1px solid #d6d6d6;
	font: normal 11px/13px "Trebuchet MS", Tahoma, sans-serif;
}

.inputbigover
{
	width: 154px;
	background-color:#FFFFFF;
	vertical-align:bottom;
	border:1px solid grey;
	height:15px;
	border: 1px solid #d6d6d6;
	font: normal 11px/13px "Trebuchet MS", Tahoma, sans-serif;
}
* html .inputbigover
{
	width: 153px;
	background-color:#FFFFFF;
	vertical-align:bottom;
	border:1px solid grey;
	height:15px;
	border: 1px solid #d6d6d6;
	font: normal 11px/13px "Trebuchet MS", Tahoma, sans-serif;
}