
body
{
	background-position: 0px 0px;
	background: #943f07 images/background.gif repeat-x 0px 0px;
	color: #F08A40;
	font-family: tahoma, arial, sans-serif;
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.formtable{
color:#e4cab9;
font-size:12px;
font-weight:bold;
}

.videotable{
color:#666;
font-size:12px;
}

.itemtable{
font-size:11px;
}

.itemtitle{
color:#0054a6;
font-weight:bold;
}

.itemtable a:hover{
background-color:#cb4d00;
}

input, select{
background-color:#d7a584;
border:none;
padding:2px;
}

img{
border:none;
}

/*-------PLAYER--------*/



/* playlist style */
#playlist2 {
	overflow-y:auto;
	overflow-x:hidden;
	float:left;
	vertical-align:top;
	width:100%;
}

#playlist2 p{
margin:0;padding:0;
width:300px;
}

a.player {	
	margin-top:0px;
	display:block;
	background:url(/img/player/splash.png) no-repeat;
	width:640px;
	height:296px;
	padding:0 0x 0px 0px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}


#player {
	float:left;	
	vertical-align:top;
	margin-top:0px;
}	





/* playlist style */
#playlist2 {
	width:615px;
	height:170px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	padding:4px 4px 4px 4px;
	background-color:#530000; 
	margin-top:0px;
	margin-left:5px;
	float:left;
	vertical-align:top;
	color:#666;
	text-decoration:none;
	padding:7px;
}




/* playlist entry */
#playlist2 a {
	display:block;
	width:610px;
	height:50px;
	
	background-color:#fff;
	border:1px solid #ccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:4px;
	color:blue;
}



/* different states of a playlist entry */
#playlist2 a:hover {
	background-color:#cb4d00;
	color:blue;	
}

#playlist2 a.progress {
	background-color:#efefef;	
}

#playlist2 a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist2 a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist2 a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist2 a strong {
	color:blue;		
	padding-bottom:5px;
}

#playlist2 a em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(http://flowplayer.org/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}

.break{
clear:both;
}
