﻿body {
  margin: 0;
  padding: 0;
}

.mainContainer {
  width: 800px;
  border: 1px solid #abadb3;
  height: 600px;
  overflow: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.smallLabel {
  font-family: Segoe UI;
  font-size: .8em;
  color: #614c88;
}

.bigLabel {
  font-family: Segoe UI Semibold;
  font-size: 1.1em;
  color: #4c4c4d;
}

.header {
  background-image: url(Images/HeaderBg.png);
  background-repeat: no-repeat;
  background-color: #0056af;
  padding: 30px 0 0 0;
  color: White;
  font-family: Calibri;
  font-size: 1.4em;
  text-align: center;
  height: 60px;
  font-weight: 500;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
  height: 0;
  line-height: 0;
}

.gvHeader {
  background-color: #c7c8ca;
  padding: 10px 0 10px 5px;
  color: #2a2a2e;
  font-family: Segoe UI Semibold;
  text-align: center;
}

.gvHeader th {
  border: 1px solid #cfcece;
}

.gvRow {
  font-family: Verdana;
  font-size: 1em;
  color: #41413C;
}

.gvRow td {
  border: 1px solid #cfcece;
}

.gvRowAlt {
  font-family: Verdana;
  font-size: 1em;
  color: #41413C;
  background-color: #f3f7fd;
}

.gvRowAlt td {
  border: 1px solid #cfcece;
}

.gvEmpty {
  border: 0;
  font-family: Segoe UI;
  font-size: .8em;
  color: #4c4c4d;
}

.content {
  padding: 15px 0 5px 15px;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
  border: 0 !important;
}

a:link {
  color: #1962af;
  font-family: Segoe UI Semibold;
  text-decoration: underline;
}

a:visited {
  color: #505151;
  font-family: Segoe UI Semibold;
  text-decoration: none;
}
a:hover {
  color: #fc0303;
  font-family: Segoe UI Semibold;
  text-decoration: none;
}

.btnBig {
  /*Background color is needed for the bg image to work*/
  border: solid 0px #ffffff;
  background-color: transparent;
  background-image: url(Images/BigButton.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  width: 204px;
  color: #ffffff;
  font-weight: bold;
  font-family: Segoe UI Semibold, Tahoma;
  font-size: 1.1em;
  text-align: center;
  vertical-align: top;
}

.btnBig:Hover {
  /*Background color is needed for the bg image to work*/
  border: solid 0px #ffffff;
  background-color: transparent;
  background-image: url(Images/BigButtonHover.png);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  width: 204px;
  color: #ffffff;
  font-weight: bold;
  font-family: Segoe UI Semibold, Tahoma;
  font-size: 1.1em;
  text-align: center;
  vertical-align: top;
}

.myHr {
  width: 100%;
  margin: auto;
  background-color: #c7c5c5;
  color: #c7c5c5;
  font-size: 0px;
  height: 1px;
}

.formLabelFloat {
  font-family: Segoe UI;
  font-size: 1em;
  color: #4c4c4d;
  
  margin-top: 15px;
}

.formLabel {
  font-family: Segoe UI;
  font-size: 1em;
  color: #4c4c4d;
  clear: both;
  margin-top: 15px;
}

.rtb {
  clear: both;
}

.error {
  color: Red;
  font-family: Verdana;
  font-size: .7em;
}

.btnCommonOffice2007 {
  /*Background color is needed for the bg image to work*/
  border: 1px ridge #b0b0b0;
  background-color: #b0b0b0;
  background-image: url(Images/Office2007ThemeButtonBg.gif);
  background-repeat: repeat-x;
  cursor: pointer;
  height: 20px;
  color: #4c4c4d;
  font-family: Verdana;
  font-size: .7em;
  text-align: center;
  font-weight: bold;
}

.btnCommonOffice2007:Hover {
  /*Background color is needed for the bg image to work*/
  border: 1px solid #b0b0b0;
  background-color: #b0b0b0;
  background-image: url(Images/Office2007ThemeButtonBgHover.gif);
  background-repeat: repeat-x;
  cursor: pointer;
  height: 20px;
  color: #4c4c4d;
  font-family: Verdana;
  font-size: .7em;
  text-align: center;
  font-weight: bold;
}

.noBorderMap {
  border: 0 solid white;
}

.RadCalendar_Default .rcMainTable tr .DisabledClass a {
  color: #e2e0e0;
  /*background-color:#e4e4e4;*/
  
}

.RadCalendar_Default .rcMainTable tr .HighlightClass a {
  color: #fd0303;
  /*background-color:#e4e4e4;*/
  
}

.thankyouText{
  color: #1962af;
  font-family: Segoe UI Semibold;
  text-decoration: underline;
}

.thankyouLi{
  background-image:url(/App_Themes/BraTheme/Images/Bullet.png); background-repeat:no-repeat; padding:0 0 5px 30px;
}
