/* 
  USAL IE6 styles
*/

#content h1 {
  height: 1%;
}

.options {
  background: url(../img/dot.gif) bottom left repeat-x;
  border: 0 !important;
}

#search input {
  margin: .1em .3em 0 0;
  padding: .2em .2em .3em .2em;
}

#footer #legalNav {
  background: url(../img/dot.gif) top left repeat-x;
  border: 0;
}

form legend {
  margin: 0 0 0 -.45em;
}

form input {
  width: 17.5em;
}

form select {
  width: 18.5em;
}

form .date input {
  margin: 0 0 0 2.6em;
}

button { 
  width: auto;
  overflow: visible; 
}

button span { 
  margin-top: .1em; 
}

#mainContent #alphabeticalOrder select {
  margin: 0 1em 0 4.2em;
}

#mainContent #alphabeticalOrder button {
  margin: -4px 0 0 0;
}

.calendar caption .first {
  left: 0;
  top: -.2em;
}

.calendar caption .previous {
  left: 3em;
  top: 0;
}

.calendar caption .next {
  right: 3em;
  top: 0;
}

.calendar caption .last {
  right: 0;
  top: -.2em;
}

form div.buttons {
  left: 10.5em;
}

form div.buttons button {
  left: -90px;
  position: relative;
  top: -1px;
}

form div.buttons span {
  position: relative;
  top: 1px;
}

#advancedSearch .searchBox .date a {
  left: 18.75em;
}

.calendar td.today {
    height: 5px;
    line-height: 5px;
    border: 1px solid red;
}

