@charset "utf-8";
/* CSS Document */
table {
  border: none;
}
tr.fmRecRow:nth-child(even) {
  background: #eee;
}
tr.fmRecRow:nth-child(odd) {
  background: #fff;
}
th {
  color:white; 
  padding: 5px; 
  font-size:1.4em; 
  background-color: #566b86;
}
.siteLogo {
  width:140px; 
  background: url(/library/images/logo/forms.jpg) no-repeat top; 
  border: 1px solid #000;
}

.icon-legend {
  text-align: left; 
  float: right;
}
.icon-legend tr:first-child td {
  background-color:#566b86; 
  color: white;
}
.icon-legend tr:nth-child(2) td {
  font-size: .8em;
  vertical-align: top;
}
.icon-legend td {
  border: solid 1px #344557;
  padding: 5px;
}
.icon-legend td div {
  white-space: nowrap;
}
.icon-legend div img {
  width: 16px; 
  height: 16px; 
  margin-right: 7px;
}

.icon-img{
  width:16px;
  height:16px;

}


.icon {
  /*width: 16px;*/ 
  height: 16px; 
  margin-right: 5px;
}
.tbl-list td {
  padding: 5px; 
  /*width: 100%;*/
}
.valign-bottom {
  vertical-align: bottom;
}
.valign-top {
  vertical-align: top;
}
.align-center {
  text-align: center; 
  margin: auto;
}
.align-right {
  text-align: right; 
}
.nowrap {
  white-space: nowrap;
}
.tbl-padding-0 tr {
  padding: 0px; 
  margin: 0px;
}
.tbl-padding-5 td {
  padding: 5px;
}
.copyright-columns {
    height: 74px !important;
}
.pw-wp-wrapper p {
    margin-bottom: 0 !important;
}
