/*
CSS Reset
*/
/* v1.0 | 20080212 */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*
    Skin the buttons for the player
*/
body 
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
        FONT-FAMILY: verdana, arial, times new roman;

}
A
{
    COLOR: midnightblue
}
A:hover
{
    COLOR: red
}

div.Player 
{
    background-color: #CCCCCC; 
    display:block;
}
div.PlayerDataContainer 
{
    background-color: black; 
    display: block;
    height: 1.2em; 
    vertical-align: middle; 
    font-size: 8pt; 
    font-family: tahoma; 
    color: White;
}
div.PlayerDataContainer div.PlayerState 
{
    margin-left: 2px; 
    float: left; 
    clear: none; 
    text-align: left;
}
div.PlayerDataContainer div.PlayerClock 
{
    margin-right: 2px; 
    float: right; 
    clear: none; 
    text-align: right;
}
div#button_rewind 
{
    background-position: center center;
    background-repeat: no-repeat; 
    background-image: url('/images/player/Rwd_w.gif'); 
    width: 30px; 
    height:12px;
}
div#button_pausetoggle 
{
    background-position: center center;
    background-repeat: no-repeat; 
    background-image: url('/images/player/pause_w.gif'); 
    width: 21px; 
    height:21px;
}
div#button_playtoggle 
{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/images/player/play_w.gif'); 
    width: 30px; 
    height: 30px;
}
div#button_stop 
{
    background-position: center center;
    background-repeat: no-repeat; 
    background-image: url('/images/player/stop_w.gif');
    width: 21px; 
    height:21px;
}
div#button_fastforward 
{
    background-position: center center;
    background-repeat: no-repeat; 
    background-image: url('/images/player/Fwd_w.gif'); 
    width: 31px; 
    height: 12px;
}
/*
    MMS needs this but partners do not.
*/
div.links
{
    text-align: center;
}
div.links a 
{
    margin-left: 4px; 
    margin-right: 4px;
}
div.ScrubberContainer 
{
    margin-top: 2px; 
    height: 20px;
}
div.Scrubber 
{
    float: left;  
    height: 20px; 
    background-position: center; 
    background-repeat: repeat-x; 
    background-image: url('/images/TVEyesScrubberBar.png');
}
div.ScrubberLeft
{
    float: left; 
    width: 6px; 
    height: 20px;  
    background-position: left; 
    background-repeat: no-repeat; 
    background-image: url('/images/TVEyesScrubberBarLeft.png');
}
div.ScrubberRight
{
    float: left; 
    clear: right; 
    width: 6px; 
    height: 20px;  
    background-position: right; 
    background-repeat: no-repeat; 
    background-image: url('/images/TVEyesScrubberBarRight.png');
}
div.ScrubberCursor 
{
    float: left;
    clear: none; 
    width: 5px; 
    height: 20px; 
    background-image: url('/images/TVEyesScrubberBarCursor.png');
}
video
{	
    background-color: #CCCCCC;
    background-image: url('/images/video-loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
div.NotAvailable 
{
    margin-left: auto; 
    margin-right: auto; 
    border: 1px solid black; 
    background-color: #F6F6F6;     
}
div.NotAvailable div 
{
    text-align: center;
    position: relative; top: 40%;
}

.content-source-lock{
    margin-top: 8px;
    width: 426px;
    position:relative;
}

.content-source-lock > div {
    margin-bottom: 4px;
}

.content-source-lock a {
    display:block;
    -webkit-appearance: button;
    width: 100%;
    background-color: #E7E7E7;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
}

.source-lock-why{
    text-decoration: underline;
    cursor: pointer;
}

.source-lock-why-message {
    position: absolute;
    top: -24px;
    background: #fbfad8;
    width: 100%;
    padding: 2px 0;
}