* { margin:0; padding:0; font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }
body {
	width: 320px;
	font-size: 11px;
	background: #1c1d20 url(../img/background/bodypopup.png) repeat-x;
	color: #FFF;
}
img { 
	border: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #9FF;
	font-size: 11px;
}
a.external {
	background:url(../img/icon/external-cyan.gif) no-repeat 0 0.2em;
	padding-left: 14px;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
fieldset {
	border: none;
}
legend span, .offscreen {
	position: absolute;
	left: -999px;
	width: 300px;
}
div#navigator {
	position:absolute;
	top: 10px;
	left: 158px;
	width: 160px;
}
div#navigator select#qs {
	width: 120px;
	display: inline;	
}
a.close-window, a.close-window-player {
	background:transparent url(../img/button/settings-close.gif) no-repeat scroll 100% 0.1em;
	color:#FFF;
	display: inline;
	visibility: hidden;
	position:absolute;
	right: 0px;
	top: 26px;
	z-index:99;
	margin-right:20px;	
	padding-right:15px;	
	text-align:right;
	width: 30px;
}
a.close-window-player {
	right: -5px;
	top:13px;
}
a.close-window.relative {
	background: none;
	position: relative;
	left: 0px;
	top:0px;
	text-align: left;
	color: #9FF;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	width: 280px;
	margin: 20px;
}
h1 {
	font-size: 18px;
	padding: 0 0 0.5em 0;
}
h2, h3, h4 {
	font-size: 12px;
	padding: 0 0 0.3em;
}
p {
	margin:0 0 1em 0;
}
form {
	position: relative;
	width: 250px;
	margin: 0;
	padding: 0;
}
select {
	display: block;
}
div.sizewrapper {
	width: 250px;
	padding: 5px 10px;
	border: 1px solid #323435;
	background: #29292C;
}
select#size {
	width: 250px;
	display: block;
}
input.text {
	width: 241px;
	font-size: 12px;
	display: block;
	padding: 2px 2px;
	margin: 3px 0 11px 0;
}
input.text.link {
	width: 270px;
	margin: 3px 0 15px 0;
	padding: 5px 2px;
	color: #666;
}
textarea#code {
	width: 270px;
	height: 106px;
	font-size: 10px;
	margin: 3px 0 11px 0;
	/* padding: 5px; */
	color: #666;
}
div.missingvideo {
	text-align: center;
	margin: 4em 0 4em 0;
}
div.missingvideo h1 {
	color:#fff;
	display: block;
	margin: 0;
	background:#2d2e30;
	border: 1px solid #575859;
	font-size:1.2em;
	padding:1em;
}
/*** TODO Duplicate in general.css ***/
label.error {
	position: absolute;
	right: 0;
	color: #FF0;
	display: block;
}
div#logo {
 	height: 36px;
	background: url(../img/background/popup-head.png) repeat-x;
	border-bottom: 1px solid #1e1e20;
}
div#logo img {
 	position: absolute;
	top: 4px;
	left:10px;
}
div#logo select {
	position: absolute;
	top: 8px;
	left: 190px;
	width: 120px;
}
/*== VIDEO area ==*/
div#flash-video {
	height: 205px;
	width: 320px;
	display: block;
	clear: both;
}
div#flash-video.asf {
	height: 241px;
	width: 320px;
}
div#no-flash, div#expired-info { 
	color: #fff;
	padding: 10px;
	background-color:#131314;
	width: 300px;
	height: 185px;
}
div#no-flash h1, div#expired-info h1  {
	font-size:1.2em;
	margin-bottom:1em;
	color:#fff;
}	
div#settings a:hover,
div#no-flash a:hover {
	text-decoration: underline;
}
div#no-flash div.get-flash a, 
div#no-flash div.set-wma a {
	clear: both;
	display: block;
	float: left;
	width: 220px;
	background: url(../img/button/settings-download.gif) no-repeat 0 0;
	padding: 0 0 6px 20px;
	color: #99ffff;
}
div#settings div.set-wma a.set-wma-button, 
div#alternative-format div.set-wma a.set-wma-button {
	background: url(../img/button/wmp-button-small.gif) no-repeat 0 0;
}
div#no-flash div#alternative-format,
ul.external-links {
	clear: both;
	float:left;
	border-top: 1px solid #2b2b2c;
	padding: 1em 0 1em 0;
}
div#no-flash a.external {
	clear: both;
	display:block;
}
div#no-flash a.plugin-info {
	clear:both;
}
/*== END Video Area ==*/
div#list {
	width: 320px;
	height: 180px;
	display: block;
	overflow: hidden;
	overflow-y: scroll;	
	clear: both;
}
div.asf div#list {
	height: 144px;
}
div#list div.crumbs {
	width:auto;
	padding: 4px;
}
div#list ul li {
	padding: 4px 6px 4px 6px;
	display: block;
	clear: both;
	float: left;
	background: url(../img/background/popup-list.png) repeat-x;
	min-height: 38px; 
	width: 100%;
	overflow: visible;
	position:relative;
	/*
	width: 300px;
    height: 50px; 
	overflow: hidden;
	*/
}
div#list ul li.even {
	background-position: left -65px;
}
div#list ul li.selected {
	background: #338c05 url(../img/background/active-miniplayer.png) repeat-x;
}
div#list ul li.selected a span {
	color: #FFF;	
}
div#list ul li a {
	padding-right: 5px;
}
div#list ul li.selected a {
	background: none;
}
div#list ul li img {
	border: 1px solid #48494b;
	margin-right: 10px;
	float: left;
}
div#list ul li.selected img {
	border: 1px solid #66cc33;
}
div#list ul li span {
	width: 215px;
	color: #9FF;
	font-style: normal;
}
div#list ul li span.folder {
	line-height: 18px;
}
div#list ul li a span {
	font-weight: bold;
}
div#list ul li a em {
	width: 215px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
