/*
 * Copyright 1999/2003 by David Killingsworth, Tux Studios
 *
 * Old Place theme
 *
 * CVS Info: $Id: top.css,v 1.01 2003/08/23 16:01:59 killer Exp $
 * $Author: killer $
 *
 */

a:hover{
	text-decoration: underline;
	color: #800000;
	font-size: 12px;
//	font-weight: bold;
}

A {
	text-decoration: none;
//	color: #1e3ca0;
	color: black;
	font-size: 12px;
//	font-weight: bold;
}

.nodeco {
	text-decoration: none;
	color: black;
	font-size: 12px;
//	font-weight: bold;
}

/*
A:link {
	color: #800000;
	font-size: 12px;
//	font-weight: bold;
}

A:visited {
	color: #000000;
	font-size: 12px;
//	font-weight: bold;
}

A:active {
	color: #800000;
}
*/

.warn {
	font-weight: bold;
	color: yellow;
}

/* preformatted text */
.pre {
	background: #A0BcD8;
	color: black;
}

/* text found by search */
.found {
	color: #00F000;
}

.desc {
	font-weight: bold;
	color: black;
}

.links_header {
	color: #800000;
	font-weight: bold;
	font-size: 16px;
}

.links_left {
	color: #306F28;
	font-weight: bold;
	font-size: 12px;
}

.pagetitle {
	color: #800000;
	font-weight: bold;
	font-size: 16px;
}

.navigate {
	text-decoration: none;
	background: #405c88;
	color: #f8fcf8;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 5px;
	font-size: 12px;
}

/* header in page */
.header {
	color: #800000;
	font-size: 14px;
    font-family: arial, Georgia, sans-serif;
}

/* header in page */
.header1 {
	color: #000000;
	font-size: 14px;
    font-family: arial, Georgia, sans-serif;
}

/* paragraph of page */
.text0 {
	color: #800000;
	font-size: 12px;
    font-family: arial, Georgia, sans-serif;
}

/* subheadline of page */
.text4 {
	color: #000000;
	font-size: 12px;
    font-family: arial, Georgia, sans-serif;
}
.footernote {
	color: #000000;
	font-size: 10px;
    font-family: arial, Georgia, sans-serif;
}

.text1 {
	color: #800000;
	font-size: 12px;
    font-weight: bold;
}

.text3 {
	color: #800000;
	font-size: 12px;
    font-weight: bold;
}

.text2 {
	color: #FF0000;
	font-size: 12px;
}
/* headline of page */
.headline {
    font-size: 14px;
	color: #800000;
    font-weight: bold;}

/* footer menu */
.footer {
	color: #000000;
	font-size: 14px;
    font-weight: bold;
}

/* line color 1 in overviews */
.line1 {
	background: #98bcd8;
}

/* line color 2 in overviews */
.line2 {
	background: #88acc8;
}

/* not started task */
.task0 {
	background: #bb8888;
	color: black;
	font-size: 10px;
}

/* finished task */
.task2 {
	background: #DDFFDD;
	color: black;
	font-size: 10px;
}

/* overdue task */
.task3 {
	background: #e07777;
	color: black;
	font-size: 10px;
}

/* task done */
.taskdone {
	background: green;
	color: black;
	font-size: 10px;
}

/* task to do */
.tasktodo {
	background: #E00000;
	color: black;
	font-size: 10px;
}

/* task too much time */
.taskmuch {
	background: red;
	color: black;
	font-size: 10px;
}

/* office */
.apploc0 {
	color: black;
}

/* out */
.apploc1 {
	color: black;
}

/* vacation */
.apploc2 {
	color: green;
}

/* sick */
.apploc3 {
	color: red;
}

.holiday {
	background: #c47b89;
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.freeday {
	background: #c999a5;
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.appday {
	background: #A0A0A0;
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.today {
	background: #90C090;
	vertical-align: top;
	color: black;
	font-size: 12px;
}

.week {
	color: #f8fcf8;
	background: #405c88;
	width: 5%;
	vertical-align: top;
}

.app {
	background: #e8ece8 ;
	color: black;
	font-size: 10px;
}

.privapp {
	background: #ffdcd8;
	color: black;
	font-size: 10px;
}

ADDRESS {
	font-size: x-small;
}

TABLE {
	margin: 0px;
}

TABLE.single {
	background: #88acd0;
}

TABLE.inner {
	background: #FFFFFF;
	border: 1px;
	padding: 2px;
	margin: 5px;
	}

TABLE.outer {
	background: #102058;
	margin: 0px;
	padding: 1px;
}

TABLE.black {
	background: #F6F7E6;
    color: #000000;
	margin: 0px;
	padding: 1px;
}
BODY {
	background: #F6F7E6;
	color: #000000;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

TD {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

TH {
	color: #f8fcf8;
	background: #405c88;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;


INPUT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #800000;
}

SPAN.warn {
	font-weight: bold;
	color: yellow;
}

/* EOF */
