/* STATUS  / Video */

#tv2tv2 {
    position:relative;
}

#tv2center {
    width:500px;
}

.videoTabs {
    float:left;
    width:350px;
    background-color:#fff;
}

div.videoTab {
    font-family:verdana;
    float:left;
    padding:6px 0px 4px 0px;
    font-size:10px;
    font-weight:bold;
    width:116px;
    clear:none;
    background:#eee none;
    color:#444;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    text-transform:uppercase;
}

div.videoTabSelected {
    font-family:verdana;
    float:left;
    padding:8px 0px 6px 0px;
    font-size:10px;
    font-weight:bold;
    width:116px;
    clear:none;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    text-transform:uppercase;
    width:114px;
    padding-top:4px;
    background:#006496 none;
    color:#fff;
}

.videoTabs.mimic {
    background-color:#1e1e1c;
}

.mimic div.videoTab {
    background-color:#e5e6d7;
    color:#1e1e1c;
}

.videoItem .image div.play {
    position:absolute;
    background-image:url("/img/video/play.gif");
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    bottom:4px;
    left:4px;
}

#videoContentList .seperator {
    float:left;
    background-color:#006496;
    margin-top:7px;
    padding:4px;
    width:342px;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
}

.videoTabContent {
    display:none;
}

.videoTabContentSelected {
    display:block;
}

#videoContentList .videoRow {
    background-image:url('/img/video/video_item_bg.gif');
    background-repeat:repeat-x;
    height:146px;
    width:350px;
    float:left;
    clear:both;
}

#videoContentList .videoItem {
    float:left;
    width:102px;
    height:130px;
    overflow:hidden;
    padding:7px;
    cursor:pointer;
}

#videoContentList .videoItem.selected, #videoContentList .videoItem.selected.hover {
    background-image:url("/img/video/video_item_selected_bg.gif");
    background-repeat:repeat-x;
    background-color:#bbb;
}

#videoContentList .videoItem .image {
    background-color:#eee;
    position:relative;
    width:102px;
    height:57px;
}

#videoContentList .videoItem .image img {
    width:102px;
    height:57px;
}

#videoContentList .videoItem .date {
    font-size:9px;
    color:#626550;
}

#videoContentList .videoItem .title {
    font-size:9px;
    display:block;
    font-weight:bold;
}

#videoContentList .videoItem.hover {
    background-color:#ddd;
}


#videoContentList .broadcastContentSelected .videoRow {
    background-image:url('/img/video/video_item_bg.gif');
    background-repeat:repeat-x;
    background-position:left bottom;
    height:106px;
    width:350px;
    float:left;
    clear:both;
}

#videoContentList .broadcastContentSelected .videoItem {
    float:left;
    width:335px;
    height:90px;
    overflow:hidden;
    padding:7px;
    cursor:pointer;
}

#videoContentList .broadcastContentSelected .videoItem .image {
    float:left;
    margin-right:5px;
}

#videoContentList .broadcastContentSelected .videoItem .title {
    font-size:11px;
}

#videoContent {
    width:480px;
    float:left;
    height:465px;
    min-height:275px;
}

#videoContent iframe#videoPlayerFrame {
    width:480px;
    height:440px;
    overflow:hidden;
}

#videoMostVievedContent .videoRow {
    float:left;
    height:120px;
    background:transparent none;
}

#videoMostVievedContent {
    margin-top:5px;
}

#videoMostVievedContent .videoItem {
    float:left;
    cursor:pointer;
}

#videoMostVievedContent .videoItem .image {
    float:left;
    position:relative;
    width:118px;
    height:66px;
    border:1px solid #393b30;
    margin-right:5px;
}

#videoMostVievedContent .videoItem.hover .image {
    border-color:#ccc;
}

#videoMostVievedContent .videoItem .info {
    float:left;
}

#videoMostVievedContent .videoItem .title {
    font-size:12px;
    font-weight:bold;
    display:block;
    padding-bottom:3px;
}

#videoMostVievedContent .videoItem .date {
    font-size:10px;
    display:block;
    color:#666;
}

#videoMostVievedContent .videoItem .description {
    display:block;
    margin:0px 0px 5px 0px;
}

.broadcastTabs {
    background-color:#ddd;
    float:left;
    width:350px;
}

.broadcastTabs .broadcastTab {
    text-align:center;
    padding:2px 0px 2px 0px;
    font-size:10px;
    float:left;
    cursor:pointer;
    cursor:hand;
}

.broadcastTabs .broadcastTabSelected {
    text-align:center;
    padding:2px 0px 2px 0px;
    font-size:10px;
    float:left;
    cursor:pointer;
    cursor:hand;
    background:#006496 none;
    color:#fff;
    font-weight:bold;
}

.broadcastContent {
    display:none;
}

.broadcastContentSelected {
    display:block;
}


#videoBanner {
    float:left;
    margin-left:50px;
}

#videoBanner #tv2contentsquare {
    
}


#videoContentList .comment {
    padding:10px;
    color:#666;
    font-size:10px;
    text-align:center;
    width:320px;
}

/* Specific */

#videoContentList {
    float:left;
    width:350px;
    height:100%;
    min-height:275px;
    background-color:#eee;
}

