﻿body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: calibri;
    font-weight: normal;
    background: black;
}

a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.wrapper
{
    width: 100%;
}

.subWrapper
{
    width: 940px;
    height: 900px;
    padding: 20px;
    background: #1f0d0d;
    border-left: 1px solid #281616;
    border-right: 1px solid #281616;
    border-bottom: 1px solid #281616;
}

.tpSplash
{
    background: url('/ClientBin/Images/tpSplashBgImage.jpg') no-repeat;
    height: 416px;
    width: 700px;
}

.tpSplash a
{
    color:#cccccc;
    text-decoration:none;
    font-size:13px;
}

.tpSplash a:hover
{
    text-decoration:underline;
}

.silverlightNotInstalled
{
    color: White;
}

.silverlightDownloadLink
{
    height: 175px;
    width: 150px;
    background: transparent;
    color: Red;
    cursor: pointer;
    margin-bottom: 31px;
    margin-right: 5px;
}

.splashPageFooter
{
    padding: 5px;
    color: #cccccc;
}

/*MODAL POP UPS */
.popUp
{
    width: 300px;
    height: 300px;
    margin-left:50px;
    background: white url('../../ClientBin/Images/girlTextingModal.jpg') no-repeat; 
    border: 5px solid black;
}


.padPopUp
{
    padding: 5px 10px 10px 10px;
}

.modalMainBg
{
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.detailedInstructions
{
    padding-top:20px;
    color:white;
    font-weight:bold;
}