a:link, a:visited {
  color: #0089bf;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0089bf;
  text-decoration: underline;
}
#FormTabs a:hover, #FormTabs a:focus, #FormTabs a:active, #FormTabs a:visited, #FormTabs a:link, .PaneButtons a:hover, .PaneButtons a:focus, .PaneButtons a:active, .PaneButtons a:visited, .PaneButtons a:link {
  color: #FFF;
}
.DateInput:valid {
  background-color: #e0fee1;
}
.DateInput:invalid {
  background-color: #fee1e0;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
