/* for no-js version, all the listings are shown in the results-repository.
 * for js version, listings are moved from the results-repo to the Listing, with paging */
.js .results-repository {
  display: none;
}
.no-js #MGLNResults-Listing {
  display: none;
}
.no-js #MGLNResults-Pagination .pagination-control {
  display: none;
}

#Container {
  min-height: 680px;
}
#Application div.page-header {
	background: transparent url(/images/pageheader-general.gif) -1px 0 no-repeat;
  min-height: 54px;
  padding: 2px 12px;
  position: relative;
  width: 930px;
  overflow: hidden;
}
#Application div.page-header h1 {
  background-color: transparent;
  background-image: url(/images/pageheader-icon-specialist.gif);
  background-position: 13px 8px;
  background-repeat: no-repeat;
  font-size: .83em;
  margin: 0;
  position: relative;
  width: 287px;
}
#Application div.page-header h1 span {
  background-image: url(/images/title-travelspecialistresults.gif);
  height: 20px;
  left: 53px;
  position: absolute;
  text-indent: -9999em;
  top: 15px;
  width: 204px;
}
#Application div.page-header div.revise-search {
  float: right;
  max-width: 620px;
}
#Application div.page-header div.revise-search h2 {
  color: #006bba;
  float: left;
  font-size: 1em;
  font-weight: bold;
  padding-top: 19px;
  margin: 0; 
}
#Application div.page-header div.revise-search .forms-wrap {
  float: right;
  margin-right: 28px;
}
#Application div.page-header div.revise-search form {
  float: left;
  margin-top: 4px;
}
.no-js #Application div.page-header div.revise-search form {
  float: none;
  margin-left: 10px;
}
#Application div.page-header div.revise-search label {
  display: none;
}
.js #Application div.page-header div.revise-search input[type="submit"] {
  display: none;
}
#Application div.page-header div.revise-search span.or {
  float: left;
  width: auto;
  margin-top: 12px;
} 
.no-js #Application div.page-header div.revise-search span.or {
  display: none;
}
#Application div.page-header div.revise-search .go-btn {
  float: left; 
  margin: 14px 14px 0 0;
}
.no-js #Application div.page-header div.revise-search .go-btn {
  display: none;
}
.js #Application div.page-header div.revise-search fieldset {
  background-color: white;
  display: block;
  float: left;
  margin: 7px 6px 6px;
  padding: 6px;
  width: auto;   
}
#Application div.page-header div.revise-search fieldset.highlighted {
  background-color: #b6d5f2;
}
#Application div.page-header div.revise-search fieldset select {
  width: 166px;
  font-size: .75em;
}
#Application div.page-header div.revise-search fieldset input {
  font-size: .75em;
}
.not-ie #Application div.page-header div.revise-search fieldset input {
  position: relative;
  top: 2px;
}
#Application div.page-header div.revise-search fieldset option.prompt {
  color: black;
}
#Application div.page-header div.revise-search fieldset optgroup {
  font-style: normal;
  font-weight: normal;
  padding-left: 2px;
}
#Application div.page-header div.revise-search fieldset option.specialty {
  padding-left: 5px;
  color: #006bba;
}

