a.btn {
  text-decoration: underline;
  color: #0676DC;  
}

a.btn:hover {
  text-decoration: underline;
  color: #1111aa;  
}

#divToolsbar {
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
  background-color: #eeeeee;
}

#divToolsbarText1 {
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  margin: 13px 5px;
  float: left;
}

#divToolsbarButtons {
  margin: 3px 6px 1px 6px;
  padding: 3px 0px;
  float: right;
}

#divToolsbarButtons a {
  border: 1px solid #eeeeee;
  padding: 2px;
}

#divToolsbarButtons a:hover {
  border: 1px solid #aaaaaa;
}

#spnPath{
  font-size: 10px;
  color: #BC3E00;
}

#divPageMessage {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font: 14px bold #333333;
}

#divPageMessage a {
  text-decoration: underline;
}

#divPageMessage a:hover {
  text-decoration: underline;
}

input.std {
  border: 1px solid #aaaaaa;
}


