﻿html, body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
    background-image: linear-gradient(white, #878787);
    background-repeat:no-repeat;
    background-attachment: fixed;
    width:100%;
    min-width: 1000px;
    height:100%;
    margin:0;
    padding:0
}

/*site.Master*/
#centerBody {
    width: 95%;
    margin-left: 2.5%;
    margin-right: auto;
    padding: 0;
    box-shadow: 10px 10px 20px #111;
}

.versionButton {
    text-align: right;
    background-color: white;
}

#desktopLinkButton{
    text-decoration:none;
}

#desktopLinkButton:hover{
   text-decoration:underline;
}

#mobileLinkButton{
    text-decoration:none;
}
#mobileLinkButton:hover{
    text-decoration:underline;
}

#top {
    background: url('../images/pages/BlackHeaderfinal.png') no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding: 0;
    padding-top: 15.65%;
    box-shadow: 0px 2px #3a3b3d;
}


#mid{
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}
/*.ageUpdatePanel{
    width: 100%;
}*/

#midLeft {
    width: 200px; /*menu button container*/
    display: table-cell;
    vertical-align: top;
    box-shadow: 2px 2px 30px #3a3b3d;
}


#midLeftUpdatePanel {
    background-image: url('../images/menuLogins.png');
    background-size:cover;
    background-position-x:center;
    background-position-y:top;
    background-repeat:no-repeat;
    height: 100px;
}

.menuToggleLoginButtStyle {
    background-image: url('../images/button_01.png');
    background-size: cover;
    background-repeat: no-repeat;
    color:white;
    Width: 80px;
}

    .menuToggleLoginButtStyle:hover {
        background-image: url('../images/onbutton_01.png');
    }

.menuToggleLogoutButtStyle {
    background-image: url('../images/button_01.png');
    background-size:cover;
    background-repeat:no-repeat;
    color: white;
    Width: 90px;
}
    .menuToggleLogoutButtStyle:hover {
        background-image: url('../images/onbutton_01.png');
    }

#midCenter {
    display: table-cell;
    width: 100%;
    min-height: 70%;
    align-content: center;
    vertical-align: central;
}

#contentPanel {
    width: 100%-400px;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    padding: 2em;
    line-height: 1.5em;
}

#midRight {
    width: 15%;
    display: table-cell;
    align-content: center;
    text-align:left;
    vertical-align: top;
    padding: 15px;
    box-shadow: 2px 2px 30px #3a3b3d;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:12px;
    min-width:200px;
}
#bottom {
    width: 100%;
    text-align: center;
    background: url('../images/pages/blackFooterFinal.png') no-repeat;
    background-size: contain;
    height:0;
    padding:0;
    padding-bottom: 5.25%;
    color: white;
}

#newsHeader{
    font-size: larger;
    text-align:center;
}
#newsContent{
    font-style:italic;
}

#newsContentTable {
    border: none;
    width: 250px;
    padding:3px;
    margin:0px;
}

#newsDateTableCell {
    width:250px;
    text-align: right;
}

#newsNameTableCell{
    text-align:right;
}

#newsMessageTableCell{
    text-align:justify;
}

.userButton {
    background-image: url('../images/pages/loginButton.png');
    height: 25px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .userButton:hover {
        background-image: url('../images/pages/loginButtonOn.png');
    }






