/* -------------------------------------------------------
   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: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

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

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

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

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

a:active {
	
}

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

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

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

#player #flash {
	width: 720px;
}

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

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

.playlistrow .browseright {
	right: 6px;
	top: 30px;
}

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

.row .browseright {
	right: 6px;
	top: 17px;
}

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

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

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

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

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

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

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

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

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

#playlist #playlisttabs {
	list-style-type: none;
	color: #c1c1c1;
	border-bottom: 1px solid #000;
	height: 24px;
	margin-left: 25px;
	position: relative;
	bottom: -3px;
	z-index: 500;
}

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

#playlist #playlisttabs li.left {
	float: left;
	background: url(images/webtv/tab-left.png) 0 0 no-repeat;
	padding-left: 6px;
	height: 13px;
}

#playlist #playlisttabs li.left span.bg {
	background: url(images/webtv/tab-right.png) right top no-repeat;
	padding: 3px 17px 4px 11px;
}

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

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

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

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

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

#playlist #playlistitems li.playlistitem img.thumb, #playlistdrag li.playlistitem img.thumb {
	width: 100px;
	height: 75px;
	background: url(images/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: #828282;
	overflow: hidden;
}

#playlist #playlistitems li.playlistitem.act p, 
#playlistdrag li.playlistitem.act p {
	color: #F5F5F5;
}

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

#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) 0 1px 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;
	position: relative;
}

#contentbrowser #browsertabs {
	list-style-type: none;
	color: #5f5f5f;
	height: 24px;
	margin-top: 5px;
	bottom: -2px;
	padding-left: 27px;
	position: relative;
	z-index: 498;
}

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

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

#contentbrowser #browsertabs li.act {
	height: 21px;
	background: transparent url(images/webtv/tab-left.png) no-repeat scroll 0 1px;
	margin-top: 1px;
	color: #c1c1c1;
}

#contentbrowser #browsertabs li.act span.bg {
	background: transparent url(images/webtv/tab-right.png) no-repeat scroll right top;
	padding: 4px 13px 3px 11px;
	text-align: center;
}

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

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

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

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

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

#contentbrowser .contentitems li p,
#contentbrowserdrag li p {
	font-family: Tahoma, "Arial Narrow", Arial, Helvetica, sans-serif;
	word-spacing: -1px;
	font-size: 9px;
	height: 12px;
	color: #828282;
	overflow: hidden;
}

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

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

#contentbrowser .contentitems li img.thumb.noload,
#contentbrowser 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;
	position: relative;
}

.row {
	position: relative;
	background: url(images/webtv/vidlist-bg.png) #000 no-repeat 0 0;
	height: 90px;
	z-index: 497;
}

.playlistrow {
	position: relative;
	background: url(images/webtv/playlist-bg.png) #000 no-repeat 0 0;
	height: 112px;
	z-index: 499;
}

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

#webtv_footer {
	text-align: center;
}

#webtv_footer a, #webtv_footer span {
	display: inline-block;
	height: 1.6em;
	margin: 2em 0.5em;
	overflow: hidden;
	text-decoration: none;
	font-size: 11px;
}

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

#contentbrowser #browsertabs li.act input#searchfield {
	border: 1px solid #afafaf;
	color: #afafaf;
}

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

#search-go:hover,
#search-go:active {
	background: url(images/webtv/search.png) -5px -20px 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: -66px;
	left: 0px;
	font-size: 9px;
	visibility: hidden;
}

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

#contentbrowserdrag li p.overlay {
	display: none;
}

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

#contentbrowser .contentitems li a.play {
	position: relative;
	top: 12px;
	left: 3px;
	display: block;
	width: 26px;
	height: 25px;
	overflow: hidden;
	text-indent: -999em;
	background: url(images/webtv/play-small.png) 0 1px 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: 32px;
	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,
#contentbrowserdrag .rating {
	position: relative;
	display: block;
	height: 10px;
	width: 66px;
	padding: 0 4px;
	overflow: hidden;
	top: -76px;
	left: 0;
	background: url(images/webtv/overlay.png);
}

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

#nav {
	position: absolute;
	top: 6px;
	right: 0px;
	list-style: none;
	text-align: right;
}

#nav li {
	display: inline;
}

#nav li a {
	display: inline-block;
	font-size: 11px;
	height: 1.6em;
	margin: 2em 0.5em;
	overflow: hidden;
	text-decoration: none;
}

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: #828282;
	font-size: 11px;
	text-align: right;
}

#playlistmanage .slide {
	padding: 10px;
}

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

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

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

#playlistmanage .slide p select#playlistid_id {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #252525;
	color: #AFAFAF;
	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;
}

#shareOverlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background-color: #000;
	opacity: 0;
	display: none;
}

#shareWindow {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 30em;
	margin: 0 0 0 -15em;
	z-index: 10001;
	opacity: 1;
	display: none;
	text-align: left;
	overflow: visible;
	font-size: 12px;
	color: #ccc;
	border: 1px solid #333;
	border-top: 0;
}

#shareWindow a {
	color: #fff;
}

#shareWindow dt,
#shareWindow dd {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#shareWindow dt {
	border-top: 1px solid #333;
}

#shareWindow dt .inner {
	display: block;
	cursor: pointer !important;
	background: #111;
	padding: .25em 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#shareWindow dt.open .inner {
	font-weight: bold;
}

#shareWindow dd,
#shareWindow #sharebox_status {
	background: #333;
}

#shareWindow dd .inner,
#shareWindow #sharebox_status {
	padding: 1em;
}

#shareWindow #sharebox_status {
	margin: 0;
	font-weight: bold;
}

#shareWindow form {
	overflow: hidden;
}

#shareWindow .bookmarks {
	text-align: center;
}

#shareWindow textarea,
#shareWindow input {
	width: 96%;
	margin: 0;
	padding: .5em 2%;
	border: 0;
	outline: 1px solid #999;
	background: #DBDBDB;
}

#shareWindow input.button {
	float: right;
	margin: 0;
	padding: 0;
	background: transparent;
	outline: 0;
}

#shareWindow p.close {
	position: absolute;
	top: -1.2em;
	right: 0;
	text-align: right;
}

#shareWindow p.close a {
	background: #333;
	line-height: 1em;
	margin: 0;
	padding: .4em .5em;
	text-decoration: none;
	color: #999;
}