﻿body {
    background-image: url('Images/football_field.jpg');
    margin: auto;
    width: 1060px;
}


.mockAdBanner {
    border: solid thin black;
    width: 728px;
    height: 90px;
}

.mockAdSide {
    border: solid thin black;
    width: 160px;
    height: 600px;
}

.mockAdInlineBox {
    border: solid thin black;
    width: 160px;
    height: 600px;
}

.adBannerWide {
    border: solid thin black;
    width: 300px;
    height: 250px;
}

.maincontent {
    clear: none;
    background-color: white;
    width: 717px;
    position: absolute;
    left: 170px;
    top: 145px;
    min-height: 1750px;
}


.balSlider {
    width: 240px;
}

    .balSlider .k-slider-selection {
        width: 240px;
        display: none;
    }



img {
    vertical-align: middle;
}

.opacityButton, .opacityButton:visited {
    cursor: pointer;
    opacity: .85;
    filter: alpha(opacity=85);
}

    .opacityButton:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

h1 {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 33px;
    white-space: normal;
    word-break: normal;
    color: DodgerBlue;
    font-family: 'Times New Roman';
}

body {
    font-size: 12px;
}

.small a {
    margin: 6px;
}

.small {
    line-height: 20px;
}

.article {
    text-align: left;
}

a.wfSubMenuButton, a.wfSubMenuButton:visited {
    border: solid thin black;
    color: black;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

    a.wfSubMenuButton:hover {
        background-color: gray;
        color: white;
        cursor: pointer;
    }

a.wfSubMenuButtonSelected {
    border: solid thin black;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    background-color: gray;
    color: white;
    cursor: pointer;
}

.responsiveCell {
    display: inline-block;
    vertical-align: top;
}

.responsiveCellRight {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.responsiveRow {
    padding: 5px;
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: ivory;
    clear: left;
    border: solid thin silver;
    border-radius: 5px;
    /*                     
            margin-left: 15px; 
            margin-top:5px; 
            margin-bottom:5px; 
            padding:5px; border: 
           
        */
}

.CreateAnchor {
    font-size: 15px;
}


.tagTile, .tagTile:visited {
    display: inline-block;
    border-radius: 5px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    text-decoration: none;
    margin: 2px;
}


    .tagTile:hover {
        display: inline-block;
        background-color: transparent;
        opacity: 1.0;
        border-radius: 5px;
        border-right: 1px solid rgba(0, 0, 0, 0.07);
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        border-left: 1px solid silver;
        border-top: 1px solid silver;
        text-decoration: none;
        margin: 2px;
    }

img {
    vertical-align: bottom;
}


.dropdown-backdrop {
    position: static;
}

.ContentDiv {
    background-color: aliceblue;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
}

#contentTable {
    width: 100%;
    display: table;
}

#contentRow {
    display: table-row;
}

.contentCell {
    display: table-cell;
}

table.toplevel {
    width: 93%;
}

.navbardf {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.07) 100%) repeat scroll 0 0 transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 20px auto 30px;
    padding: 10px;
    width: 97%;
}


