@charset "UTF-8";
/* CSS Document */
#tabs{
	width:100%
}
#tabs ul {
	list-style: none;
	padding:0;
	margin:0;
}
#tabs li {
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}

#tabs li span {
	padding: 0 1em;
	cursor: pointer; 
	text-decoration: underline
}

#result {
	border: 1px solid;
	clear:both;
	padding-top:10px;
}
#tabs #selected {
	position: relative;
	top: 1px;
	background-color:#F2DB8F;
}
.episode{
	cursor: pointer;
	padding-bottom:2px;
	padding-left:5px;
}
.future{
	color:#F00;
	padding-bottom:2px;
	padding-left:5px;
	
}
div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
.episode:hover{
	color:#03C;
	text-decoration:underline;
	
}
#player{
	position:absolute; 
	width:330px; 
	height:285px; 
	z-index:1; 
	left: 0; 
	top: 0;
}


