body {
  margin-top: 50px;
}

footer img {
  height: 45px;
  margin-right: 80px;
}

h6 {
  color: #999;
}

.radio_button {
  float: left;
  margin-right: 12px;
}

.radio_label {
  float: left;
}

.radio_label label {
  float: none;
  width: auto;
}

.pform_label {
  float: left;
  width: 200px;
}

.pform_input {
  float: left;
  margin-left: 20px;
}

.datalink {
  float: left;
  /*
    padding-top: 5px;
    padding-left: 10px;
  */
}

.datalink a {
  /* font-size: 16px; */
}

.datalink_container {
  margin-top: 5px;
}

table th {
  background-color: #999999;
  color: #fff;
}

.help_link {
  color: #11A649;
}
/*
#menu1 {
  background-image: -moz-linear-gradient(top, #DB9C00, #CD6400);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#DB9C00), to(#CD6400));
  background-image: -ms-linear-gradient(top, #DB9C00, #CD6400);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB9C00), color-stop(100%, #CD6400));
  background-image: -webkit-linear-gradient(top, #DB9C00, #CD6400);
  background-image: -o-linear-gradient(top, #DB9C00, #CD6400);
  background-image: linear-gradient(top, #DB9C00, #CD6400);
}

#menu1 .dropdown-toggle {
  color: white;
  opacity: 1.0;
}

#menu1 .dropdown-menu li a:hover {
  background-color: #DB9C00;
  background-image: -moz-linear-gradient(top, #DB9C00, #CD6400);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#DB9C00), to(#CD6400));
  background-image: -ms-linear-gradient(top, #DB9C00, #CD6400);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB9C00), color-stop(100%, #CD6400));
  background-image: -webkit-linear-gradient(top, #DB9C00, #CD6400);
  background-image: -o-linear-gradient(top, #DB9C00, #CD6400);
  background-image: linear-gradient(top, #DB9C00, #CD6400);
}
*/
