/*
 * Copyright (C) 1999 Syte GmbH, Switzerland.	All rights reserved.
 *
 * $Id: base.css,v 2.3 2005/02/25 14:13:27 rolf Exp $
 *
 * DESCRIPTION:
 *	CSS styles for the Syte web page
 */
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:link {
	color: #00F;
	font-weight: bold;
}
A:visited {
	color: #08F;
	font-weight: bold;
}
A:active {
	color: red;
}
A IMG {
	border: 0;
}
BODY {
	color: #000;
	background: #DDD;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 840px;
	max-width: 900px;
}
.mainContent {
	background: white;
	padding-top: 5px;
	padding-left: 5px;
	border: thin solid #999;
}
ADDRESS, BIG, UL, P, TD  {
	font-family: Helvetica, Arial, sans-serif;
}
CODE {
	font-family: monospace;
}
TABLE.table {
	padding-top: 2px;
	padding-bottom: 5px;
}
.table TH {
	border: thin solid #bbb;
	color: #000;
	background: #bbb;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}
.table TD {
	border: thin solid #bbb;
	padding: 5px 5px 5px 5px;
}
/*
 * top menu and footer
 */
.topMenu,.footer {
	color: #FFF;
	background: #00a2b3; /* #000 is black; #FFF is white */
	background-image: url("../images/greenbg.png");
	border: thin solid #007380;
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
}
.footer {
	font-size: smaller;
}
.topMenu A {
	font-variant: small-caps;
}
.topMenu A:link {
	color: white;
	/* background: #00a2b3; #000 is black; #FFF is white */
}
.footer A:link {
	color: white;
	background: #00a2b3; /* #000 is black; #FFF is white */
}
.topMenu A:visited {
	color: #FFF;
}
.footer A:visited {
	color: #FFF;
}
/*
 * table of contents
 */
.toc {
	color: #000;
	background: #00a2b3;
	background-image: url("../images/greenbg.png");
	padding: 5px 5px 5px 5px;
	border: thin solid #007380;
	margin-top: 5px;
	margin-right: 5px;
}
.tocEntry A:link {
	color: #fff;
	font-variant: small-caps;
}
.tocEntry A:visited {
	color: #FFF;
	font-variant: small-caps;
}
/*
 * topics
 */
.topic {
	background-color: #EEE;
	border: thin solid #999;
	margin-top: 5px;
	margin-right: 5px;
}
.topicTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	background: #DDD;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	border-bottom: dotted thin #999;
}
.bodyTitle {
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.body {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
