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

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

#directory-panel {
  float: left;
  background-color: #EDDEB3;
}
#directory-panel h2 {
  background: url(/images/directory_panel_header_sub.gif) no-repeat;
  height: 23px;
  color: #fff;
  padding: 9px 0 0 5px;
  margin: 0;
}
#directory-panel-content {
  padding: 10px 10px 0 10px;
}
#directory-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;
}
#keyword {
  float: left;
}
#view-radio-buttons {
  float: left;
  padding: 5px 0px 0px 5px;
}
#view-radio-buttons label {
  width: auto;
  clear: both;
}
#view-radio-buttons input {
  width: auto;
  float: left;
}
.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 13px 0 13px;
  text-align: center;
}


#search-results thead th, #search-results thead td {
  color: #fff;
  background-color: #FF7900;
}
#search-results tr.evenrow {
  background-color: #EADBB4;
}
#search-results tr.oddrow {
  background-color: #F4ECD7;
}
#search-results a.businessname {
  color: #221B8D;
  font-weight: normal;
  font-size: 1em;
  text-decoration: underline;
}


#item-table {
  width: 100%;
  border: 1px solid #C1C1C1;
}
#item-table p {
  border: 0;
  margin: 0;
  padding: 0;
}
#item-table th {
  color: #fff;
  background-color: #FF7900;
  border: 1px solid #B1B1B1;
  padding: 7px;
  text-align: left;
}
#item-table td {
  padding: 7px;
}
#item-table td.light-grey-left {
  width: 30%;
  background-color: #F4EBD9;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-right {
  width: 70%;
  background-color: #EBDCBB;
}

#item-table td.light-grey-left-top {
  background-color: #F4EBD9;
  text-align: right;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-left {
  background-color: #EBDCBB;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-left-top {
  background-color: #EBDCBB;
  text-align: right;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-right-top{
  background-color: #EBDCBB;
  border-top: 1px solid #fff;
  border-right: 1px solid #CCC;
}
#item-table td.light-grey-right {
  background-color: #F4EBD9;
}
#item-table td.light-grey-right-top {
  background-color: #F4EBD9;
  border-top: 1px solid #fff;
}
#item-table td.white-right-top {
  border-top: 1px solid #fff;
}

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

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