﻿body {
  font-family: Helvetica;
  font-size: 14px;
  color: #494949;
  margin: 0;
  padding: 0;
}

.H2 {
  font-size: 16px;
  font-weight: bold;
}

.H3 {
  font-size: 14px;
  padding-top: 6px;
  padding-left: 2px;
  font-weight: bold;
  color: #ac010a;
}

.H4 {
  font-size: 13px;
  font-weight: bold;
}

.toplogo {
  background-image: url(/Graphics/logo.gif);
  background-repeat: no-repeat;
  height: 58px;
}

.assignmentsouterbox {
  border: 2px solid black;
}

.assignmentstoprow {
  background-color: #f24445;
  height: 34px;
  font-size: 15px;
  color: #191919;
}

.assignmentsouterbox tr td {
  font-weight: bold;
}

.CheckBoxChecked {
  background-image: url(/Graphics/CheckBoxChecked.png);
  width: 32px;
  height: 32px;
  text-align: center;
  background-repeat: no-repeat;
  margin: 0px auto;
}

.CheckBox {
  background-image: url(/Graphics/CheckBox.png);
  width: 32px;
  height: 32px;
  text-align: center;
  background-repeat: no-repeat;
  margin: 0px auto;
}

.CheckBoxCheckedGreyed {
  background-image: url(/Graphics/CheckBoxCheckedGreyed.png);
  width: 32px;
  height: 32px;
  text-align: center;
  background-repeat: no-repeat;
  margin: 0px auto;
}

.ActiveTab {
  text-align: center;
  background-image: url(/Graphics/ActiveTabBackground.gif);
  background-repeat: repeat-x;
  border-color: #2f2f2f;
  border-style: solid;
  border-width: 2px 2px 0px 2px;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 6px 13px 6px 13px;
  border-radius: 6px 6px 0px 0px;
  cursor: pointer;
}

.InActiveTab {
  text-align: center;
  background-image: url(/Graphics/InActiveTabBackground.gif);
  background-repeat: repeat-x;
  border-color: #747474;
  border-style: solid;
  border-width: 2px 2px 0px 2px;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 6px 13px 6px 13px;
  border-radius: 6px 6px 0px 0px;
  cursor: pointer;
}


.NotifiedCustomerRow {
  color: #a4a4a4;
}

.TopLine {
  background-image: url(/Graphics/TopLine.gif);
  background-repeat: no-repeat;
  width: 700px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.Hidden {
  display: none;
}