body {
	background-color:#e6ebec;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
margin-top: 20px;
}

#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

h1, h2 {
	letter-spacing:-1px;
	color:#333;
text-align: center;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

p {
font-size: 12px;
line-height: 18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
margin-bottom: 30px;
}
	/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	:focus   { -moz-outline-style:none; }
	
	
	/* container has a background image */
a.player {	
	margin-top:30px;
	display:block;
	background:url(/video/img/splash.png) no-repeat;
	width:720px;
	height:480px;
	/*padding:0 126px 75px 127px;	*/
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:225px;
	border:0;	
}

#pl {
	height:80px;
	background:#f5fbfb url(/video/img/h150.png) repeat-x;
	padding:10px;
	border:1px solid #ddd;
	width:652px;
margin: 0 auto;
}

#pl div.entries {
	height:80px;
	float:left;
}

#pl div.entries a {
	background:transparent url(/video/img/entry.png) no-repeat scroll 0%;
	color:#333;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin-right:7px;
	padding:10px;
	text-decoration:none;
	width:117px;
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	display: block;
	margin-top: 5px;
	font-style:italic;
text-align: center;
color: #666;
}

#pl a.nextPage, #pl a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/video/img/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage:hover, #pl a.prevPage:hover {
	background-position:0px -18px;		
}

#pl a.nextPage {
	background-image:url(/video/img/right.png);	
}