﻿.sideColumn {
    border: solid;
    border-color: #9d6000;
    border-width: thin;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    width: auto!important;
    margin: 1%;
    min-height:810px!important;
}

.gridView, gridView a {
    border-color: #9d6000;
    font-size: medium;
    color: White;
    border: none;
    height: 15px;
    width: 90%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.alternatingRowStyle {
    color: black;
    border-color: #9d6000;
    text-align: left !important;
    border-width: thin;
    border-style: none none solid;
}

.rowStyle {
    background-color: White;
    border-color: #9d6000;
    color: black;
    text-align: left !important;
    border-width: thin;
    border-style: none none solid;
}

.headerStyle {
    background-color: #b2853d;
    font-size: medium;
    /*text-align: center;*/
}


.chkChoice {
    font-size: 1em;
}

    .chkChoice input {
        margin-left: 0px;
    }

    .chkChoice label {
        padding-left: 10px;
    }


.imageFlag {
    border: double;
    width: 15%;
    height: 100%;
    background-color: #F5F5F5;
}

@media (min-width: 768px) {
    .imageFlag {
        border: double;
        width: 100%;
        height: 100%;
        background-color: #F5F5F5;
        padding: 0px;
    }
}

.mTablezero * {
    padding: 5px;
}

.image {
    color: #9d6000;
    background: transparent;
    border: none;
}


.boundInfo {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 16px;
}

.mainEnc {
    margin: auto;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 75px;
}

a:link {
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #9d6000;
}


/* mouse over link */
a:hover {
    text-decoration: underline;
}

.dMargin {
    margin-top: 7% !important;
}