/*** Drug Finder Styles ***/

#finderBg {
  position: absolute;
  height: 100%;
  width: 100%;
  _padding: 60%; /* ie hack */
  background: #333;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 30;
  display: none;
}

#finder {
  position: absolute;
  top: 125px;
  left: 230px;
  width: 800px;
  height: 600px;
  text-align: left;
  background: #fff;
  border: solid 1px #333;
  z-index: 40;
  display: none;
}

#finderWrap {
  padding: 10px;
}

#finder a {
  cursor: pointer;
}

#ctrl_links {
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: right;
  z-index: 30;
}

#view_link {
  position: relative;
  text-align: center;
  z-index: 30;
  display: none;
}

#pickers {
  position: relative;
  height: 24px;
  padding: 20px 10px 10px 10px;
  margin: 20px 5px 10px 0;
  background: #eeeeef;
  z-index: 40;
}
#pickers a {
  padding: 4px 10px;
  font-size: 11px;
  line-height: 15px;
  color: #666666;
  display: block;
}
#pickers a:hover {
  cursor: pointer;
}

.pick_link {
  float: left;
  height: 24px;
  width: 250px;
  margin-left: 1px;
}

.pick_link .label {
  position: absolute;
  top: -15px;
  color: #006db8;
  font-weight: bold;
}

a.chooser {
  display: block;
  padding: 4px 0px;
  white-space: nowrap;
  border:solid 1px #006bd8;
  background: #ffffff url('../images/arrow_pick_link_bg.gif') 234px 0px no-repeat;
  overflow: hidden;
}
a.chooser img {
  position: absolute;
  top: 1px;
  right: 1px;
}

.pick_menu {
  position: absolute;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  height: 400px;
  overflow: auto;
  top: 24px;
  border:solid 1px #006bd8;
  background: #ffffff;
  text-align: left;
  display: none;
}

.pick_menu a {
  padding: 3px 10px;
  background: url('../images/nav/nav_hr_dotted.gif') no-repeat 0% 100%;
}

#results {
  position: relative;
  width: 99%;
  _width: 97%;
  height: 410px;
  overflow: auto;
  display: none;
}

#results_table {
  position: relative;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  z-index: 30;
}
#results_table tr.header_row {
  background: url('../images/picker_bg.gif') repeat-x;
}
#results_table tr.header_row td {
  font-weight: bold;
  color: #fff;
}
#results_table tr.odd {
  background: #eeeeef;
}
#results_table td {
  text-align: left;
  font: normal 11px helvetica, arial, sans-serif;
  padding: 3px 10px;
  width: 33.33%;
}

/*** Cutoff Table Styles ***/
#cutoffBg {
  position: absolute;
  height: 100%;
  width: 100%;
  _padding: 60%; /* ie hack */
  background: #333;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 30;
  display: none;
}

#cutoff {
  position: absolute;
  top: 125px;
  left: 305px;
  width: 650px;
  text-align: left;
  background: #fff;
  border: solid 1px #333;
  z-index: 40;
  display: none;
}

#cutoffWrap {
  padding: 30px;
}

.close_link {
  text-align: right;
}
.close_link a {
  cursor: pointer;
}

#cutoffWrap table {
  border-collapse: collapse;
}
#cutoffWrap table td {
  padding: 5px 10px;
  text-align: center;
  border: solid 1px #dddddd;
  background: #ffffff;
}
#cutoffWrap table tr.odd td {
  background: #eeeeee;
}

#cutoffWrap table tr.header td {
  padding: 10px;
  color: #ffffff;
  background: #8cc3ea;
}

.disclaimer {
  font-size: 10px;
}

/*** Finder Tabs styles ***/

#finderTabs {
  position: relative;
  width: 525px;
  top: -47px;
  margin: 0 0 0 -20px;
  z-index: 25;
}

#finderTabs a {
  cursor: pointer;
}

.slang_link,
.drug_link {
  position: relative;
  margin: 0;
  float: left;
}
.clear {
  clear: both;
  line-height: 0px;
}

a.drug_chooser {
  position: relative;
  padding: 0;
  margin: 0;
}
a.drug_chooser img {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.drug_menu {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 0px;
  top: 49px;
  border: solid 1px #52aad0;
  background: #8cc3ea;
  text-align: left;
  display: none;
}
.slang_link .drug_menu {
  width: 160px;
  height: 400px;
  overflow: auto;
}

.drug_menu a {
  font-size: 11px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  padding: 3px 10px;
  background: url('../images/nav/nav_hr_dotted.gif') no-repeat 0% 100%;
}
#drug_menu a:hover {
  cursor: pointer;
}

.opener {
  margin: 0;
  float: left;
}

