/********************/
/* Directory Styles */
/********************/

em {
  font-style: normal;
  font-weight: bold;
  color: #f94;
}

#register-panel { 
  background-color: #C8D9EB;
  margin-bottom: 13px;
  color: #000;
  height: 1%;
}
#register-panel h2 {
  background: url(/images/register_panel_header_sub.gif) no-repeat;
  height: 23px;
  color: #fff;
  padding: 9px 0 0 5px;
  margin: 0;
}
#register-panel-content {
  padding: 10px 10px 0 10px;
}
#register-panel-footer {
  display: block;
}
div.input-field {
  width: 191px;
  float: left;
  display: block;
  margin-top: -1%;
}
.panel-form label {
  display: block;
  float: left;
  width: 95px;
  text-align: right;
  margin-right: 5px;
  font-size: 0.8em;
}
.panel-form label.small {
  width: 65px;
}
.panel-form input, .panel-form select {
  display: block;
  float: left;
  padding: 0;
  font-size: 0.8em;
}
.panel-form .large {
  width: 160px;
}
.panel-form .medium {
  width: 115px;
}
.panel-form .small {
  width: 55px;
}
.panel-form .button {
  width: 55px;
  height: 19px;
  margin: 3px 12px 0 0;
  float: right;
  display: inline;
}
.panel-form p {
  padding-bottom: 7px;
}
.panel-form p.last {
  clear: both;
  padding-bottom: 5px;
}
.panel-form .to {
  width: 20px;
  margin: 0 10px 0 10px;
  text-align: center;
}

.fromto-pulldown {
  width: 60px;
}

#search-results thead th, #search-results thead td {
  color: #fff;
  background-color: #202081;
}
#search-results tr.evenrow {
  background-color: #C8D9EB;
}
#search-results tr.oddrow {
  background-color: #E2EBF4;
}
#search-results a.businessname {
  color: #221B8D;
  font-weight: normal;
  text-decoration: underline;
}

#item-table {
  width: 100%;
  border: 1px solid #C1C1C1;
}
#item-table th {
  background-color: #202080;
  color: #fff;
  text-align: left;
  border: 1px solid #B1B1B1;
  padding: 7px;
}
#item-table td {
  padding: 7px;
}
#item-table td.light-grey-left {
  background-color: #DFE7F2;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.light-grey-left-top {
  background-color: #DFE7F2;
  text-align: right;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-left {
  background-color: #CBDCEC;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-right {
  background-color: #CBDCEC;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-left-top {
  background-color: #CBDCEC;
  text-align: right;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-right-top {
  background-color: #CBDCEC;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#item-table td.light-grey-right {
  background-color: #DFE7F2;
}
#item-table td.light-grey-right-top {
  background-color: #DFE7F2;
  border-top: 1px solid #fff;
}
#item-table td.white-right-top {
  border-top: 1px solid #fff;
}

#item-table td.darker-grey-left {
  background-color: #DFE7F2;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.darker-grey-right {
  background-color: #DFE7F2;
  border-right: 1px solid #fff;
}