	/*
	// Project:    Web Reference Database (refbase) <http://www.refbase.net>
	// Copyright:  Matthias Steffens <mailto:refbase@extracts.de> and the file's
	//             original author(s).
	//
	//             This code is distributed in the hope that it will be useful,
	//             but WITHOUT ANY WARRANTY. Please see the GNU General Public
	//             License for more details.
	//
	// File:       ./css/style.css
	// Repository: $HeadURL: https://refbase.svn.sourceforge.net/svnroot/refbase/branches/bleeding-edge/css/style.css $
	// Author(s):  Matthias Steffens <mailto:refbase@extracts.de>
	//
	// Created:    20-Oct-02, 15:08
	// Modified:   $Date: 2007-02-17 02:10:14 +0100 (Sat, 17 Feb 2007) $
	//             $Author: msteffens $
	//             $Revision: 894 $
	*/

	/* refbase CSS definitions - default style */


body           { background:#FFFFFF; color:#000000; }

pre,code       { font-family:monaco,courier,monospace; font-size:7pt; }

.spacer        { padding-top:0.5em; }

.spacer2       { padding-bottom:0.3em; }

.tiny          { font-size:x-small; }

.smaller       { font-size:smaller; }

.small         { font-size:small; }

.smallup       { font-size:small; position:relative; top:-10px; }

.smallsans     { font-family:helvetica,arial,sans-serif; font-size:x-small; }

.moveup        { position:relative; top:-8px; }

.header        { font-family:helvetica,arial,sans-serif; }

.footer        { font-family:helvetica,arial,sans-serif; font-size:x-small; color:#999999; }

.unapi         { font-size:smaller; }

.Z3988         { font-size:smaller; }

.ok            { color:#009900; }

.warning       { color:red; }

.warning2      { color:red; font-family:helvetica,arial,sans-serif; font-size:small; }

.mainfieldsbg  { background-color:#DEDEDE; }

.otherfieldsbg { background-color:#FFFFFF; }

.userfieldsbg  { background-color:#FFFFCC; }

.outline       { list-style-type:none; font-size:small; position:relative; left:-15px; }

.category      { font-family:helvetica,arial,sans-serif; font-weight: bold; }

th             { font-family:helvetica,arial,sans-serif; }

td,div         { font-family:"times new roman",garamond,times,serif; }

p              { font-family:"times new roman",garamond,times,serif; }

A:link         { color:#0033CC; text-decoration:none; }

A:visited      { color:#666666; text-decoration:none; }

A:active       { color:#990000; text-decoration:none; }

A:hover        { color:#3366FF; text-decoration:none; }

h1,h2,h3,h4    { font-family:helvetica,arial,sans-serif; color:#990000; }

h5,h6          { font-family:helvetica,arial,sans-serif; }

h2,h3          { margin-top:1em; margin-bottom:0.5em; }

