@CHARSET "ISO-8859-1";/**/
#broadcast{
    width:650px;
    min-height:500px;
    float:left;
    margin:20px;
}
#broadcast .sectionHeader{
    background-color:#919340;
    color:#FFFFFF;
    margin:0 0 10px 0;
    padding:3px 0 0 5px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height:20px;
    width:650px;
}
#broadcast .playerBox{
    width:646px;
    min-height:391px;
    border:2px solid #919340;
    background-color: #444444;
    margin:0 0 25px 2px;
}
#broadcast .playerBox .player{
    width:640px;
    height:385px;
    margin:3px;
}

#television{
    width:906px;
    min-height:600px;
    margin:20px auto;
}
#television .sectionHeader{
    background-color:#919340;
    color:#FFFFFF;
    margin:0 0 10px 0;
    padding:3px 0 0 5px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height:20px;
    width:906px;
}
#television .playerBox{
    width:906px;
    height:506px;
    border:2px solid #919340;
    background-color: #444444;
    margin:0 0 25px 0;
}
#television .playerBox .player{
    width:900px;
    height:500px;
    margin:3px;
}

#television .events{
    width:900px;
    min-height:100px;
    color:#ffffff;
    margin:0 0 0 5px;
}
#television .events .event{
    width:900px;
    height:45px;
}
#television .events .event .date{
    width:100px;
    height:40px;
    float:left;
}
#television .events .event .time{
    width:100px;
    height:40px;
    float:left;
}
#television .events .event .artist{
    width:200px;
    height:40px;
    float:left;
}
#television .events .event .description{
    width:500px;
    height:40px;
    float:left;
    overflow:hidden;
} 
