@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_31"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_31"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(navigation.css);
@import url(../yaml/screen/forms.css);

@import url(screen/basemod.css);
@import url(screen/basemod_2col_left_31.css);
@import url(screen/content.css);

/* import styles for accessible tabs plugin */
@import url(../yaml/add-ons/accessible-tabs/tabs.css);


/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_100_draft.css);

@import url(uimenu.css);
@import url(windoo.css);
@import url(big_calendar.css);
@import url(Autocompleter.css);

div#header h1 a, div#header h1 a:link {
    color:#000;
}

.editor_box {
	width:30px;
	height:20px;
	color:#000000;
	background-color:#ffff00;
	text-align:center;
	font-size:0.9em;
	padding:3px;
	margin-right:2px;
	font-weight:bold;
	border:1px solid #000000;
}
 
input.autocompleter-loading
{
	background-image:		url(/images/loading.gif);
	background-repeat:		no-repeat;
	background-position:	right 50%;
}
div.iconTip {
    color: #000;
    text-align: left;
    z-index:100;
    font-family:arial;
    font-size:12px;
    background-color: #fff;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    padding:5px;
}
#PriorityChange, .assignIcon {
    cursor:pointer;
}
.task_edit {
    cursor:pointer;
}
ul.wholeDay {
    list-style:none;
}
ul.wholeDay li {
    margin-left:0px;
}
.box_vorschlaege {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family:arial,helvetica,tahoma,sans-serif;
    -moz-opacity: 0.93;
    opacity:  0.93;
    filter: alpha(opacity=93);
    padding: 0.5em;
    padding:inherit;
    max-height:385px;
    min-width:190px;
    max-width:190px;
    overflow:auto;
    border: 1px solid #999999;
    border-right-width: 1px;
    border-bottom-width: 1px;
    background: #FFFFFF;
    color: #333333;
    font-size: 0.8em;
    line-height: 0.5em;
    text-align: left;
    position: absolute;
    z-index: 1000;
    margin-left: 720px;
}
.box_vorschlaege table {
    border:0;
    margin-top:5px;
}
.box_vorschlaege td {
    border:0;
}
._liste_vorschlaege, ._liste_vorschlaege_head {
    font-size:9px;
    color:#666666;
}
.liste_vorschlaege {
    margin: 5px;
    padding: 0px;
    cursor: pointer;
}
._liste_vorschlaege:hover {
    background-color: #CCCCCC;
}

.liste_vorschlaege_td {
    margin: 0px 0px 3px 0px;
    padding-top: 6px;
    padding-bottom: 1px;
    padding-left:2px;
    padding-right:8px;
}
._liste_vorschlaege_head {
	font-weight: bold;
	border-bottom: 1px #999999 solid;
}
.liste_vorschlaege_schliessen {
	position:relative;
	left:-3px;
	top:-4px;
	cursor:pointer;
	font-size:11px;
}
.liste_vorschlaege_schliessen:hover {
    color:#ff0000;
}
.standard1 {
  background-color:#F4F4F4;
}