/*
 * TST - work time tracker
 * doc/default.css: CSS stylesheet for the HTML documentation
 * Copyright (C) 2005 The TST Team
 *
 * 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 package; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 * 02111-1307, USA.
 */

body {
	margin: 0px 10% 0px 10%;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
	padding-bottom: 32px;
}

.document {
	position: relative;
	margin-top: 16px;
	background: url(png/tst10.png) top center no-repeat;
	padding-top: 48px;
	border-bottom: 1px solid #000000;
}

a:link,
a:active,
a:visited {
	color: #0e3acb;
}

a:hover {
}

h1 a:link,
h1 a:active,
h1 a:visited,
h2 a:link,
h2 a:active,
h2 a:visited,
h3 a:link,
h3 a:active,
h3 a:visited {
	color: #000000;
	text-decoration: none;
}

h1,
h2,
h3 {
	font-weight: bold;
}

h1 {
	margin: 32px 0px 4px 0px;
	font-size: 20px;
}

h2 {
	margin: 16px 0px 4px 0px;
	font-size: 18px;
}

h3 {
	font-size: 14px;
	margin: 16px 0px 4px 0px;
}

p,
ul,
blockquote {
	text-align: justify;
	line-height: 1.5em;
}

p {
	margin: 8px 0px 8px 0px;
}

blockquote {
	margin: 8px 4em 8px 4em;
}

ul {
	list-style: square;
	padding: 0 0 0 2em;
	margin: 0px 0px 0px 0px;
}

h1.title {
	font-size: 24px;
	margin: 0px 0px 32px 0px;
	border-top: 1px solid #000000;
	padding-top: 8px;
	text-align: center;
}

.topic-title {
	margin: 32px 0px 4px 0px;
	font-weight: bold;
	font-size: 20px;
}

.topic-title a:link,
.topic-title a:active,
.topic-title a:visited {
	color: #000000;
}

pre {
	margin: 8px 2em 8px 2em;
}

.image {
	text-align: center;
}