#Application div.page-body {
  color: #666;
  margin: 0;
}
#Application div.page-body div.results-header {
  background: transparent url(/images/results-header.gif) 0 0 no-repeat;
  color: #666666;
  min-height: 14px;
  padding: 2px 12px 0px 18px;
  width: 929px;
  overflow: auto;
}
#Application div.page-body div.results-header-bottom {
  background: transparent url(/images/results-header.gif) 0 bottom no-repeat;
  height: 7px;
  width: 929px;
}
#Application div.page-body div.results-header .search-criteria {
  margin-top: 5px;
  float: left;
}
#Application div.page-body div.results-header .sort-control {
  float: right;
  margin-right: 35px;
  margin-top: 4px;
}
/* sorting dropdown */
.sort-submit {
  float: right;
  margin-left: 10px;
}
.js .sort-submit {
  display: none;
}
#Application div.page-body div.results-header select {
  float: inline;
  font-size: .75em;
}
#Application div.page-body div.results-header input {
  font-size: .75em;
}
#Application div.page-body div.results {
  clear: both;
  background: transparent url(/images/results-content.gif) 0 0 repeat-y;
  min-height: 415px;
}
#Application div.page-body div.results div.specialist {
  position: relative;
  background-color: white;
  font-size: .92em;
  min-height: 85px;
  margin: 0 0 0 11px;
  padding: 3px 0px 2px;
  width: 908px;
  line-height: 1.3;
}
#Application div.page-body div.results div.divider {
  background: white url(/images/specialist-divider.gif) 5px bottom no-repeat;
}
#Application div.page-body div.results div.last {
  background: white url(/images/results-bottomborder.gif) 0 bottom no-repeat;
}
#Application div.page-body div.results .headshot {
  border: 1px solid #4e97da;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  margin: 5px 0px 0px 11px;
  width: 60px;
}
body.ie6 #Application div.page-body div.results .headshot {
  margin: 5px 0px 0px 5px;
}
#Application div.page-body div.results div.specialist-info {
  float: left;
  margin-left: 79px;
  width: 220px;
}
#Application div.page-body div.results div.specialist-info a,
#Application div.page-body div.results div.specialist-info a:active,
#Application div.page-body div.results div.specialist-info a:hover {
  color: #006bba;
}
#Application div.page-body div.results div.specialist-info div {
  margin-top: 1px;
}
#Application div.page-body div.results div.specialist-info a.email {
  color: #4f99cf;
  font-weight: bold;
}
#Application div.page-body div.results div.specialist-info span.phone-extension {
  color: #4f99cf;
  font-weight: bold;
}
#Application div.page-body div.results div.specialist-accreditation {
  float: left;
  margin-left: 12px;
  width: 330px;
}
#Application div.page-body div.results div.specialist-accreditation a,
#Application div.page-body div.results div.specialist-accreditation a:active,
#Application div.page-body div.results div.specialist-accreditation a:hover {
  color: #006bba;
}
#Application div.page-body div.results div.specialist-specialties {
  float: left;
  margin-left: 55px;
  width: 200px;
}
#Application div.page-body div.results h3.specialist-heading {
  color: #006cbb !important;
  font-size: 1.166em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1px;
  text-decoration: none !important;
}
#Application div.page-body div.results h3.specialist-heading a,
#Application div.page-body div.results h3.specialist-heading a:active,
#Application div.page-body div.results h3.specialist-heading a:hover {
  color: #006cbb;
}
#Application div.page-body div.results div.specialist li.first {
  color: #333333;
  font-weight: bold;
}
#Application div.page-body div.results div.specialist a.link {
  background: transparent url(/images/link-arrow.gif) 0 0 no-repeat;    
  color: #006bba;
  padding-left: 15px;
	text-decoration: none;
}
#Application div.footer {
  background: transparent url(/images/results-footer.gif) top left no-repeat;
  min-height: 20px;
  padding: 2px 12px 0 12px;
  width: 929px;
  overflow: auto;
}
#Application div.footer-bottom {
  background: transparent url(/images/results-footer.gif) bottom left no-repeat;
  height: 12px;
  width: 929px;
}
#Application div.footer div.pagination { 
  height: 20px; 
  width: 908px; /* match div.specialist width */ 
}
#Application div.footer div.pagination span.status { 
  display: block; 
  float: left; 
  padding-top: 6px;
  padding-left: 8px; 
}
#Application div.footer div.pagination span.status .status { 
  padding-top: 0;
  padding-left: 0; 
}
#Application div.footer div.pagination span.status span.items {
  color: #333333;
  font-weight: bold;
} 
#Application div.footer div.pagination span.pagination-control {
  float: right;
  padding-top: 6px;
  margin-right: 5px;
}
#Application div.footer div.pagination span.pagination-control a,
#Application div.footer div.pagination span.pagination-control a:active,
#Application div.footer div.pagination span.pagination-control a:hover { 
  color: #256AA7;
  display: block;
  float: left; 
  padding: 0 5px; 
  text-decoration: none;
}
#Application div.footer div.pagination span.pagination-control img { 
  border: none;
  left: 0;
  position: relative;
  top: 1px;
}
body.ie6 #Application div.footer div.pagination span.pagination-control img { 
  padding-top: 5px;
}

/* no results */
.results-message {  
  background-color: white;
  font-size: 1em;
  height: 350px;
  margin: 0 0 0 11px;
  padding: 23px 0px 4px;
  width: 908px;
  line-height: 1.3;
  text-align: center;
  color: #444;
}

