﻿/* DEFAULTS
----------------------------------------------------------*/



body {
    background: #b6b7bc;
    font-size: 12px;
    font-family: 'Roboto Slab', serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.login:-webkit-autofill::first-line {
    font-size: 20px !important;
    font-family: 'Roboto Slab', serif !important;
    color: #696969 !important;
}

.page {
    width: 1260px;
    background: url('../GFX/banner1260.png') no-repeat top center;
    /*background-color: #fff;*/
    margin: 0px auto 0px auto;
    /*border: 1px solid #496077;*/
    text-align: left;
    
    max-height: 999999px;
}



.main {
    padding: 0px 12px;
    /*margin: 8px 8px 8px 8px;*/
    min-height: 400px;
    background-color: #fff;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 400px;
}

.footer {
    color: red;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
    text-decoration: none;
    border: 0px none none;
    width: 1260px;
    height: 50px;
    margin: 0px auto 0px auto;
    background: url('../GFX/footer_fade.png') repeat-x top left;
}

/* CSS to change the GridLines color */
    .Grid tr {
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 0px;
    z-index: 10;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

div.clubsetupinactivepart {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: left;
    border: 1px dashed grey;
    padding: 5px;
    background-color: #f2f2f2;
}

div.clubsetupactivepart {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: left;
    border: 3px solid black;
    padding: 5px;
    background-color: #e9fce9;
}



/* MISC  
----------------------------------------------------------*/

.menubutton {
    -moz-box-shadow: inset 0px 1px 2px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 2px 0px #f5978e;
    box-shadow: inset 0px 1px 2px 0px #f5978e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0px;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    height: 24px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    /*width:90px;*/
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 5px #810e05;
}

    .menubutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
        background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
        background-color: #c62d1f;
    }

    .menubutton:active {
        position: relative;
        top: 1px;
    }

.disabledbutton {
    -moz-box-shadow: inset 0px 1px 2px 0px #eeeeee;
    -webkit-box-shadow: inset 0px 1px 2px 0px #eeeeee;
    box-shadow: inset 0px 1px 2px 0px #eeeeee;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #cccccc) );
    background: -moz-linear-gradient( center top, #999999 5%, #cccccc 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc');
    background-color: #999999;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0px;
    border: 1px solid #888888;
    display: inline-block;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    height: 24px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    /*width:90px;*/
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 5px #777777;
}

    .disabledbutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #999999) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #999999 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999');
        background-color: #cccccc;
    }

    .disabledbutton:active {
        position: relative;
        top: 1px;
    }

.pagebutton {
    -moz-box-shadow: inset 0px 1px 2px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 2px 0px #bee2f9;
    box-shadow: inset 0px 1px 2px 0px #bee2f9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color: #63b8ee;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0px;
    border: 1px solid #3866a3;
    display: inline-block;
    color: #14396a;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    /*width:90px;*/
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 5px #7cacde;
    height: 24px;
}

    .pagebutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
        background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
        background-color: #468ccf;
    }

    .pagebutton:active {
        position: relative;
        top: 1px;
    }

.confirmbutton {
    -moz-box-shadow: inset 0px 1px 2px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 2px 0px #caefab;
    box-shadow: inset 0px 1px 2px 0px #caefab;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background-color: #77d42a;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0px;
    border: 1px solid #268a16;
    display: inline-block;
    color: #324226;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    /*width:90px;*/
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 5px #aade7c;
    height: 24px;
}

    .confirmbutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
        background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
        background-color: #5cb811;
    }

    .confirmbutton:active {
        position: relative;
        top: 1px;
    }

.navigationbutton {
    -moz-box-shadow: inset 0px 1px 2px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 2px 0px #f5978e;
    box-shadow: inset 0px 1px 2px 0px #f5978e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    text-indent: 0px;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    /*width:90px;*/
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 5px #810e05;
}

    .navigationbutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
        background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
        background-color: #c62d1f;
    }

    .navigationbutton:active {
        position: relative;
        top: 1px;
    }

.margintop10 {
    margin-top: 20px;
}

.clear {
    clear: both;
}

