﻿body {
}

.MasterImage {
    height: 112px;
    width: 800px;
}

.logonbuttons {
    width: 100px;
}

.logonbuttons :hover {
    background-color: red;
    
}

tabel.menu {
    margin: 0px auto;
}

tabel.menu1 {
    margin: 0px auto;
}

.button {
    background-color: red;
    color: white;
    text-align: center;
}

.auto-style1 {
    width: 100%;
}

.auto-style2 {
    width: 48px;
    height: 23px;
}

.auto-style3 {
    height: 23px;
}

.auto-style4 {
    width: 257px;
    height: 69px;
}

.nav {
    /*border:1px solid grey;*/
    text-align: center;
    margin: 0px auto;
    width: 850px;
    display: table;
    padding-top: 5px;
}

.navbuttons {
    /*padding-left: 2px;
    padding-right:2px;*/
    width: 275px;
    margin-left: 2px;
    margin-right: 2px;
}

.float-bottom {
    width: 100%;
    text-align: center;
}

.maincontent {
    text-align: center;
    min-height: 800px;
}

.divleft {
    margin-left: 20%;
    text-align: left;
}

.maxwidth50 {
    max-width: 50%;
}

.margintop5 {
    margin-top: 5px;
}

.prodgrid {
    width:1024px;
    font-family:Arial;
    font-size:medium;
}

.prodheaderred {
    background-color: red;
    font-weight: bold;
    color: white;
}

.prodrowsred {
    background-color: #EFF3FB;
}

.prodheaderblue {
    background-color:red;
/*background-blue:#EFF3FB;*/
        font-weight:bold;
  color:white;

}

.prodrowsblue {
    /*background-color: #EFF3FB ;*/
    background-color: #EFF3FB;
}

.pblue {
    background-color:blue;
    color:white;
    font-weight:bold;
    width:100%;
    padding-bottom:0px;
}



#FlashDiv {
    /*border: 1px solid red;*/
    /*width: auto;
    height: 50px;*/
    /*border: none;*/
    color:Black;
    background-color:white;
    animation: mymove 5s infinite;
    padding-left:5px;
}

@keyframes mymove {
    50% {
        /*border: 1px solid red;*/
        /*font-weight: bold;*/
        color: white;
        background-color: red;
    }
}

.strip {
    width:250px;
}


.daysdiv {
    /*width: 1024px;
    float: none;*/
    /*border:1px solid grey;*/
    text-align: center;
    margin: 0px auto;
    width: 1024px;
    display: table;
    padding-top: 5px;
}
.days {
    /*display: contents;*/
    display:inline-table;
    /*border:dotted;*/
    border-width:0.1px;
    width:300px;
    text-align: right;
}