html, body, table {
    margin : 0;
    padding: 0;    
    outline: none;     
    font-family : Arial, Verdana, sans-serif, Tahoma;
    font-size: 12px;
}
form {margin-bottom:0px}

.live_video_b {
    background-image: url(images/main_video_stream.gif);
    background-repeat: no-repeat;
    height: 218px;
    width: 265px;
}

.photo_stream_b {
    background-image: url(images/main_photo_stream.gif);
    background-repeat: no-repeat;
    height: 218px;
    width: 267px;
}

.participant_profile_b {
    background-image: url(images/block_profile.gif);
    background-repeat: no-repeat;
    width: 265px;
    height: 332px;      
}

.episodes_b {
    background-image: url(images/block_episodes.gif);
    background-repeat: no-repeat;
    width: 266px;
    height: 332px;      
}

.info_b {
    background-image: url(images/block_info.gif);
    background-repeat: no-repeat;
    width: 267px;
    height: 332px;      
}

a {
    color: #d01923;
    font-weight: bold;
    text-decoration: none;
}

.video_archive {
    background-image: url(images/footer_video_stream_clean.gif);
    background-repeat: no-repeat;
    width: 266px;
    height: 66px;          
}

.video_archive a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.border_l {
    background-image: url(images/border_left.gif);
    background-repeat: repeat;    
    background-color: #000000;       
    height: 100%;          
}

.border_r {
    background-image: url(images/border_right.gif);
    background-repeat: repeat;    
    background-color: #000000;       
    height: 100%;   
}

.participant_info {

    color: #ffffff;
    font-weight: bold;
}