/* hovers */
div#list ul li a:hover {
	text-decoration: none;
}
div#list ul li a:hover img {
	border: 1px solid #FFF;
}
div#list ul li a:hover span {
	text-decoration: underline;
}
div#list ul li a:hover em {
	color: #FFF;
	text-decoration: none;
}
div#list ul li img.icon-live {
	border: 0;
	position: absolute;
	top: 3px;
	left: 4px;
	z-index: 2;
	width: 37px;
	height: 16px;
}
div#list ul li a:hover img.icon-live {
	border: 0;
}
div#tools {
	background: #161719;
	border-bottom: 1px solid #161719;
	padding: 0px;
	height: 25px;
	clear: both;
}
div#tools ul {
	display: block;
	float: left;
	width: 320px;
}
div#tools li { 
	float: left;
	display: block;
	/*
	width: 70px;
	height: 25px;
	*/
}
div#tools li a { 
	display: block;
	color: #FFF;
}
/*
div#tools li a.fullscreen {
	background: url(../img/icon/popup-fullscreen.png) no-repeat;
	width: 70px;
	height: 25px;
}
*/
div#tools li.fullscreen a,
div#tools li.referer a,
div#tools li.help a,
div#tools li.settings a {
	padding: 5px 0 0 0;
	text-indent: 30px;
	background: url(../img/background/popup-tools-button.png) no-repeat;
	width: 90px;
	height: 20px;
    overflow: hidden;
}
div#tools li.fullscreen a {
	width: 88px;
	background: url(../img/icon/popup-fullscreen.png) no-repeat;
}
div#tools li.referer a {
	width: 71px;
	background: url(../img/icon/popup-referer.png) no-repeat;
}
/*
 * 	background: url(../img/icon/popup-referer.png) no-repeat;
 * 	background: url(../img/icon/popup-fullscreen.png) no-repeat;
 * 
 * */
div#tools li.settings a,
div#tools li.help a {
	text-indent: 0px;
	text-align: center;
}
div#tools li.help a {
	width: 71px;
	background-position: right top;
}
div#tools li.help a:hover { 
	background-position: right -25px;
}
div#tools li.referer a:hover,
div#tools li.settings a:hover { 
	background-position: left -25px;
}
div#tools li.list-opener, div#tools li.list-closer {
	position: absolute;
	left: 240px;
	float: left;
	width: 90px;
}
div#tools li.list-opener a, div#tools li.list-closer a {
	display: block;
	height: 20px;
	padding: 5px 0 0 0;
	text-indent: 18px;
}
div#tools li.list-opener a {
	background: url(../img/icon/popup-showlist.gif) no-repeat 0 7px;
}
div#tools li.list-closer a {
	background: url(../img/icon/popup-hidelist.gif) no-repeat 0 7px;
}

div#tools li.hidden {
	display: none;
}
div#bmp div#list ul li a.folder img {
	border:0px;
}
/** TEMP
a.folder {
	position:relative;
}
*/
a.folder img.folder-thumb {
	position: absolute;
	border: 0px;
	left: -58px;
	top: 7px;
	width:45px;
	height:25px;
	overflow: hidden;
}
div.javascript-back {
	display: none;
}
div#flash-instructions {
	position:absolute;
	left:-9999px;
}
/*
div#fullscreen {
	
}
div#fullscreen.bolibompa {
	background: url(../img/dummy/site-bolibompa.jpg) no-repeat center center;
}	
div#fullscreen.rapport {
	background: #2f3237 url(../img/dummy/site-rapport.jpg) no-repeat center center;
}	
*/
div#foot {
	clear: both;
	height: 14px;
	background: url(../img/background/popup-foot.png) no-repeat;
}

/* tooltip */
div#tooltip {
	padding:0.5em 5px 0.5em 5px; 
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 100;
	background: #000;
	opacity: 0.85;
	filter: alpha(opacity=85); 
	width: 150px;
	margin: 1px 0 0 1px;
	color:#fff;
	border:1px solid #333;
	text-align:left;
}
