/*
 * OpenFaces - JSF Component Library 3.0
 * Copyright (C) 2007-2010, TeamDev Ltd.
 * licensing@openfaces.org
 * Unless agreed in writing the contents of this file are subject to
 * the GNU Lesser General Public License Version 2.1 (the "LGPL" License).
 * This library 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.
 * Please visit http://openfaces.org/licensing/ for more details.
 */

@charset "utf-8";
/* CSS Document */

html{
	font-size:75%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background:white;
	min-height:100%;
	position:relative;
	min-width:1000px;
	font: normal 1em/1.3 Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
}

h1,h2,h3,h4,h5,h6{
	margin: 1em 0;
	padding:0;
}

h2{	font-size: 16pt; }
h3{	font-size: 14pt; }
h4{	font-size: 11pt; }

a{
	color:#455560;
}
a:hover{
	color:#0093d0;
}
a img{
	border:0;
}

#Page{
	position:relative;
	min-height:100%;
}




</*******************  Common styles   *********************/>

.clear{ clear:both; }
.relative{	position:relative; }
.thin{	font-weight:normal; }
