/* CSS Document */

.default_tab {
  height: 28px;
  width: 156px;
  border: none;
  background: url('../images/button_inactive.gif') no-repeat right;
  padding-right: 30px;
}

.rollover_tab {
  text-decoration: underline;  
}

.selected_tab {
  background: url('../images/button_active.gif') no-repeat right;
}

.rollover_selected_tab {
  color: black;
}

.calendar_style {  
  text-align: left;
  padding-left: 63px;
}