/* main content box */

#listenpanel {
width: 100%;
margin: 0;
padding: 0;
font-size: 75%;
font-family: verdana,arial,helvetica,sans-serif;	
color: #fff;
}

#listenpanel  a {
color: #FADC04; 
font-weight: bold;
}

#listenpanel  h1  {
/* Main header */
padding: 11px 12px 8px 10px;
margin: 0;
display: block;
/* CHANGES that can be overwritten in the local style sheet - font size, background colour */
font-size: 0.9em;
background-color: #CCCCCC;
}

#listenpanel  #content {
/* Content Panel */
padding: 15px 0px 15px 10px;
/* CHANGES that can be overwritten in the local style sheet - background colour */
background-color: #434343;
}

#listenpanel  h2 {
/* Programme header */	
margin: 0px 9px 12px 0px;
padding: 0;
/* CHANGES that can be overwritten in the local style sheet - font size */
font-size: 0.8em;
}

#listenpanel  p {
/* text */
margin: 0px 9px 17px 0px;
padding: 0;
/* CHANGES that can be overwritten in the local style sheet - font size */
font-size: 0.8em;
}

#listenpanel table {
border-collapse: collapse;
}

#listenpanel td {
padding-bottom: 4px;
align: left;
vertical-align: top;
}

#listenpanel  td.help {
padding: 1px 0px 1px 3px;
}

#listenpanel  ul {
margin: 10px 9px 0px 0px;
padding:0;
list-style-type: none;
}

#listenpanel li {
margin: 0px 22px 0px 0px;
padding:0;
display: inline;
font-size: 0.8em;
line-height: 150%;
}

#listenpanel li.last {
/* footer links */
/* CHANGES that can be overwritten in the local style sheet - display block; */
display: inline;
}



