/*
 *************************************************************************
 * 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):  ______________________________________.
 ************************************************************************
*/

.Main_ToolBar_bg {
  background: url(bg.jpg) repeat-x top center;
  background-color: #505050;
  height: 34px;
  border-top: #505050 2px solid; 
  border-right: #505050 2px solid; 
  border-left: #505050 2px solid;
}

.Main_ToolBar_Separator {
  height: 26px;
  width: 16px;
  background: url(separator.png) no-repeat center center;
}


/* Paging Control */
.Main_ToolBar_textlabel_bg_left {
  height: 26px;
  width: 9px;
  background: url(labelLeft.png) no-repeat center right;
}

.Main_ToolBar_textlabel_bg_body {
  background: url(labelBody.png) repeat-x center center;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  COLOR: #B4B4B4;
  margin: 0px 5px 0px 5px;
  text-indent: 5px;
  text-decoration: none;
  white-space: nowrap;
}

.Main_ToolBar_textlabel_bg_right {
  height: 26px;
  width: 9px;
  background: url(labelRight.png) no-repeat center left;
}

.ButtonText:link {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold
}
.ButtonText {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold
}
.ButtonText:hover {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold
}
.ButtonText:active {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold
}
.ButtonText:visited {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold
}