#cdsignin {
  /* left box around signin */
  min-height: 200px;
  width: 100%;
  border: 1px solid #77aadd;
  background-color: #c9ddf1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  box-sizing: border-box;
}
#cdsignin input {
  width: 100%;
  box-sizing: border-box;
}
#cdsignin button {
  width: 100%;
}
#cdsignincontinue {
  height: 50px;
  margin-top: 10px;
}
label.required {
  font-weight: bold;
}
.cdsubtypehour,
.cdsubtypedec,
.cdsubtypeint {
  /* numeric inputs*/
  text-align: right;
}
.cdpage table {
  font-size: .875em;
  line-height: 1.25em;
}
.cdpage table tr {
  /* not current rows */
}
.cdpage table tr.activerow {
  /* current row */
  color: black;
  background-color: #F0F8FF;
}
.cdpage .fldspacer {
  margin: 15px;
}
.cdpage input[type=checkbox] {
  margin-right: 4px;
}
#regformholder td.cdfldlabel {
  text-align: right;
  border-bottom: solid 1px #DEE7EC;
}
#regformholder td.cdfld {
  text-align: left;
  width: 65%;
  border-bottom: solid 1px #DEE7EC;
}
#cdbttnnextpage {
  width: 14em;
}
div.cdsecthelp {
  /* page/pane help */
  padding: 6px;
}
div.cdwizfldhelp {
  /* field help/ desc.*/
  /*font-size: 9pt;*/
}
div.cdmsgprompt {
  /* messages related to signing in*/
  padding: 4px 0px 8px 0px;
  font-size: 9pt;
}
div.cdmsgcrit {
  /* critical messages */
  border: solid 1px red;
  background-color: white;
  /*#F8F3F3;*/
  padding: 4px;
  /*font-size: 9pt;*/
  color: Maroon;
  border-radius: 6px;
  margin-top: 6px;
}
div.cdmsgwarning {
  /* warning messages */
  border: solid 1px #e3b03b;
  background-color: #FFFCC9;
  /*#F8F3F3;*/
  padding: 4px;
  /*font-size: 9pt;*/
  color: #624100;
  border-radius: 6px;
  margin-top: 6px;
}
div.cdmsginfo {
  /* info messages */
  width: 100%;
  border: 1px solid #a0c3e7;
  background-color: #f1f7fc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  box-sizing: border-box;
  margin-top: 6px;
}
div ol {
  margin: 1em 0;
}
.cdfielderror {
  /*border: solid 1px #E2B13A;*/
  background-color: #FFFCC9;
  /*#F8F3F3;*/
}
.cdajaxloading {
  /* ajax loading*/
  background: #ffffff url(sysimg/ajax3.gif) no-repeat top center;
  position: absolute;
  display: none;
  z-index: 100000;
}
.cdtotalattendfee {
  font-weight: bold;
  color: #4e90d3;
  font-size: 1.1em;
  border-top: solid 1px #77aadd;
}
.cdattendfee {
  font-weight: bold;
  color: #4e90d3;
  font-size: 1.1em;
}
.autocomplete-w1 {
  background: url(sysimg/shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 8px 0 0 6px;
  /* IE6 fix: */
  _background: none;
  _margin: 0;
}
.autocomplete {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  /* IE6 specific: */
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden;
}
.autocomplete .selected {
  background: #F0F0F0;
}
.autocomplete div {
  padding: 2px 5px;
  white-space: nowrap;
}
.autocomplete strong {
  font-weight: normal;
  color: #4e90d3;
}
.cdautocompleteinvalid {
  color: Red;
}
