﻿    div.balken { width:100%;height:16px;font-size:14px;background-color:Green;padding:2px; }
    table.targetTable { width: 100%; border:1px solid black; border-collapse:collapse; }
    table.targetTable tr { height:20px; border: 1px solid black; }
    table.targetTable td { margin:0; }
    table.targetTable tr.evenRow { background-color:#9abfa6; }
    table.targetTable tr.unevenRow { background-color:White; }
 body {
    font-size: 11px;
}

.dd-ct {
    position:relative;
    border: 1px solid silver;
    height:14px;
    background-color: #ffffc0;
}
.x-panel-body table.dispoTable { width: 100%; border-collapse:collapse; }
td.uneven-td { background-color: #ffffd0;  }
td.even-td { background-color: #ffffc0; }
.x-panel-body table.dispoTable td { font-size:11px; border: 1px solid silver; padding:0px; }

.x-panel-body table.dispoTable td.time {
    height : 14px;
    padding:1px;
}


.dd-ct div.name {
    margin-left:-10%;
}

.uneven-ct 
{
	background-color: #ffffd0;
}

#dd0-trash {
	top:10px;
	border:0;
	background:url(images/deleteEntry.png) no-repeat;
	height:49px;
	width:37px;
	left:813px;
	display:none;
}
/*
#dd1-ct { top: 10px; }
#dd2-ct { top: 25px; }
#dd3-ct { top: 40px; }
#dd4-ct { top: 55px; }
#dd5-ct { top: 70px; }
#dd6-ct { top: 85px; }
#dd7-ct { top: 100px; }
#dd8-ct { top: 115px; }
#dd9-ct { top: 130px; }
#dd10-ct { top: 145px; }
*/
.dd-item 
{
	background:url(code/vorgang.png);
	position:relative;
    height: 14px;
    overflow:hidden;
    width:50px;
    display:inline;
    border: 1px solid #a0a0a0;
    background-color: #c4d0ff;
    vertical-align: middle;
    cursor: move;
    padding: 0px;
    z-index: 1000;
}

.dd-item div.info
{
	background:transparent url(http://www.stein-else.de/extjs/resources/images/default/panel/tool-sprites.gif) no-repeat scroll 0 -300px;
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
	height:12px;
	overflow:hidden;
	width:15px;	
}

.dd-item div.info:hover
{
	background-position: -15px -300px;
}

.dd-proxy {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    /*border:1px dashed silver;*/
}
.dd-over, .td-over {
    background-color: #ffff60;
}
#dd0-trash.dd-over {
	background-color:rgb(255,50,50);
}

.x-window-maximized .x-panel-body .x-resizable-handle {
    display:block;
}

.activeLieferabruf { border-width:2px; border-color:#ff0000; }
.activeJob { border-width:2px; border-color: #00ff00; }

.skalaItem {
    width: 1px; 
    height: 12px; 
    top:0px;
    position: absolute; 
    background-color: #666666;
}
.quarter { height: 6px; }
.skalaLabel 
{
    margin-left:-13px;
    font-size:10px;
    height:11px;
    color:#999999;
    background-color:Transparent;
    top:11px;
    position:absolute;
}

.x-window .x-table-layout-ct table { width: 100%; }
.x-window .x-table-layout-ct table td:first-child { width: 50%; overflow:visible; }

.x-datalinkedit-namefield 
{
    position: absolute; 
    top: 0px; 
    line-height:18px !important;
}

.x-datalinkedit-loadingImage 
{
    position:absolute;
    top:0px;
    height:20px;
}

.OnlineDispo-Auftrag-addArtikel{ background-image: url(../images/add.png) !important; }


.CalendarWindow .x-panel-body { background-color:Transparent !important; }
.CalendarWindow .x-column-inner  
{
    background:url(../images/calendar_workweek_bg.png) no-repeat 0px 20px !important; 
}

.monthlyViewDayInactive .x-panel-body, .monthlyViewDayActive .x-panel-body {
    color: #DCDCDC; 
    font-weight:bold;
    font-size:14pt;
    background-color: #fff4bc;
}

.monthlyViewDayActive .x-panel-body  {
    color:#B4B4B4; 
    background-color: #ffffd5; 
}

.monthlyViewDayActive .monthViewItem .x-panel-body {
    color: #444;
    padding-top:-0.3em;
    background-color:Transparent;
    font-weight:normal;
    font-size:12px;
    background-color: White;
    -moz-opacity:.3;
    opacity:.30;
    filter:alpha(opacity=30);
}

.monthlyViewDayActive:hover .monthViewItem .x-panel-body
{
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
}