﻿.btnTD
{
	padding-right: 2px;	
}

.timerTd
{
	font-family:Verdana;
	font-size:9px;
	color:white;
}

.afspilningBar
{
	font-family:Verdana;
	font-size:9px;
	color:white;
}

.fullScreen
{
	background-color:White;	
	background-image:url(../images/mediaPlayer/fullscreen_btn.gif);		 
	width:28px;
	height:22px;
	cursor: pointer;
	cursor: hand;
}

.stop
{
	background-color:White;	
	background-image:url(../images/mediaPlayer/stop_btn.gif);		 
	width:28px;
	height:22px;
	cursor: pointer;
	cursor: hand;
}

.pause
{
	background-color:White;	
	background-image:url(../images/mediaPlayer/pause_btn.gif);		 
	width:28px;
	height:22px;
	cursor: pointer;
	cursor: hand;
}


.play
{
	background-color:White;	
	background-image:url(../images/mediaPlayer/play_btn.gif);		 
	width:28px;
	height:22px;
	cursor: pointer;
	cursor: hand;
}

.controlBtn
{		
	cursor: pointer;
	cursor: hand;
}

.indexPrevOffBtn
{	
	padding-top:3px;	
}

.indexPrevBtn
{	
	padding-top:4px;
	cursor: pointer;
	cursor: hand;
}

.indexNextOffBtn
{	
	padding-top:3px;	
}

.indexNextBtn
{	
	padding-top:4px;
	cursor: pointer;
	cursor: hand;
}


.indexListTd
{
	font-family:Verdana;	
	color:#ffffff;		
	font-size:10px;
	padding-left:8px;
	padding-top:8px;
}

indexLink, :link.indexLink, :visited.indexLink
{
	font-family: Verdana; 
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
:hover.indexLink
{
	font-family: Verdana; 
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}

.indexListmouseOut
{	
	background-color:#000000;	
	cursor: pointer;
	cursor: hand;
	
	font-family:Verdana;	
	color:#ffffff;		
	font-size:10px;
	
	padding-left:8px;	
}

.indexListmouseOver
{	
	background-color:#3F3E3E;	
	cursor: pointer;
	cursor: hand;
	
	font-family:Verdana;	
	color:#ffffff;		
	font-size:10px;
	
	padding-left:8px;	
}

.quality
{		
	cursor: pointer;
	cursor: hand;	
}