﻿body {
    background-color: #77888f;
    font-family: Verdana;
    font-size: 12px;
}



.banner {
    z-index: 999;
    width: 800px;
    height: 150px !Important;
    padding: 0;
}

.maintbl {
    border: 0;
    border-width: 0px;

    border-radius: 8px;
    width: 900px;
    max-width: 800px;
    height: 700px;
    padding: 0px;
    background-color: #77888f;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}


.headlinecell {
    text-align: right;
    color: #DDDDDD;
    font-weight: 500;
    font-size: 14pt;
    margin-right: 140px;
    vertical-align: middle;
}

.topmenucell {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 200px;
    max-width: 200px;
    padding: 0px;
    text-align: center;
    background-color: Silver;
}

.menucell {
    border-bottom-left-radius: 8px;
    width: 170px !important;
    max-width: 170px;
    padding: 0px;
    text-align: center;
    background-color: Silver;
}

.margincell {
    width: 35px;
    max-width: 35px;
    background-color: ##77888f;
}




.leftcell {
    max-width: 150px;
    padding: 0px;
}

.contentcell {
    border-bottom-right-radius: 8px;
    width: 500px;
    max-width: 500px;
    background-color: #F1F1F1;
}


.myButton {
    background-color: #727272;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    width: 150px;
    cursor: pointer;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    padding: 9px;
    text-decoration: none;
    border: 0;
}

    .myButton:hover {
        background-color: #999999;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }




.selected {
    background-color: #999999 !important;
}



.shadow {
    height: 110px;
    padding: 0;
}

#cf2 {
    position: relative;
    height: 150px;
    width: 800px;
    margin: 0 auto;
}

    #cf2 img {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        #cf2 img.transparent {
            opacity: 0;
        }


.mobilecontenttbl {
    padding: 0px;
    border: 1px;
    color: #e5e5e4;
    margin-left: auto;
    margin-right: auto;
    font-size: 18pt !important;
    z-index: 1;
}

.mobileheadlinecell {
    text-align: left;
    color: white;
    font-weight: 700;
    font-size: 20pt !important;
    margin-right: 140px;
    vertical-align: middle;
    height: 90px;
    font-style: italic;
    width: 70%;
}

.mobileimage {
    width: 100%;
    height: 200px;
    text-align: center !important;
}
