﻿/* Dropdown control */

#hp_HighlightMap .selectBox-dropdown {

  background:      url("/Files/Templates/Designs/DouroAzul/images/dropDown.png") no-repeat scroll 0 0 transparent;
  color:           #B9A77B;
  cursor:          default;
  height:          21px;
  margin-top:      1px;
  outline:         medium none;
  padding:         4px 0 0 7px;
  position:        relative;
  text-decoration: none;
  vertical-align:  middle;
  width:           213px;
}

.selectBox-dropdown {
  background:      url(/Files/Templates/Designs/DouroAzul/images/sprite.png) -305px -22px transparent;
  position:        relative;
  text-decoration: none;
  outline:         none;
  vertical-align:  middle;
  cursor:          default;
  height:          19px;
  padding:         3px 0 0 5px;
  margin-bottom:   5px;
}

.smallSelectBox .selectBox-dropdown {
  width:       145px; /* width = (desired width) - padding-right */
  margin-left: 14px;
  display:     inline-block;
  background:  transparent url('../images/sprite.png') no-repeat -946px -341px;
}

.selectBox-dropdown.active {
  background: transparent url('../images/sprite.png') no-repeat -946px -314px;
}

.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft:      0;
  -moz-border-radius-bottomright:     0;
  -webkit-border-bottom-left-radius:  0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius:          0;
  border-bottom-right-radius:         0;
}

.selectBox-dropdown .selectBox-label {
  padding:     .2em .3em;
  display:     inline-block;
  white-space: nowrap;
  overflow:    hidden;
  width: 158px;
}

#formDestinations .selectBox-dropdown .selectBox-arrow {
  right: 1px;
  top:   1px;
}

.selectBox-dropdown .selectBox-arrow {
  position:   absolute;
  top:        0;
  right:      0;
  width:      28px;
  height:     100%;
  background: transparent url('../images/sprite.png') no-repeat -1061px -289px;
}

.defaultSelect .selectBox-arrow {
  right: -4px;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position:      absolute;
  z-index:       99999;
  max-height:    200px;
  background:    #84744E;
  overflow:      auto;
  border:        1px solid #9E8B5E;
  border-bottom: none;
}

/* Inline control */
.selectBox-inline {
  width:                 250px;
  outline:               none;
  border:                solid 1px #BBB;
  background:            #FFF;
  display:               inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  overflow:              auto;
}

.selectBox-inline:focus {
  border-color: #666;
}

/* Options */
.selectBox-options LI {
  border-bottom: 1px solid #9E8B5E;
}

.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display:    block;
  cursor:     default;
  padding:    0;
  margin:     0;
}

.selectBox-options LI A {
  line-height: 1.5;
  padding:     0 .5em;
  /*white-space: nowrap;*/
  overflow:    hidden;
  background:  6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A, .selectBox-options LI.selectBox-selected A {
  color:            #C5AB71;
  background-color: #6A5B3B;
}

.selectBox-options LI.selectBox-disabled A {
  color:            #888;
  background-color: transparent;
}

/*.selectBox-options LI.selectBox-selected A {
  color: #C5AB71;
  background: #786844;
}*/

.selectBox-options .selectBox-optgroup {
  color:       #666;
  background:  #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding:     0 .3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity:      .5;
  border-color: #666;
  filter:       alpha(opacity = 50);
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

/* Form */

form table.Form2ndColumn td a.defaultSelect,
.formFields td a.defaultSelect{
  width:      192px !important;
  background: url("../images/inputForm.png") no-repeat 0 0;
}

/* Country select boxes */

.countryHolder .selectBox, .defaultSelect {
  margin-left: 0;
  width:       300px !important;
  background:  transparent url('../images/sprite.png') no-repeat -11px -340px;
}

.countryHolder .selectBox.active, .defaultSelect.active {
  background: transparent url("/Files/Templates/Designs/DouroAzul/images/sprite.png") no-repeat -11px -367px;
}

.countryHolder .selectBox-label {
  color: #C5AB71;
}

.countryHolder .selectBox-dropdown .selectBox-arrow {
  background: transparent url('../images/sprite.png') no-repeat -1056px -289px;
}

/* Footer select box */

#footerContent .selectBox {
  width:      141px;
  background: transparent url('../images/sprite.png') no-repeat -11px -84px;
}

#footerContent .selectBox.active {
  background: transparent url("/Files/Templates/Designs/DouroAzul/images/sprite.png") no-repeat -11px -109px;
}

#footerContent .selectBox-label {
  color: #AC9865;
}

#footerContent .selectBox-arrow {
  background: transparent url('../images/sprite.png') no-repeat -424px -111px;
}