﻿.DNNC_MediaLibrary_Container{
    font-family: Helvetica, Verdana, Arial, Courier;     
    font-size: 12px;
    width: 852px; 
    padding: 0;
    margin: auto;
}

.DNNC_MediaLibrary_InfoPane{
    border: solid 1px #6d96f5;
    width: 852px;
    margin: auto;
    margin-bottom: 8px; 
    background-color: #b6cefc;
}

.DNNC_MediaLibrary_AdminPanel{
    border: solid 1px #33cc66;
    width: 852px;
    margin: auto;
    padding: 8px;  
    text-align: right;
    margin-bottom: 8px;      
}

.DNNC_MediaLibrary_PlayerContainer{
    display: block; 
    float: left;
    text-align: center;   
}

.DNNC_MediaLibrary_PlayerTitlePane{
    width: 420px;
    padding: 5px;
    border: solid 1px Silver;
    margin-bottom: 15px;
    text-align: left;
}

.DNNC_MediaLibrary_PlayerTitle{
    font-size: 14px;
    color: #f04017;
    font-weight: bold;
}

.DNNC_MediaLibrary_PlayerSubTitle{
    font-size: 12px;
    color: Black;
    font-weight: normal;
}

.DNNC_MediaLibrary_ListPane{
    float: right;
    width: 385px;
    height: 400px;
    border: solid 1px Silver;
    padding: 5px 20px 0 5px; 
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

.DNNC_MediaLibrary_ItemTable{
    width: 350px;      
    border-bottom: solid 1px #33cc66; 
}

.DNNC_MediaLibrary_ItemImg{
}

.DNNC_MediaLibrary_ItemTitle{
    font-size: 12px;
    font-weight: bold;
    color: #233098;    
    text-decoration: none;
}

.DNNC_MediaLibrary_ItemSubTitle{ 
}

.DNNC_MediaLibrary_ItemDDate{
    font-style: italic; 
}

.DNNC_MediaLibrary_ItemDescription{
}

.DNNC_MediaLibrary_ItemPlayLink{
}

