/*
 * 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 */

.tab_style {
  background: url('../images/tabset/unselected.gif') no-repeat center;
  color: #4f4f4f;
  width: 129px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

.selected_tab_style {
  background: url('../images/tabset/selected.gif') no-repeat center;
  color: #004275;
  font-weight: bold;
}

.common {
  background: #fffef7;
  color: #005372;
  padding: 1em;
  border: 1px solid #96abda;
  font-size: 10px;
}

.clickable_item_cursor {
  cursor: pointer;
}

.non_clickable_item_cursor {
  cursor: default;
}

.first_column {
  text-align: center;
  height: 313px;
  width: 210px;

}

.second_column {
  width: 200px;
  height: 313px;
  background: url('../images/tabset/white_paper.jpg') no-repeat top left;
  padding: 20px;
  text-align: justify;
  vertical-align: top;
}

