﻿/*
  <copyright file="player.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

html, body {
    min-width:1024px;
    overflow-x:auto;
}

#playerPlaceholder {
    position:absolute;
	right:450px;
    height:100%;
    left:0;
    top:0%;
}

#playlist {
    position:absolute;
    width:400px;
    height:100%;
    right:0;
    top:0%;
}

    #playlist #playlistHeader {
        height:40px;
        font-size:18pt;
        font-weight:lighter;
        margin-top:20px;
        margin-left:30px;
    }

    #playlist #saveplaylistLink {
        font-size:10.5pt;
        margin-left:30px;
        visibility:hidden;
    }

    #playlist #playlistPlaceholder {
        width:100%;
        font-size:10.5pt;
        position:absolute;
        top:100px;
        bottom:0px;
    }

    #playlist a {
        color: #1799d1;
    }

    #playlist a:hover {
        color: #1a8cbc;
    }

    #playlist a:visited {
        color: #1799d1;
    }


body.playing #header {
    display: none;
}

/** Lightbox Related **/
.LightBox
{
	display: none;
}