.alignCenter {
    float: center;
}
.alignRight {
    float: right;
}

#navNotify
{
    background-image:url(../images/website/breaking-news.png);
    background-repeat:no-repeat;
    clear: both;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    padding: 20px 40px 0px;
    text-align: center;
    width: 980px;
    margin: 10px 0px;
    cursor:pointer;cursor:hand;
}

#collapse, #expand
{
    cursor:pointer;cursor:hand;
    color: #0f0f0f;
    font-size: 12px;
    font-weight: bold;
    height: 10px;
    margin: -10px 0px 5px 0px;
    padding: 0px 0px 0px;
    display:none;
}

#videoPlayerLarge {
    height: 430px;
}

#videoPlayerWithChat {
    background-color: black;
    display: block;
    padding-top: 10px;
    height: 346px;
}

#chatWithVideo {
    height: 356px;
}

#chatWithVideo, #videoPlayerWithChat {
    display: none;
}
#videoPlayerLarge {
    display: none;
}
.boldWhite { 
 color:#FFFFFF; 
 font-weight:bold;
}
