/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> 
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program 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.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 * 
 *
 * $Id: freelug.css,v 1.7 2003/10/14 15:30:41 rodolphe Exp $
 * $Source: /cvsroot/dolibarr/dolibarr/htdocs/theme/freelug/freelug.css,v $
 */

body {
  background: #EEEEEE; 
  margin: 0px;
  background-image: url("/theme/freelug/img/background.png");
  font-family: Helvetica, Verdana; font-size: 12px; 
  text-decoration: none ;
}

a { 
    text-decoration: none; 
    }

/*
   *   Menu superieur
 */


td.menu { 
          border-right: 1px solid #000000;
          border-bottom: 1px solid #000000;
          }


.menu { 
        background: #DDDDDD; 
        font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; 
        color: #000000; 
        text-decoration: none }


.submenu 
{ 
  background: #DDDDDD; 
  font-family: Helvetica, Verdana; font-size: 14px;
  color: #000000; 
  text-decoration: none }


/*
 *   Barre de gauche
 */

a.leftmenu 
{ 
  font-family: Helvetica, Verdana; 
  font-size: 14px; 
  font-weight: bold; 
  color: #202020; 
  background: #DDDDDD; 
  }

.leftmenu { 
        background: #DDDDDD; 
        font-family: Helvetica, Verdana; 
        color: #202020; 
        text-decoration: none }

td.barre { 
           border-right: 1px solid #000000;
           border-bottom: 1px solid #000000;
           background: #DDDDDD;
           font-family: Helvetica, Verdana; font-size: 14px; 
           color: #000000; 
           text-decoration: none }


td.barre_select { 
                  background: #b3cccc; 
                  color: #000000 
  }



div.titre { 
            font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold; 
            color: #336666; 
            text-decoration: none }
/*
 *
 */
TR.liste_titre  
{ 
  background: #669999; 
  font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
  text-decoration: none }
TR.liste_sep
{ 
  background: #669999; 
  font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
  text-decoration: none }

TR.pair	        
{ 
  background: #b3cccc; 
  font-family: Helvetica, Verdana; font-size: 12px; 
  text-decoration: none }

TR.impair	
{ 
  background: #cceeee; 
  font-family: Helvetica, Verdana; font-size: 12px; 
  text-decoration: none }

TR.barreBouton	
{ 
  background: #cceeee; 
  font-family: Helvetica, Verdana; font-size: 12px; 
  text-decoration: none 
}

td.bouton
{ 
  font-weight: bold;
}

td.valeur
{ 
  font-weight: bold;
  }

td.delete
{ 
  background: red;
  font-weight: bold;
  }

td.valid
{ 
  background: pink;
  font-weight: bold;
  }

p#powered-by-dolibarr {
	position: fixed;
	margin: 0;
	padding: 0;
	bottom: 2px;
	left: 0px;
	z-index: 2;
}

p#powered-by-dolibarr a {
	border: 1px solid black;
	text-decoration: none;
	color: black;
	font-size: 0.9em;
	padding-right: 5px;
	padding-left: 5px;
}