﻿
.MenuLeftTopNav1_mnuTopNav_0 {
  background-color: white;
  visibility: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.MenuLeftTopNav1_mnuTopNav_1 {
  color: Black;
  font-family: Tahoma;
  font-size: Small;
  text-decoration: none;
}

.MenuLeftTopNav1_mnuTopNav_2 {
  color: Black;
  font-family: Tahoma;
  font-size: Small;
}

.listRowItems:nth-child(even) {
  background-color: white;
}

.listRowItems:nth-child(odd) {
  background-color: #EDEDF7;
}

.submitLink {
  background-color: transparent;
  border: none;
  font-size: 12px;
  color: #0B5BB4;
  cursor: pointer;
}

  .submitLink:hover {
    text-decoration: underline;
  }

.validation-summary-errors, .field-validation-error {
  font-weight: bold;
  color: red;
  white-space: normal;
}

.field-validation-valid {
  display: none;
}

.he-select label {
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  color: #474747;
}

.he-select .disabled {
  color: #a3a3a3;
}