/*
 * Copyright 1999/2000/2001 by Gero Kohnert
 *
 * this stylesheet was contributed and designed by the
 * nice guys of Visual Inventor <designservices@visual-inventor.com>
 *
 * CVS Info: $Id: style.css,v 1.1.1.1 2005/12/23 19:34:34 rliu Exp $
 * $Author: rliu $
 *
 */

a:hover{
	text-decoration: underline;
	}

.tickerlink:visited {
        color: #8e7c80;
}

A {
	text-decoration: none;
}

.nodeco {
	text-decoration: none;
}

A:link {
	color: #306005;	/* unvisited link */
	text-decoration: underline;
}


A:visited {
	color: #306005;	/* visited links */
	text-decoration: underline;
}

A:active {
	color: #306005;	/* active links */
	text-decoration: underline;
}

div.message {
	margin-top: 20px;
	text-align: center;
}

.pivottext {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        COLOR: #CC0033;
}

.dttext {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        COLOR: #008400;
}

.liquidtext {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        COLOR: #1D5DAA;
}

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

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

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

.dinfo {
	font-weight: normal;
	font-size: 10px;
	color: black;
}

.desc {
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
}

.pagetitle {
	color: WHITE;
	background: #364129;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
}

.navigate {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	background: #efebdc;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 15px;
}

.state0 {
	background: #F0F000;
}

.text0 {
	color: #C0C000;
	font-size: 8px;
}

.state1 {
	background: #00BB00;
}

.text1 {
	color: #00BB00;
	font-size: 8px;
}

.state2 {
	background: #FF0000;
}

.text2 {
	color: #FF0000;
	font-size: 8px;
}

.headline {
	color: white;
	background: #364129;
}

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

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

/* not started task */
.task0 {
	background: #FFFFEE;
	color: black;
	font-size: small;
}

/* ongoing task */
.task1 {
	background: #EEFFEE;
	color: black;
	font-size: small;
}

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

/* overdue task */
.task3 {
	background: #FFDDDD;
	color: black;
	font-size: small;
}

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

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

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

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

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

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

/* sick */
.apploc3 {
	color: red;
}
/* Postponed */
.apploc4 {
        font-family: tahoma, verdana, arial, sans-serif;
        color: black;
        font-size: 11px;
}

/* option */
.apploc5 {
        font-family: tahoma, verdana, arial, sans-serif;
        color: black;
        font-size: 11px;
}
/* private */
.apploc6 {
        font-family: tahoma, verdana, arial, sans-serif;
        color: black;
        font-size: 11px;
}

.holiday {
	background: #FFD0D0;
	vertical-align: top;
}

.freeday {
	background: #FFE0E0;
	vertical-align: top;
}

.appday {
	background: #E0E0E0;
	vertical-align: top;
}

.today {
	background: #E0F0E0;
	vertical-align: top;
}

.week {
	background: #BBCCDD;
	font-weight: bold;
	width: 5%;
	vertical-align: top;
}

.app {
	background: white;
	color: black;
	font-size: 10px;
}
.app0 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* out */
.app1 {
	background: #f8f8d8 ;
        color: black;
        font-size: 10px;
}
/* vacation */
.app2 {
	background: #e8dcd8 ;
        color: black;
        font-size: 10px;
}
/* sick */
.app3 {
	background: #d8ecd8 ;
        color: black;
        font-size: 10px;
}
/* Postponed */
.app4 {
	background: #d8dce8 ;
        color: black;
        font-size: 10px;
}
/* Option */
.app5 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* Private */
.app6 {
	background: #e8ece8 ;
        color: black;
        font-size: 10px;
}

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

ADDRESS {
	background: yellow;
	font-size: x-small;
}

TABLE {
	margin: 0px;
}

TABLE.single {
	background: #EEEEEE;
}

TABLE.inner {
	background: #EEEEEE;
}

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

PRE {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
}

BODY
{
    FONT-SIZE: 11px;
    COLOR: #000000;
	BACKGROUND: #ffffff;
	MARGIN: 0px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

TD {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
}

TD.recent0 {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        BACKGROUND: #ADE686;
}
TD.recent1 {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        BACKGROUND: #DBF2CC;
}
TD.perm0 {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        BACKGROUND: #CDC5A6;
}
TD.perm1 {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        BACKGROUND: #EFEBDC;
}

TD {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
}

TH {
	font-size: 12px;
	background: #59B01E;
	color: WHITE;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
        text-align: left;
        PADDING-TOP: 5px;
        PADDING-BOTTOM: 5px;
}

TH.link {
        color: WHITE;
	text-decoration: none
}

TH.tabletitle {
	color: WHITE;
	background: #8BD24F;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
}

INPUT {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 11px;
        border-style: 1;
	color: black;
}

SELECT {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 11px;
        border-style: none;
	color: black;
}

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

IMG.menu {
	border: 0;
}

IMG.list {
	border: 0;
}

A.pmfont {
	color: white;
	font-weight: bold;
	font-size: 12px;
        TEXT-DECORATION: none
}
.pmfont {
	color: white;
	font-weight: bold;
	font-size: 12px;
        TEXT-DECORATION: none
}
.engfont {
	color: blue;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none
}
.qafont {
	color: green;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none
}
.itfont {
	color: #00AAAA;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none
}
.genfont {
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none
}
.disablelink {
	color: #887788;
	font-size: 12px;
}
.nav{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #306005;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.navi
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    COLOR: #306005;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.navi
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #306005;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
ul.leftNav {
	list-style-type: disc;
	line-height: 14px;
	padding: 5px;
	margin-top:-15px;
	margin-bottom:-5px;
	margin-left:20px;
	COLOR: #306205;
}
.right_tbHeader
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: #FFFFFF;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/* EOF */
