﻿div.overlay
{
    padding: 25px 20px 70px 20px;
    width: 516px;
    display: none;
    z-index: 10000;
    margin-left: 0;
}
div.overlay div.close
{
    background: url(/Images/imgHelp/close.png) no-repeat;
    position: absolute;
    top: 22px;
    right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 10001;
}
div.overlayBackground, div.overlayBackground img
{
    width: 556px;
    z-index: 0;
    position: absolute;
    left: 0px;
}
#player
{
    width: 506px;
    position: relative;
    height: 370px;
    display: block;
    z-index: 10001;
    top: 35px;
    left: 5px;
}

.helpDiv
{
    font-size: 1.1em;
    background-color: #EEE;
    margin-bottom: 20px;
    padding: 7px 10px 25px 15px;
    color: #222;
}
.helpDiv a
{
    background: #333 url(../img/leftCorner.png) no-repeat left top;
    display: block;
    margin: 5px 0px;
    color: #FFFFFF;
    padding: 7px 7px 7px 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
.helpDiv img
{
    position: absolute;
    left: -5px;
    top: 0px;
}
.helpIndex
{
    position: relative;
    text-align: center;
    height: 0px; /*z-index:10002;*/
    background-color: transparent;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid red;
    display: none;
}

#helpLink
{
    text-align: center;
    height: 15px;
    z-index: 10;
    background-color: transparent;
    margin: 0px auto;
    padding: 0px;
    padding-top: 3px;
    position: relative;
    top: 35px;
}
.helpIndexExpanded
{
    margin: 0px auto;
    padding: 10px;
    color: #fff;
    position: absolute;
    height: 350px;
    width: 486px;
    z-index: 10002;
    background-image: url('/Images/imgHelp/transpBlack75.png');
    display: none;
    border: 1px solid #eee;
    overflow: auto;
    margin: 35px 0px 0px 5px;
}
.helpIndexExpanded h1
{
    text-align: center;
    color: White;
}
.helpIndexExpanded a:active, .helpIndexExpanded a:link, .helpIndexExpanded a:visited
{
    color: #Fb8;
}

