body {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 11px;
  margin: 0;
}

table, div, img, p {
  margin: 0;
  padding: 0;
  border: none;
}

th {
  text-align: left; font-weight: normal;
}

/* Anchors are mainly used for 508 keyboard accessibility, it should inherit styles, not using link's color */
a {
  text-decoration: none; color: inherit;
}

a img {
  border: 0;
}

.hidden-label {
  position: absolute;
  left: 0;
  top: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.stdMessage {
  font-family: verdana, sans-serif;
  font-size: 12px;
  padding: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.stdError {
  color: #cb1d1d;
}

.stdInfo {
  color: #666E8C;
}

.stdResponse {
  color: #4D861C;
}

.stdWarning {
  color: orange;
}

.messageWithGlyph {
  position: relative;
  vertical-align: middle;
  padding-left: 2.5em;
}

.messageGlyph {
  width: 2em;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  line-height: 20px;
  cursor: default;
  text-align: center;
  font-weight: bold;
}

.stdError .messageGlyph {
  background-color: #cb1d1d;
}

.stdWarning .messageGlyph {
  background-color: orange;
}

.stdResponse .messageGlyph {
  background-color: #4D861C;
}

.stdInfo .messageGlyph {
  background-color: #666E8C;
}

.mainScreenBanner {
  width: 100%;
  height: 170px;
  border: 0;
  color: #898c8f;
  font-family: ariel, sans-serif;
  font-size: 14px;
  padding-bottom: 1px;
}

.mainScreenBanner td {
  vertical-align: bottom;
}

.productLogoCell {
  width: 325px;
  padding: 0 19px;
}

.pageMessagesAreaCell {
  text-align: center;
  position: relative;
}

body.login .pageMessageArea {
  height: 40px;
  overflow: visible;
  display: table;
  border: none;
  margin-bottom: 0;
  width: auto;
}

body.login .pageMessageArea *:last-child {
  margin-bottom: auto;
}

body.login .stdError, body.login .stdInfo, body.login .stdResponse, body.login .stdWarning {
  border: 1px solid;
  border-radius: 3px;
  margin-bottom: 3px;
}

body.login {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.loginLanguageCell {
  text-align: right;
  width: 1px;
  min-width: 329px;
}

.loginSectionContainer {
  background: url('../images/Ablend358.png') repeat-x;
  width: 100%;
  height: 358px;
  min-width: 650px;
  position: relative;
  text-align: center;
}

.loginMainImage {
  width: 300px;
  height: 358px;
  position: absolute;
  top: 0;
  z-index: 0;
}

#rtl .loginMainImage {
  background: url('../images/A300x358.png') no-repeat;
  background-size: contain;
  right: 0;
}

#ltr .loginMainImage {
  background: url('../images/A300x358.png') no-repeat;
  background-size: contain;
  right: 0;
}

.loginContents {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 1; /* Required for IE8 on W7 */
}

.loginContents a {
  text-decoration: underline;
}

.loginTitle {
  font-family: Myriad Pro, arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #565A5C;
  vertical-align: middle;
  padding-top: 66px;
  text-align: center;
}

.loginTrustedContainer {
  min-height: 19px;
  text-align: center;
}

.loginInnerBoxContainer {
  position: relative;
  display: inline-block;
  text-align: center;
}

.doubleBox input {
  width: 250px;
}

.tripleBox input {
  width: 165px;
}

.credInline {
  display: inline-block;
}

#ltr .credLozengeMargin {
  margin-right: 6px;
}

#rtl .credLozengeMargin {
  margin-left: 6px;
}

.credBox {
  background-color: #cc0000;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 8px 4px;
  white-space: nowrap;
}

.credInput {
  display: block;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-bottom: 0;
  border-radius: 6px;
  box-sizing: border-box;
  color: #565a5c;
  font-family: proxima-nova-regular, arial, sans-serif;
  font-size: 18px;
  outline: none;
  white-space: nowrap;
  padding-left: 6px;           /* todo hmmmm */
}

.credDouble {
  width: 250px;
}

.credTriple {
  width: 163px;
}

.credLabel {
  display: block;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #f4f4f4;
  padding: 3px 6px 0 6px;
  text-align: start;         /* todo - may need to break into LR on #dir */
}

.loginGo {
  background-color: #cc0000;
  height: 52px;
  min-width: 49px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: ariel, sans-serif;
  position: absolute;
  top: 12px;
}

#ltr .loginGo {
  left: 525px;
  border-left: 3px solid #610206;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#rtl .loginGo {
  right: 525px;
  border-right: 3px solid #610206;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.loginGo:hover {
  background-color: #d72726;
}

#ltr .loginGo:hover {
  border-left-color: #98050e;
}

#rtl .loginGo:hover {
  border-right-color: #98050e;
}

.loginGo > span {
  margin: 0 4px;
}

.appInfoContainer {
  width: 100%;
  padding-top: 15px;
  color: #a4a7a9;
  vertical-align: middle;
}

.appInfoContainer a {
  text-decoration: underline;
}

.appInfoLegal {
  padding: 0 1em;
}

.appInfoLegalNotice {
  padding: 5px 1em;
  display: inline-block;
}

.appInfoProdInfo {
  font-size: 12px;
  padding: 0 21px;
  text-align: end;        /* todo - may need to break into LR on #dir */
}

.appInfoProductName {
  margin: 0 1em;
}

.appInfoBuild {
  margin: 0 1em;
}