#backtolist {
    border-radius: 25px;
    background: #be614b;
    width: 100px;
    height: 25px; 
    text-align: center;
    font-size: 15px;
    float: right;   
}
#backtolist a{
  color: #fff;
  text-decoration: none;

}
#acselectlist{
float:right;
}
.button {
  display: inline-block;
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center; 
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #be614b;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px #999;
}

.button:hover {background-color: #be614e;}

.button:active {
  background-color: #be614e;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.plannedfund{
  width:1000px;
  height:1000px;
  margin:10px auto;
  background-color: #eee;
  border: 1px solid #bbb;
  clear:both;


}
.nonplannedfund{
  width:1005px;
  height:30px;
  margin:10px auto;
  background-color: #fff;
  clear:both;


}
.fundfieldsfull{
  width:100%;
  border: 1px solid #fff;
 float:left;
 height:30px;
}

.fundfieldsfull input[type="text"]{

  padding:5px;

}

.fundfieldsfull span{
  padding:5px;
  font-size: 14px;
 }

.fundfields{
  width:49.75%;
  border: 1px solid #fff;
 float:left;
}
.fundfields input[type="text"]{
  float:right;
  padding:5px;

}

.fundfields span{
  padding:5px;
  font-size: 14px;
 }

.fundfieldsless{
  width:33.1%;
  border: 1px solid #fff;
 float:left;
 height:30px;
}
.fundfieldsless input[type="text"]{
  float:right;
  padding:5px;

}

.fundfieldsless span{
  padding:5px;
  font-size: 14px;
 }
.fundfieldspan{
  width:24.8%;
  border: 1px solid #fff;
 float:left;
 height:30px;
}

.fundfieldspan input[type="text"]{

  padding:5px;

}

.fundfieldspan span{
  padding:5px;
  font-size: 14px;
 }
.ditoggle{
  
 color:#aaa;
  border:1px solid #aaa;
   background-color:#ddd;
}
.ditoggle2{
 color:#aaa;
  border:1px solid #aaa;
   background-color:#ddd;
}
.fundfieldspart{
  width:10.4%;
  border: 1px solid #fff;
 float:left;
 height:40px;
 color: #fff;
 text-align: center;
 background-color: #be614b;
}
.fundfieldspart span{
 color: #fff;
 text-align: center;
 padding: 5px;

}

.extranav{
color:#aaa;
border-bottom: 1px solid #aaa;
height:46px;
margin: 10px 0px;
}

.extranav li{
  border-radius:5px;
  border:1px solid #aaa;
  width:200px;
  text-align: center;
 
  float:left;
}

.extranav li a{
  color: #aaa;
}
.extranav li.active {
    background-color: #be614b;
    color: white;
}

.extranav li a:hover:not(.active) {
 //   background-color: #555;
    color: white;
}


.budgetbutton{
  width:350px;
  color:#be614b;
  font-weight: normal;
  float:left;
  clear:both;
  margin: 10px;
}

.budgetbutton a{
   color:#333333;
    font-size:14px;
    font-weight: normal;
}
.budgetbutton span{
   color:#aa0000;
   float:right;
   font-weight: normal;
   cursor:pointer;
   padding-left:10px;
     
}

.mhrdbudget{

width:500px;
margin:0 auto;
border:1px solid #ddd;
height:200px;

}