/*
 * 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.
 */

.currencyCol1 {
  text-align: left;
  width: 50px;
}

.currencyCol2 {
  text-align: right;
  width: 70px;
}

.currencyCol3 {
  text-align: right;
  width: 110px;
}

.portalPanel {
  width: 100%;
  margin-bottom: 4px;
  text-align: left;
}

.portalCaption {
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 2px;
}

.portalLink {
  text-decoration: none ! important;
  border-bottom: none ! important;
}

.portalLink:hover {
  text-decoration: underline ! important;
  border-bottom: none ! important;
  color: red ! important;
}

