/*
 *************************************************************************
 * The contents of this file are subject to the Openbravo  Public  License
 * Version  1.0  (the  "License"),  being   the  Mozilla   Public  License
 * Version 1.1  with a permitted attribution clause; you may not  use this
 * file except in compliance with the License. You  may  obtain  a copy of
 * the License at http://www.openbravo.com/legal/license.html 
 * Software distributed under the License  is  distributed  on  an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific  language  governing  rights  and  limitations
 * under the License. 
 * The Original Code is Openbravo ERP. 
 * The Initial Developer of the Original Code is Openbravo SL 
 * All portions are Copyright (C) 2007 Openbravo SL 
 * All Rights Reserved. 
 * Contributor(s):  ______________________________________.
 ************************************************************************
*/


table.FieldGroup {
  border: none;
}

.FieldGroup_TopMargin {
  height: 5px;
}

.FieldGroup_BottomMargin {
  height: 5px;
}


.FieldGroupTitle_Left {
  vertical-align: middle;
}

.FieldGroupTitle_Left_bg {
  background: url(labelLeft.png) no-repeat center center;
  height: 26px !important;
  width: 9px !important;
}

.FieldGroupTitle {
  background: url(labelBody.png) repeat-x center center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0px 4px 0px 4px;
  height: 26px !important;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 8pt;
  COLOR: #FFFFFF;
  margin: 0px 5px 0px 5px;
  text-indent: 5px;
  text-decoration: none;
  white-space: nowrap;
}

.FieldGroupTitle_Right {
  vertical-align: middle;
}


.FieldGroupTitle_Right_bg {
  background: url(labelRight.png) no-repeat center center;
  height: 26px !important;
  width: 9px !important;
}

.FieldGroupContent {
  background: url(labelContent.png) repeat-x center center;
  width: 99%;
  white-space: nowrap;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  vertical-align: middle;
}
