﻿body {
}

.floatLeft {
    position: relative;
    float: left;
}

.floatRight {
    position: relative;
    float: right;
}

.clear {
    clear: both;
}

.leftColumn {
    width: 300px;
    margin-right: 15px;
}

.rightColumn {
    width: 585px;
}

.streamLinks {
    font-weight: normal;
    font-size: 12pt;
}

.streamLinks a {
    text-decoration: none;
}

.streamLinks a:hover {
    text-decoration: none;
    color: #C16700;
}

.contentContainer {
    min-height: 360px;
}

#welcomeContainer {
    font-size: 11pt;
}

.videoContainer {
    
}

.displayNone {
    display: none;
}

.displayNormal {
    display: normal;
}

.videoIcon {
    background: url(../images/video.png) no-repeat top center;
    display: inline;
    margin-right: 3px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.audioIcon {
    background: url(../images/audio.png) no-repeat top center;
    display: inline;
    margin-right: 3px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.marginBottom5 {
    margin-bottom: 5px;
}