/* 
.bg_gray      { background-color: gray    }
.bg_blue      { background-color: #51A4DC }
.bg_yellow    { background-color: #DBB602 }
.bg_green     { background-color: #15BCAC }
.bg_orange    { background-color: #F27B5C }
.bg_purple    { background-color: #9A6FAA }
.bg_dark_gray { background-color: #555559 }
.bg_red       { background-color: #C51A4A }
*/


ul {
   list-style-type: none;
   top: 0;
   margin: 0;
   padding-top: 0;
   padding-left: 0;
   overflow: hidden;
   width: 160px;
   height: 100%;
   position: fixed;
   z-index: 99;
}

.navmenu li {
   float: left;
}

.navmenu-right {
   text-decoration: none;
   text-align: right;
   float: right;
   height: 2px;
   line-height: 20px;
   font-size: 20px;
   margin-bottom: 2px;
   position: relative;
   z-index: 98;
}

.navmenu li a {
   display: block;
   color: white;
   text-align: left;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 15px;
   padding-bottom: 15px;
   text-decoration: none;
   font-size: 20px;
   height: 30px;
   line-height:30px;
   width: 160px;
   background: black; /* this default is only used for item 1 in list, home icon */
}

.navmenu li:nth-of-type(1) a{ /* this is just for the home icon */
   padding-top: 15px;
   padding-left: 0px;
   height: 50px;
}

/* Change the link color to #111 (black) on hover */
.navmenu li a:hover {
    color: black;
    background-color: gray;
}

.content {
   float: left;
   padding-left: 175px;
   margin-top: 30px;
   margin-left: 1px;
   color:black;
   overflow:hidden;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width:100%;
   position:relative;
   z-index:1;
} 

.hline {
   height:5px;
   /* background-color:#FFFFFF;
   color:#FFFFFF; */
   background-color:black;
   color:#FFFFFF;
}

.blankedtextarea {
   background: transparent;
   border:0 none;
   outline: none;
   height:30px;
   font-size:20px;
   color:black;
   padding-top: 5px;
   -ms-overflow-style:none;
   overflow:hidden;
   resize:none;
   font-weight:bold;
}

.textentry {
   font-size:30px;
   font-weight:bold;
   padding:1px;
}
