﻿html {
  overflow-y: scroll;
}
html,
body {
  font-family: myLato, Arial, Helvetica;
  color: #333333;
  background-color: #fafafa;
  margin: 0;
  height: 100%;
}
.ErrorColor {
  color: red;
}
.ErrorMessage {
  color: red;
  font-size: 12px;
}
.BgndGrey {
  background-color: darkgrey;
}
.BgndLightGrey {
  background-color: lightgrey;
}
.BgndOptinForm {
  background-color: #E9E9E9;
}
.TransparentButton.rbHovered {
  background-color: transparent !important;
}
.ConnectLink {
  color: #333333;
  font-size: 12px;
  text-decoration: none !important;
}
.ContributorsTitle {
  color: red;
}
.HeaderContainerDiv {
  height: 135px;
  width: 100%;
  background-color: #cccccc;
}
.MenuContainerDiv {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.FooterContainerDiv {
  height: 150px;
  width: 100%;
  background-color: #262626;
}
.FooterDiv {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
}
.FooterSection {
  float: left;
  padding-right: 85px;
}
.LanguageButton {
  font-family: Arial !important;
  color: white !important;
  font-weight: bold;
  font-size: 12px !important;
  background-color: transparent !important;
  padding: 0 !important;
  background-image: none !important;
}
.SiteTitleDiv {
  float: left;
  padding-left: 12px;
}
.MenuDiv {
  float: left;
  padding-top: 85px;
  padding-left: 84px;
}
.LogoDiv {
  float: left;
  padding-top: 4px;
}
.Logo {
  height: 125px;
}
.MainContentDiv {
  clear: both;
  width: 85%;
  vertical-align: top;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 619px;
  overflow: auto;
  /*border: 1px solid #9c9ea1;*/
}
.DocTitleDiv {
  margin-bottom: 20px;
}
.DocTitle {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b61d22;
  letter-spacing: 0.075em;
  text-decoration: none;
}
.SiteTitle {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.075em;
}
.DocMain {
  font-size: 14px;
}
.DocMain a {
  text-decoration: none !important;
  color: #0078ae;
}
.DocMain ul {
  list-style-image: url('/Images/Navigation/BulletBrown.png') !important;
  list-style-type: none;
  margin-top: 3px;
}
.DocMain li {
  margin-left: -16px;
}
.PictureLayout {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.DocColumn {
  width: 85%;
}
.LoginBox {
  margin-bottom: 10px;
}
.LoginPasswordForgotten {
  text-decoration: none !important;
  font-family: Arial;
  color: #333333;
  font-size: 10px;
}
.LoginRemberMe {
  margin-bottom: 10px;
}
.FooterLabel {
  font-size: 9pt;
  color: white;
  text-decoration: none;
}
.MemberName {
  color: #262626;
  font-size: 12px;
}
.ErrorLabel {
  color: red;
  font-size: 11px;
}
.RadGrid_Silk .rgHeader {
  font-size: 12px !important;
}
.ParticipationEvent {
  float: left;
  margin-right: 35px;
  margin-top: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 540px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .MainContentDiv {
    width: 95%;
  }
  .MenuDiv {
    float: left;
    padding-top: 15px;
    padding-left: 14px;
    margin-left: -30px;
  }
  .LogoDiv {
    float: right;
    padding-top: 4px;
  }
  .ParticipationEvent {
    margin-bottom: 15px;
  }
  .FooterContainerDiv {
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #262626;
  }
  .FooterSection {
    float: left;
    padding-right: 85px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-device-width: 541px) and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .MainContentDiv {
    width: 95%;
  }
  .MenuDiv {
    padding-left: 30px;
  }
}