
/* CSS Document */
body{
background:url(../images/afaChannelBG.jpg);
font-family:Tahoma,Arial;
}

h3{
font-size:15px;
}
h1{
color:#333;
font-size:11px;
}
.h1:hover{
color:#000;
}
ul{
margin:0px;
padding:0px;
list-style-image:none;
list-style:none;
}
li {
}
li:hover{
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	width: 184px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#1390E4;
	border-bottom:solid 1px #CCCCCC;
	
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#1390E4;
	border-bottom:solid 1px #CCCCCC;
}
a:focus {
	background:url(../images/button.png) bottom left;
} 
a {
	height:24px;
	font-size: 9px;
	float:left;
	padding-top:14px;
	padding-left:15px;
	margin-left:0px;
	border-bottom:solid 1px #CCCCCC;
}
#player_panel{
width:720px;
height:480px;
float:left;
}
#playlist_wrap{	
	width:199px;
	height:480px;
	background:#04477f;
	float:left;
	border-right: solid 1px #333333;
}
#player_plist_wrap{
	width:920px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	border: #CCCCCC 5px solid;
}
.pnav{
list-style:none;
width:199px;
float:left;
list-style-image:none;
font-family:Tahoma,Arial;
font-size: 14px;
font-weight: bold;
}

#schedules_wrap
{
    clear:both;
    float:left;
	width:910px;
	height:340px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:20px;
	border: #CCCCCC 5px solid;
	background:#fff;
}
#afa_schedule{
	width:910px;
	height:340px;
	float:left;
	border-right: #CCCCCC 10px solid;
	overflow:hidden;
}
#thsc_schedule{
    width:450px;
    height:340px;
    float:left;
	overflow:hidden;
}
#schedules_wrap .schedule_title  
{
    border-bottom: 5px #ccc solid;
    padding:8px;
    color:#efefef; 
    font-weight:bold;
    font-size: 14px;
}
#afa_schedule .schedule_title { background:#04477f; font-family:Tahoma,Arial; }
#thsc_schedule .schedule_title { background:#7ac141; }

