/*
 * Copyright 2002 by Antonio Romero
 * antonio.romero@mailpersonal.com
 *
 * Nuke Theme for TUTOS
 *
 * CVS Info: $Id: nuke.css,v 1.32 2009/06/14 19:53:21 gokohnert Exp $
 * $Author: gokohnert $
 *
 */

.aclvirt {
        background: #EFDFDF;
}

.aclgroup {
        background: #DFEFDF;
}

.acladdr {
        background: #DFDFEF;
}

#datafield {
        background: #EFEFEF;
}

.center {
        margin-left: auto;
        margin-right: auto;
}

a:hover{
        text-decoration: underline;
        }

.tickerlink:visited {
        color: #1e9ca0;
}

A {
        text-decoration: none;
        color: #1e3ca0;
}

.nodeco {
        text-decoration: none;
        color: #282c28;
}

/*
A:link {
        color: #1e3ca0;
}

A:visited {
        color: #1e3ca0;
}


A:active {
        color: lime;
}
*/

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

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

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

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

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

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

.pagetitle {
        background: #cfcfbb;
        color: black;
        font-weight: bold;
        font-size: 20px;
}

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

.state0 {
        background: #F0F000;
}

.text0 {
        color: #d8842b;
        font-size: 10px;
}

.state1 {
        background: #00BB00;
}

.text1 {
        color: #00FF00;
        font-size: 10px;
}

.state2 {
        background: #FF0000;
}

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

.headline {
        background: #cfcfbb;
        color: black;
}

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

/* line color 2 in overviews */
.line2 {
/*        background-color: #dedebb; */
        background-color: #eaeac7;
}

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

/* ongoing task */
.task1 {
        background: #a0e0a0;
        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 {
        font-family: tahoma, verdana, arial, sans-serif;
        color: black;
        font-size: 11px;
}

/* out */
.apploc1 {
        font-family: tahoma, verdana, arial, sans-serif;
        color: black;
        font-size: 11px;
}

/* vacation */
.apploc2 {
        font-family: tahoma, verdana, arial, sans-serif;
        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: #c47b89;
        vertical-align: top;
        color: black;
        font-size: 12px;
        border-width: 1px;
        border-color: gray;
        border-style: solid;
}

.freeday {
        background: #c999a5;
        vertical-align: top;
        color: black;
        font-size: 12px;
        border-width: 1px;
        border-color: gray;
        border-style: solid;
}

.appday {
        background: #dfdfdf;
        vertical-align: top;
        color: black;
        font-size: 12px;
        border-width: 1px;
        border-color: gray;
        border-style: solid;
}

.today {
        background: #90C090;
        vertical-align: top;
        color: black;
        font-size: 12px;
        border-width: 1px;
        border-color: red;
        border-style: solid;
}

.week {
        color: black;
        background: #C0C0C0;
        width: 4%;
        vertical-align: top;
}

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

.app0 {
        background: #f8fcf8 ;
        color: black;
        font-size: 10px;
}
/* out */
.app1 {
        background: #e8ece8 ;
        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: #d8dce8 ;
        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: #ffdcd8;
        color: black;
        font-size: 10px;
}

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

ADDRESS {
        font-size: x-small;
}

TABLE {
        margin: 0px;
}

TABLE.single {
        background: #efefef;
}

TABLE.inner {
        background: #efefef;
        width: 100%;
}

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

TABLE.outer {
        background: black;
        margin: 2px;
        padding: 1px;
        width: 30%;
}

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

BODY {
        background: #efefef;
        color: black;
        padding: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 10px;
}

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

TH {
        color: black;
        background: #dedebb;
        font-weight: normal;
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 12px;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
}

INPUT,TEXTAREA,SELECT {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 12px;
        border-width: 1px;
        border-color: silver;
        border-style: solid;
        color: black;
}

INPUT:focus,TEXTAREA:focus,SELECT:focus {
        border-color: black;
}

SPAN.warn {
        font-family: tahoma, verdana, arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: red;
}

IMG.menu {
        border: 0;
        width: 23px;
        height: 17px;
}

IMG.list {
        border: 0;
}

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

.menu_active {
	background: #ffff72;
}
.menu_text_active {
	color: black;
}
/* EOF */
