/* Videoplayer */

div#videoplayer{
    position:relative;
    margin:0px;
    padding:0px;
    width:430px;
    height:240px;
    border-style:solid;
    border-width:1px;
    border-color:#202020;
    background-color:#464646;
 }

div#flashplayer{
    position:absolute;
    left:109px;
    top:0px;
    border-style:solid;
    border-width:0px 0px 0px 1px;
    border-color:#202020;
}

div.videoselect{
    position:absolute;
    left:0px;
    top:0px;
    margin:4px;
    padding:0px;
    text-align:left;
    color:#FFFFFF;
    width:100px;
}

div.titlelistcaption{
    color:#FFFFFF;
    font-weight:bold;
    margin-bottom:4px;
    text-align:center;
}

ul.titlelist{
    list-style-type:none;
    padding:0px;
    margin:0px;
    width:100px;
}

li.titlelist{
    width:100px;
    margin:0px;
    padding:0px;

    border-style:solid;
    border-width:1px 0px 0px;
    border-color:#999999;
}

div.titlelist{
    color:#FFFFFF;
    width:96px;
    margin:2px 0px;
    padding:0px 2px;
    cursor:pointer;
}

div.titlelistsel{
    background-color:#999999;
    color:#FFFFFF;
    width:96px;
    margin:2px 0px;
    padding:0px 2px;
    cursor:pointer;
}
