/*

// ------------------------------------------------------------------------- //
// Annuaire  - Gestion d'un annuaire privé sur le web                        //
// ------------------------------------------------------------------------- //
// Directory - All you need to handle a private directory on the Web         //
// ------------------------------------------------------------------------- //
// Copyright (C) 2001-2004  Pascal Brunox <http://www.brunox.org/annuaire>   //
// ------------------------------------------------------------------------- //
//                                                                           //
// ------------------------------------------------------------------------- //
//                          LICENSE INFORMATION                              //
// ------------------------------------------------------------------------- //
//                                                                           //
// 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.                                                                      //
//                                                                           //
// You can find a copy of the GPL online at:                                 //
// http://www.gnu.org/copyleft/gpl.html                                      //
//                                                                           //
// ------------------------------------------------------------------------- //
// Please see the files in the doc subdirectory.                             //
// ------------------------------------------------------------------------- //
// $Id: annuaire.css,v 1.5 2004/03/13 08:23:51 pbrunox Exp $

*/

/* Default settings */

BODY {color:black; background-color: white; font-family: Verdana, Helvetica;
	  font-size:14px}

/* PAGE TITLE : blue x-larged sized font */

TD.PAGETITLE {color:#990000; font-weight:bold; text-align:center;
			  font-family:Verdana, Arial, Helvetica, sans-serif;
			  font-size:24px}

/* PARAGRAPH HEADS : blue font */

H1, H2, H3 {color:#990000; font-family: Verdana, Helvetica}
H1 {font-size:20px}
H2 {font-size:18px}
H3 {font-size:14px}

/* MENU : white anchors, not underlined on blue background  */

TR.MENU {background-color:#990000}

A.MENU {color:white; text-decoration:none; font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px} 

/* Annuaire (Directory) advertisement */

TD.COPYRIGHT {color:black; background-color: white; text-align:center;
			  font-family: Arial, Helvetica; font-size:10px}

/* Different settings for table cells and lines (search results, stats, etc.) */

TD.COLUMNTITLE {color:black; background-color:white; font-weight:bold; 
				font-size:14px; text-align:center}
TR.RESULTLINE0 {color:black; background-color:white; font-size:12px}
TR.RESULTLINE1 {color:black; background-color:yellow; font-size:12px}

TD.EXPLANATION {color:black; background-color:white; font-size:14px;
				text-align:justify; vertical-align:top}

TD.FORMCOLUMN {color:black; background-color:white; font-size:14px;
				font-weight:bold; text-align:center; vertical-align:center}

TD.FORMFIELD {color:black; background-color:white; font-size:14px;
				font-weight:bold; text-align:left; vertical-align:center}

TD.NAME {color:black; background-color:white; font-size:14px;
		 text-align:center}
TD.ADDRESS {color:black; background-color:white; font-size:12px;
			text-align:center}
TD.E-ADDRESS {color:black; background-color:white; font-size:12px;
			  text-align:center}
TD.COMMENT {color:black; background-color:white; font-size:12px;
			text-align:center}

/* Cells alignment */

TD.RIGHT {text-align:right}
TD.LEFT {text-align:left}
TD.CENTER {text-align:center}
TD.TOP {vertical-align:top}
