/*
 * OpenFaces - JSF Component Library 3.0
 * Copyright (C) 2007-2010, TeamDev Ltd.
 * licensing@openfaces.org
 * Unless agreed in writing the contents of this file are subject to
 * the GNU Lesser General Public License Version 2.1 (the "LGPL" License).
 * This library is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * Please visit http://openfaces.org/licensing/ for more details.
 */

/* 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 {
  background: url('../images/calendar_back.gif') no-repeat left;
  text-align: left;
  padding-left: 63px;
}

.first {
  white-space: nowrap;
  padding-left: 10px;
  padding-bottom: 4px;
  text-align: left;
  height: 18px;
  width: 100px;
  vertical-align: bottom;
}

.second {
  white-space: nowrap;
  text-align: left;
  height: 18px;
  width: 175px;
  padding-bottom: 4px;
  vertical-align: bottom;
}

.datechoosers_container {
  border-bottom: 2px solid gray;
  border-left: 1px solid gray;
  border-right: 2px solid gray;
  border-top: 1px solid gray;
  text-align: left;
  width: 327px;
  margin-left: 45px;
}

.spacer .first, .spacer .second {
  height: 1px !important;
  line-height: 1px;
  border-bottom: 1px solid #a7a7a7;
  width: 100%;
}
