﻿#aspnetForm
{
	background-color: #000;
    color: #fff;
}

#wrapper
{
	background: url(/Resources/Images/videoCenterBackground.jpg) no-repeat;
}

#content
{
    padding: 12px;
	min-height: 400px;
}

#videoList
{
    margin: 0;
    list-style-type: none;
    width: 50%
}

#videoList li
{
    margin-bottom: 16px;
}

#videoList li a
{
    background: url(/Resources/Images/tinyTV.png) no-repeat left center;
    padding-left: 22px;
    display: block;
    color: #bdf26f;
    font-weight: bold;
    margin-bottom: 2px;
}

#videoPlayer
{
    border: solid 1px #000;
    float: right;
    width:400px; /* 533 for 16x9 */
    height:300px;
    margin-left: 8px;
}

h1
{
    color: #fff;
}
