/*
 * Copyright 1999 by Gero Kohnert
 *
 * CVS Info: $Id: tutos.css,v 1.41 2010/10/29 14:03:26 gokohnert Exp $
 * $Author: gokohnert $
 *
 */

a:hover{
	text-decoration: underline;
	}

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

A {
	text-decoration: none;
}

.nodeco {
	text-decoration: none;
}

A:link {
	 color: #9900FF;	/* unvisited link */
}

A:visited {
	 color: #9900FF;	/* visited links */
}

A:active {
	 color: lime;	/* active links */
}

.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;
}

.pagetitle {
	background: #FFEEDD;
	color: #000000;
	font-weight: bold;
	font-size: large;
	height: 30px;
}

.navigate {
	background: #FFEEDD;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 5px;
}

.state0 {
	background: #F0F000;
}

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

.state1 {
	background: #00BB00;
}

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

.state2 {
	background: #FF0000;
}

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

.headline {
	background: #FFEEDD;
	height: 30px;
}

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

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

/* 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;
}
/* Manager */
.prodrole1 {
        background: #e07777;
        color: black;
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 11px;
}
/* 2.Manager */
.prodrole3 {
        background: #d07777;
        color: black;
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 11px;
}
/* Developer */
.prodrole5 {
        background: #a099a0;
        color: black;
        font-family: tahoma, verdana, arial, sans-serif;
        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: small;
}

.app0 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* out */
.app1 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* vacation */
.app2 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* sick */
.app3 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* Postponed */
.app4 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* Option */
.app5 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* Private */
.app6 {
        background: #e8ece8 ;
        color: black;
        font-size: 10px;
}
/* Birthday in Calendar*/
.birthday {
        background: #f0ece8 ;
        color: black;
        font-size: 10px;
}
/* not in calendar */
.note {
        background: yellow ;
        color: black;
        font-size: 10px;
}


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

/* one of 31 days in a horizontal list res_cal */
.monthday {
        font-size: 12px;
        font-weight: bold;
	width: 3%;
	text-align: center;
}

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

TABLE {
	margin: 0px;
}

TABLE.single {
	background: #EEEEEE;
}

TABLE.inner {
	background: #EEEEEE;
}

TABLE.popupinfo {
        border-width: 1px;
        border-color: silver;
        border-style: solid;
        background: #eeeeee;
        padding: 3px;
}

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

TABLE.formatted {
        margin: 0px;
        padding-left: 2px;
        padding-right: 3px;
}

BODY {
	background: #EEEEEE;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

TH {
	background: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

INPUT,TEXTAREA,SELECT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    border-style: none;
	color: black;
    background:white;
}

INPUT:disabled {
    background:#EEEEEE;
    border-width: 0px;
}

INPUT.infoonly {
    background:#EEEEEE;
    border-width: 1px;
}

INPUT:focus,TEXTAREA:focus,SELECT:focus {
    background:	#ffeedd;
}

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

IMG.menu {
	border: 0;
}

IMG.list {
	border: 0;
}

OPTION.deprecated {
        font-style: italic;
        text-decoration: line-through;
}

.menu_text_active {
	color: black;
}
.sf-menu li {
/*	background:		#BDD2FF; */
}
.sf-menu li li {
	background:		#dFcEbD; 
}
.sf-menu li li li {
	background:		#DDD; 
}

.menu_active,
.sf-vertical li:hover, .sf-vertical li.sfHover,
.sf-vertical a:focus, .sf-vertical a:hover, .sf-vertical a:active,
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	background:		#ffff72; 
	outline:		0;
}
/* EOF */
