﻿html
{
	border: 0px;
}

body 
{
	border: 0px;
	background-color: #000;
}

body, div, td, p
{
	color: #fff;			 
	font: 8pt Verdana;
}

a
{
	color: #F9D500;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.flashrequired{
    width: 185px;
    min-height: 116px;
    padding-top: 20px;
    padding-left: 10px;
    background: url(/img/background-viewer.gif) no-repeat 5px 17px;
}

div.flashrequired p{
    width: 183px;
    padding:0px;
margin:0px;
padding-bottom: 5px;
}
div.footer a.button{
    display:block;
    color:#fff;
    font-weight:bold;
    height:30px;
    line-height:29px;
    margin-bottom:14px;
    text-decoration:none;
    width:140px;
    float: left;
}

div.footer a.button2{
    display:block;
    color:#fff;
    font-weight:bold;
    height:30px;
    line-height:29px;
    margin-bottom:14px;
    text-decoration:none;
    width:205px;
    float: left;
}

.selected{
    background-color: #0f2636;
}

.flash{
    background:url(/img/flash.png) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}

.windows{
    background:url(/img/windows.png) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}


img
{
	border: 0;
}

h4
{
	margin: 0;
	padding: 0;
}

div.header
{			  
	position: absolute;
	left: 0px;	
	top: 0px;
	width: 100%;
	height: 75px;
	background-image: url(../../img/mediaplayer-top.gif);
	background-repeat: no-repeat;
}

div.footer	   
{
	position: absolute;
	left: 0px;
	bottom: 0px;	
	width: 100%;
	height: 30px;
	background-image: url(../../img/mediaplayer-bottom.gif);
	background-repeat: repeat-x;
}

div.title
{
	position: absolute;
	left: 23px;
	top: 23px;
}
.tabs
{
	position: absolute;
	left: 0px;
	top: 75px;
}

.player
{
	position: absolute;
	left: 200px;
	top: 110px;
	width: 480px;
	height: 375px;
	text-align: center;	
	border: 1px solid #222; 
}

.playerinner
{			
	margin: auto;
}
	   
.fileinfo
{
	position: relative;
	left: 0px;
	top: 100px;
	width: 200px;
}

.innerfileinfo
{
	padding: 16px;
}

.filelist
{
	position: absolute;
	left: 0px;
	top: 280px;
	width: 200px;
}

.filelist ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
			
.filelist ul li
{
	padding: 4px 16px 4px 16px;
	margin: 0px;
}

.filelist ul li em
{
	color: #F9D500;
	text-decoration: underline;
	 font-style: normal;
	 font-weight: bold;
}
	
.filelist ul li.header
{
	color: #fff;
}

.filelist ul li.odd
{
	background-color: #07131b;
}

.filelist ul li.even
{
}


