/* 
    Document   : frpHelp.css
    Created on : 23-Nov-2012, 9:20:09 AM
    Author     : kfrenette
    Description:
        Purpose of the stylesheet follows.
*/

div#frp-help-hide-popup,
div.frp-help-button,
.frp-help-link{
    font-family: arial;
    font-size: 12px;
    display:inline-block;
    padding: 5px 5px 5px 25px;
    border-left: 1px solid #895D2A;
    border-top-color: #FFFFFF;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000;
    background-image: url('question.png'),linear-gradient(top,#fff2c4,#dbc67b);
    background-image: url('question.png'),-webkit-linear-gradient(top,#fff2c4,#dbc67b);
    background-image: url('question.png'),-o-linear-gradient(top,#fff2c4,#dbc67b);
    background-image: url('question.png'),-moz-linear-gradient(top,#fff2c4,#dbc67b);
text-decoration: none;
    background-repeat: no-repeat;
    background-position: 5px center, center;
}

div#frp-help-hide-popup{
    padding: 5px;
    margin: 0 auto;
    background-image: linear-gradient(top,#fff2c4,#dbc67b);
    background-image: -webkit-linear-gradient(top,#fff2c4,#dbc67b);
    background-image: -o-linear-gradient(top,#fff2c4,#dbc67b);
    background-image: -moz-linear-gradient(top,#fff2c4,#dbc67b);    
    background-position: center;
}

div#frp-help-container{
    font-family: arial;
    position: fixed;
    margin: 20px 0 0 20px;
    top: 0;
    left: 0;
    border: 2px solid white;
    background: white;
    padding: 10px;
    box-shadow: 5px 5px 10px #333333;
}

.forest_theme div#frp-help-container{
    background-color: #CFD4BC;
}

.roses_theme div#frp-help-container{
    background-color: #D4BCBE;
}

div#frp-help-mask{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;    
}
div.frp-help-close{
    position: absolute;
    top: -10px;
    right: -10px;
    background: url('mask-close.png');
    width:23px;
    height:23px;
}

div#frp-help-container h2.frp-video-title {
    text-decoration: underline;
    text-align: center;
    font-size: 22px;
    margin: 10px;
}

div#frp-help-container h1.frp-help-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

div.frp-help-content{
    font-size: 13px;
}

div.frp-help-content p{
    margin: 10px 0;
}
