/***********************************************************************/
/*                                                                     */
/*   Copyright (c) 2OO4 JM Faure <jmfaure@users.sourceforge.net>       */
/*                                                                     */
/*   OSI Certified Open Source Software                                */
/*                                                                     */
/*   This program is free software; you can redistribute it and/or     */ 
/*   modify it under the terms of the Artistic License as approved     */
/*   by the Open Source Initiative <www.opensource.org>.               */
/*                                                                     */
/*   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,   */
/*   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES   */
/*   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND          */
/*   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT       */
/*   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,      */
/*   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING      */
/*   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR     */
/*   OTHER DEALINGS IN THE SOFTWARE.                                   */
/*                                                                     */
/***********************************************************************/

/**
 * css /client/styles/css/legal.css
 *
 *   This CSS style sheet is for to display legal documents with usually
 *   small fonts.
 *
 * @author           JM Faure <jmfaure@users.sourceforge.net>
 * @contribution     
 * @version          1.0 15 Feb 2004
 * @since            PHP 4.3.4
 * @copyright        2004, JM Faure
 * @license          Artistic License <www.opensource.org>
 * @history          1.0 15 Feb 2004 : release candidate
 *
 */

/* Scrolling clipping */
div.legal_clipping {
	height: 500px;
	padding: 10px;
	overflow: scroll;
}
/* Text style */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color: royalblue;
	height: 24px;
	font-size: 16px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	color: royalblue;
	font-size: 13px;
	height: 16px;
	text-decoration: underline;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	color: black;
	font-size: 11px;
}
.legal_title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	color: royalblue;
	height: 36px;
	font-size: 18px;
}
