﻿body {
    background: url("/_images/floorBackground_2015.jpg");
    font-family: "Univers LT W01 55 Roman", 'Times New Roman';
    font-size: 12px;
    color: #333;
}

.Container {
    margin: 0 auto;
    width: 1056px;
}

.homeContent {
    position: relative;
    height: 934px;
    background: url("/_images/MARCH_MAD-2025_v3.jpg") no-repeat;
}

.playBtn {
    display: none;
    position: absolute;
    width: 490px;
    height: 374px;
    overflow: hidden;
    top: 0;
    left: 288px;
}

    .playBtn img {
        width: 100%;
        position: relative;
        top: -25px;
    }

.trophy {
    position: absolute;
    top: 365px;
    left: 50px;
}

.innerHeader {
    position: relative;
    margin-top: 60px;
}

    .innerHeader img {
        display: inline-block;
        margin: 0 50px 0 200px;
    }

    .innerHeader .sideForm {
        display: inline-block;
        vertical-align: top;
        padding: 50px 0 0 10px;
    }

        .innerHeader .sideForm.register {
            top: 0px;
        }

        .innerHeader .sideForm h1 {
        }

        .innerHeader .sideForm .RegisterRow {
            margin-bottom: 5px;
        }

.board {
    float: left;
    width: 960px;
}

    .board .video {
        float: left;
        width: 100%;
        padding: 40px 0;
        text-align: center;
    }

    .board .register {
        float: left;
        padding: 40px 40px;
    }

    .board h1 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .board .instructions {
        position: relative;
        width: 560px;
        padding: 40px 20px 20px 20px;
    }

        .board .instructions .bBall {
            position: absolute;
            bottom: -63px;
            right: -348px;
        }

        .registerBtn
        {
            background: #ffde15 url("/_images/buttonTexture.jpg");
            border: 4px solid #333333;
            font-weight: bold;
            padding: 5px 20px 5px 20px;
            color: #FFDE15;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
        }
                        
            .registerBtn:hover
            {
                text-decoration: underline;
            }

        a.standard
        {
            color: #C51B35;
        }

            a.standard:hover
            {
                color: #921629;
                text-decoration: none;
            }

.buttonRow {
    float: left;
    width: 100%;
    text-align: center;
}

.standings {
    float: left;
    width: 620px;
    text-align: center;
    background: #fff;
    margin: 10px 0 0px 10px;
}

    .standingsRow {
        width: 100%;
        height: 26px;
    }

    .standingsRow:nth-child(even){
        background: #efefef;
    }

        .standingsRow div {
            float: left;
            height: 16px;
            margin: 0px 4px 0px 0px;
            padding: 7px 0px 3px 5px;
        }

            .standingsRow div a {
                color: #333;
            }

    .titleRow {
        width: 100%;
        height: 26px;
    }

        .titleRow div
        {
            float: left;
            background: #B41905;
            font-size: 18px;
            color: #FFDE15;
            text-transform: uppercase;
            font-family: 'UniversLTW01-47LightCn', 'Times New Roman';
            padding: 3px 0 2px 5px;
            margin-right: 4px;
        }
                    
    .altRow div
    {
        background: url("/_images/altRowBack.png");
    }

        div.StandingsItem
        {
            float: left;
            width: 30%;
            text-align: left;
        }

            div.TitleRow div.StandingsItem
            {
                padding: 25px 0px 3px 5px;
            }

                    
        div.StandingsItemFinal
        {
            width: 24%;
        }
                    
            div.TitleRow div.StandingsItemFinal
            {
                padding: 25px 0px 3px 5px;
            }

        div.StandingsItemTeams
        {
            width: 20%;
        }

        div.StandingsItemPts
        {
            width: 10%;
            text-align: center;
        }

            div.TitleRow div.StandingsItemPts
            {
                padding: 25px 0px 3px 0%;
            }
                    

        div.StandingsItemPaid
        {
            position: relative;
            width: 10%;
            height: 20px;
            text-align: center;
            padding: 3px 0px 3px 0%;
            margin-right: 0;
        }

            div.StandingsItemPaid img {
                position: absolute;
                top: 4px;
            }

            div.TitleRow div.StandingsItemPaid
            {
                padding: 25px 0px 3px 0%;
            }


.regTxt {
    width: 190px;
}

