/*!
 * Ext JS Library 3.0.0
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
body {
    font-family:'lucida grande',tahoma,arial,sans-serif;
    font-size:11px;
}
#header {
	/*
    background: #7F99BE url(../images/layout-hd-bg.gif) repeat-x center;
    */
    background: white;
    position: relative;
}
#header .trenner1
{
	position: absolute;
	width:172px;
	height:4px;
	background-color: #394791;
	bottom:0px;
	left:0px;
}
#header .trenner2
{
	position: absolute;
	right:0px;
	height:4px;
	background-color: #394791;
	bottom:0px;
	left:177px;
}
#box-header-div
{
	margin-bottom:10px;
}

#header img {
	float:right;
	margin-top:20px;
	margin-right:56px;
	}
#header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}
.icon-save {
	background: transparent url(../images/database_save.png) no-repeat !important;
}
.icon-print {
	background: transparent url(../images/printer1.png) no-repeat !important;
}
.icon-print-select {
	background: transparent url(../images/print_select.png) no-repeat !important;
}

.icon-expand-select {
	background: transparent url(../images/redo.png) no-repeat !important;
}

.icon-prod-add {
	background: transparent url(../images/note_new.gif) no-repeat !important;
}
.icon-prod-remove {
	background: transparent url(../images/note_delete.gif) no-repeat !important;
}
.icon-prod-edit {
	background: transparent url(../images/note_edit.png) no-repeat !important;
}
/**
#new-task-icon {
    width:16px;
    height:16px;
    margin-left:3px;
    background: transparent url(images/edit.gif) no-repeat;
}
.x-grid3-body .x-grid3-td-task-col .x-grid3-cell-inner {
    padding: 1px 0 0 0 !important;
}

.task-check {
    width:98%;
    height:16px;
    background: transparent url(images/check.gif) no-repeat center 0;
    cursor:pointer;
}

.task-completed .task-check {
    background: transparent url(images/check.gif) no-repeat center -16px;
}

.task-check-over {
    background: transparent url(images/check.gif) no-repeat center -32px;
}


.task-overdue .x-grid3-cell-inner {
    color:#fb223a;
}

.task-completed .x-grid3-cell-inner {
    text-decoration:line-through;
    color:gray;
}

.task-col-hd {
    width:98%;
    height:12px;
    background: transparent url(images/hd-check.gif) no-repeat center center;
    cursor:default;
}

.x-grid3-td-task-title .x-grid3-cell-inner {
    white-space:normal;
}


.icon-show-active {
    background-image:url(images/icon-show-active.gif) !important;
}
.icon-show-complete {
    background-image:url(images/icon-show-complete.gif) !important;
}
.icon-show-all {
    background-image:url(images/icon-show-all.gif) !important;
}
.x-grid3-dirty-cell {
    background:transparent;
}

.icon-active {
    background-image:url(images/icon-active.gif) !important;
}
.icon-complete {
    background-image:url(images/icon-complete.gif) !important;
}
.icon-delete {
    background-image:url(images/delete.gif) !important;
}
.icon-edit {
	background-image:url(images/edit.gif) !important;
}


.icon-by-date {
    background-image:url(images/icon-by-date.gif) !important;
}
.icon-by-category {
    background-image:url(images/icon-by-category.gif) !important;
}
.icon-no-group {
    background-image:url(images/icon-no-group.gif) !important;
}

.x-air #action-panel .x-plain-body {
	padding-left:3px;
}

.x-panel-trans {
	background:transparent;
}

.x-layout-split-west {
	cursor:move;
    background-color:#cad9ec;
}
.x-panel-header-text {
	color:#3764A0;
}
#action-panel .x-plain-body {
	background-color:#cad9ec;
    padding:3px 0 0 5px;
}

*/
#action-panel .x-panel {
	margin-bottom:3px;
	margin-right:0;
}
#action-panel .x-panel-body {
	border:0 none;
}
#action-panel .x-panel-body li {
	margin:3px;
}
#action-panel .x-panel-body li img {
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:2px;
	margin-bottom:2px;
}
#action-panel .x-panel-body li a {
	text-decoration:none;
	color:#3764A0;
}
#action-panel .x-panel-body li a:hover {
	text-decoration:underline;
	color:#15428b;
}
