﻿body {
    width:100%
}
#ContentHead{
    width:150px;     
    position:absolute;
    top:87px;
    left:120px;
}
.ContentContainer{
    width:100%;
    
}
.ContentStyle{
    float:left;
    /*width:33%;*/
    /*min-width:100px;*/

}
.tab{
    border: solid 3px;
    float:left;
    width:100%;
    margin-left:0px;
    margin-bottom:10px;
    text-align:center;
    /*min-width: 300px;
    max-width: 500px;*/
    
    
    -moz-box-shadow: 10px 10px 31px #8c8c8c;
    -webkit-box-shadow: 10px 10px 31px #8c8c8c;
    box-shadow: 10px 10px 31px #8c8c8c;
}

.DivTab{
    overflow-x:auto;
    width:auto;
    padding-bottom:15px;
}



.cellTitle{
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    font-weight:700;
    text-decoration-style:dotted;
    border: solid 1px;
    height:110px;
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);*/
    /*transform:rotate(-90deg);*/
}
.cell{
    text-align: center;
    padding-left:10px;
    padding-right:10px;
    text-decoration-style:dotted;
    border: solid 1px;
    text-align:center;
}


.cellGreen{    
    text-align: center;
    padding-left:10px;
    padding-right:10px;
    text-decoration-style:dotted;
    border: solid 1px;
    /*background-color:green;*/
    background: green; /*linear-gradient(to right, white 0%, green 5%, green 95%, white 100%); /* W3C */
}
.cellRed{    
    text-align: center;    
    padding-left:10px;
    padding-right:10px;
    text-decoration-style:dotted;
    border: solid 1px;
    background: red; /*linear-gradient(to right, #ffd7d3 0%,#ff1a00 5%, #ff1a00 95%, #ffbab2 100%); /* W3C*/        
}
.row{
    text-align:center;
}

#submenu {
    position: absolute;    
    top:110px;
    display: block;
    float: left;
    left:100px;
}

