.errorMessageContainer {
  background-color: #FFE3E3;
  border: 1px solid #CB2026;
}
.warningMessageContainer {
  background-color: #FFFFCF;
  border: 1px solid #b06600;
}
.successMessageContainer {
  background-color: #E6F8DD;
  border: 1px solid #8FAD3D;
}
.infoMessageContainer {
  background-color: #EDEFF4;
}
body {
  font-family: verdana, arial, sans-serif;
}
.SectionTitle {
  color: #ad4d08;
  font-size: 10pt;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 1px;
}
input,
textarea,
select,
button {
  font-size: 9pt;
}
input[type=text],
input[type=password],
input[type=search],
input[type=file],
input[type=email],
input[type=url],
input[type=number],
input[type=range],
textarea {
  border: 1px solid #999;
}
input:focus, textarea:focus {
  background: #ffebe1;
  border-color: rgba(115, 52, 8, 0.75);
  box-shadow: 0 0 8px rgba(115, 52, 8, 0.5);
  outline: medium none;
}
button, input.hotbuttonblue, input.button {
  color: #6e6e6e;
  font-weight: bold;
  padding: 0 12px;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  border: solid 1px #dcdcdc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
button:hover, input.hotbuttonblue:hover, input.button:hover {
  color: #333;
  border-color: #999;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
button:active, input.hotbuttonblue:active, input.button:active {
  color: #000;
  border-color: #444;
}
button[disabled],
input.hotbuttonblue[disabled],
input.button[disabled],
button[disabled]:hover,
input.hotbuttonblue[disabled]:hover,
input.button[disabled]:hover,
button[disabled]:active,
input.hotbuttonblue[disabled]:active,
input.button[disabled]:active,
button[disabled]:focus,
input.hotbuttonblue[disabled]:focus,
input.button[disabled]:focus {
  border-color: #555;
  background-color: #555;
  background: -moz-linear-gradient(top, #505050, #606060);
  background: -webkit-linear-gradient(top, #505050, #606060);
  color: #999;
  cursor: default;
}
.lookThroughBorder {
  border-bottom: dotted 1px #77f;
}
.lookThroughLink {
  cursor: pointer;
}
.lookThroughLink span {
  border-bottom: dotted 1px #77f;
  border-bottom: dotted 1px #77f;
}
.lookThroughLink.NegativeNumber span {
  border-color: #900;
}
.dsTable td.lookThroughLink {
  padding-left: 22px;
  background-image: url("../images/zoom_in.png");
  background-repeat: no-repeat;
  background-position: 3px center;
}
.requiredAndEmpty {
  background-color: #ffd9d9;
}
