body {
	background-color:#fff;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
    height: 536;
    width:720
    margin: 0;
    padding: 0;
}

#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;
}

#main {
	text-align: center;
}

#player-section {
	margin: 0px auto;
	width: 800px;
	background-color: #666666;
}

#player-left {
	width: 190px;
	float: left;
	margin-right: 10px;
	background-color: #777777;
}

#player-wrapper {
	width: 400px;
	float: left;
	margin-right: 10px;
	background-color: #888888;
}

#player-right {
	width: 190px;
	float: right;
	background-color: #999999;
}

.clear {
	clear: both;
}

#day-selector {
    width: 100%;
}

#day-selector-wrapper, #epg-list-wrapper {
    padding: 5px;
    background-color: #000000;
}

#epg-list{
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

#epg-list li {
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
    line-height: 24px;
    font-size: 12px;
    text-align: left;
    color: #858585;
}

#epg-list li a {
    color: #ffffff;
    text-decoration:none;
}

#epg-list li:hover {
    background-color:#777777; 
}

#epg-load-status {
    font-size: 12px;
    color: #ffffff;
}
