.error{
    color: red;
    /*                text-decoration: line-through;*/
}

.navbar{
    background: gainsboro;
    color: black;
}

#footerdiv{
/*    position: fixed;*/
    bottom: 0;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dotted gray ;
/*    background: gainsboro;*/
}

a{
    color: black;
}

/*{
    position: absolute;
    display: block;
    border: 1px solid red;
    height: 35px;
    width: 100%;
    padding: 10px 0;
    
    bottom: 0px;
}*/

body { 
/*    background-color: #f9f6f6;*/
    padding-top: 70px; 
    padding-bottom: 140px;
    overflow-y: scroll;
}

/*.FixRightSide{
    position: absolute;
    right: 0px;
    border: 1px solid black;
}*/

.FixLeftSide{
/*    position: fixed;
    left: 0px;*/
/*    border: 1px solid black;*/
}

.form-error{
    display: block;
    font-family: "Verdana";
    font-size: 12px;
    font-weight: lighter;
    color: red;
    padding: 2px;
}

.table{
    font-size: 14px;
    
}

.userNav{
    list-style-type: none;
    padding-left: 0;
}

.userNav li a{
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted cadetblue;
}

.userNav li a:hover{
    display: block;
    background-color: #efefef;
}