/**
 * CSS definition for navigation bar
 */

.socrates-websurvey table.navbar span {
  height: 22px;
  cursor: pointer;
  display: block;
}

.socrates-websurvey table.navbar td {
  border: none;
  color: #ffffff;
}

.socrates-websurvey table.navbar span {
  padding: 2px;
  text-align: center;
  font-weight:bold;
  background: url('/websurvey/img/button_normal.gif') no-repeat #ffffff;
}

.socrates-websurvey table.navbar span:hover {
  background: url('/websurvey/img/button_rollover.gif') no-repeat #ffffff;
}

.socrates-websurvey table.navbar td.info {
  background-color: #ebf1fe;
  font-size: 7pt;
  color: #213164;
  border-right: 0px solid #364989;
}
