﻿body
{
    padding: auto 20px auto 20px;
    text-align: center;
    background-color: #F7F7F7;
}

.content-container
{
    background: white;
    margin-left: 10px;
    margin-right: 10px;
}

.header
{
    width: 800px;
    text-align: left;
}

.footer
{
}

.leftbar
{
    width: 160px;
    text-align: center;
    vertical-align: top;
}

.content
{
    width: 770px;
    vertical-align: top;
}

.content-control
{
    vertical-align: top;
    background-color: white;
}

.content-side-bar
{
    vertical-align: top;
    background-color: #E7E7E7;/*#0095FF;#E7E7E7;*/
    margin-top: 100px;
}

.content-side-bar-spacer
{
    height: 70px;
    background-color: white;
}

.content-side-login
{
    padding: 4px;
    margin: 6px;
    background-image: url(/images/loginback.png);
    background-repeat: no-repeat;
    height: 250px;
}

.content-side-desc
{
    background-color: white;
    padding: 4px;
    margin: 6px;
    text-align: left;
}

.content-side-ad
{
    background-color: white;
    padding: 4px;
    margin: 6px;
}

.copyright
{
    padding-left: 10px;
    text-align: center;
}

.link-thumb
{
    border-style: none;
    width: 100px;
    height: 100px;
}

.link-anchor
{
    text-decoration: none;
    padding-right: 10px;
}

#silverlightControlHost
{
    text-align: center;
}

.padded
{
    padding: 20px;
    vertical-align: top;
}

.SectionTitle
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #C6C3C6;
    padding-bottom: 2px;
    text-align: left;
}

.SignInLeft
{
    border-right: solid 1px black;
    padding-right: 30px;
    padding-left: 30px;
    height: 100%;
    border-right-color: #DEDFDE;
    text-align: left;
}

.SignInRight
{
    padding-left: 30px;
    height: 100%;
    text-align: left;
}

hr.SignUp
{ 
    background-color: #DEDFDE;
}

.SignUpDesc
{
    text-align: left;
    vertical-align: top;
}

.SignUpComment
{
    color: #A5A6A5;
    font-size: x-small;
}

.SignUpLabel
{
    text-align: right;
    vertical-align: top;
}

.SignUpData
{
    text-align: left;
    vertical-align: top;
}

.ErrorMain
{
    padding: 8px;
    border: 1px solid #C6C3C6;
    background-color: #FFF3DE;
    color: #BD4139;
    font-weight: bold;
    vertical-align: middle;
}

.ErrorField
{
    padding: 2px;
    color: Red;
    vertical-align: middle;
}

.ResetPasswordLeft
{
    text-align: right;
}

.ResetPasswordRight
{
    text-align: left;
}

.ResetPasswordButtons
{
    padding-left: 80px;
}

.PlayLink
{
    text-decoration: none;
    border: none;
}

.PlayImage
{
    border: none;
}

/* Leaderboard */

.LBTableHeader
{
    text-align: left;
}

.LBPos
{
    width: 60px;
    text-align: left;
    padding-left: 4px;
}

.LBMember
{
    width: 200px;
    text-align: left;
}

.LBLevel
{
    width: 70px;
    text-align: center;
}

.LBScore
{
    width: 90px;
    text-align: center;
}

.LBHeader
{
    background-image: url(/images/leaderback.png);
    background-repeat: repeat-x;
    height: 23px;
    color: white;
    font-weight: bold;
}

.LBEntry
{
    background-color: #FFD352;
    color: #212C63;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DEAA29;
    padding-top: 2px;
    padding-bottom: 2px;
}

.LBEntryFirst
{
    background-color: #FFD352;
    color: #212C63;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DEAA29;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #DEAA29;
}

.LBEntryLast
{
    background-color: #FFD352;
    color: #212C63;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DEAA29;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #DEAA29;
}

/* Social Bookmark */

.SBMContainer
{
    height: 20px;
    padding-top: 10px;
}

.SBMDiv
{
    padding-left: 170px;
}

/* ContactUs */

.CUHeader
{
    text-align: left;
}

.CUSectionHeader
{
    text-align: left;
    text-decoration: underline;
}

.CUSectionDesc
{
    padding-left: 40px;
    padding-right: 100px;
    text-align: left;
}

.CURequired
{
    color: Red;
}

.CUAnchor
{
    text-decoration: none;
}

/* TellAFriend */

.TAFHeader
{
    text-align: left;
}

.TAFRequired
{
    color: Red;
}

.TAFLabel
{
    width: 140px;
    text-align: left;
}

.TAFData
{
    text-align: left;
    width: 460px;
}

.TAFMessage
{
    text-align: left;
    width: 600px;
    height: 300px;
}

