html{
    background-image:url('./vistabg.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    background-size:100% 100%;
}
.containerAll{
    width:1000px;
    height:auto;
/*    border:1px solid black;*/
    border-collapse: collapse;
    margin-left:200px;
}
.header{
    height:150px;
/*    border:1px solid black;*/
    border-bottom-style:none;
    margin-bottom:-7px;
    background-color:white;
}
.menu{
    padding:5px 5px 5px 0px;
    height:40px;
    background-color:dodgerblue;
/*    border:1px solid black;*/
}
.body{
    height:500px;
    background-color:white;
/*    border:1px solid black;*/
}
.userName{
    margin-top:2px;
    text-align:right;
    padding:0px 5px 0px 5px;
    color:dimgray;
    width:auto;
    height:20px;
/*    border:1px solid black;*/
}
.footer{
    font-size:10px;
    width:1000px;
    height:30px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    background-color:dodgerblue;
}
.copy{
    font-weight:bold;
    color:white;
    float:right;
    margin-right:10px;
    margin-top:3px;
}
.thisButtonMenu{
    color:black;
    font-family:comic sans ms;
    text-decoration:none;
    padding:5px 20px 5px 20px;
    font-size:28.5px;
    background-color:dodgerblue;
/*    border:1px solid dimgray;*/
}
.thisButtonMenu:hover{
    background-color:lightskyblue;
}
.arrow_down{
    padding:2px;
    margin:0px 0px 10px 10px;
    float:right;
    width:20px;
    height:20px;
    background-image: url('arrow_down.png');
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat;
}
.settings{
    display:none;
    float:right;
    margin-top:5px;
    margin-right:-36px;
    width:100px;
    height:100px;
    border:1px solid dimgray;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.settings_item{
    text-decoration:none;
    color:black;
    text-indent:5px;
}
.settings_item_div:hover{
    background-color:lightblue;
    color:white;
}
.settingsContainer{
    height:25px;
/*    border:1px solid black;*/
}
