@CHARSET "ISO-8859-1";


.tym-readonly  > div > input {
	background: #FBF0B4 !important;
}

.tym-readonly-click > div > input {
	cursor: pointer;
}

.tym-readonly-no-border > div > textarea {
	border: none !important;
	cursor: default !important;
	padding-left: 0px !important;
}

.tym-no-action button {
	cursor: default !important;
}

.tgw-attrval-obsolete {
	font-style: italic !important;
}
.tgw-attrval-slave {
	color:#aaa !important;
}
.tgw-attrval-master {
	font-weight:bold  !important;
}

tr.tgw-doc-checkedout td div {
	font-style: italic; font-weight: bold !important;
}

tr.tgw-doc-deleted td div {
	font-weight: bold !important;
}

.tgw-doc-deleted .x-grid3-row-table .x-grid3-cell .x-grid3-cell-inner {
	font-weight: bold !important;
}

.tgw-docpart-deleted .x-editable {
	font-weight: bold !important;
}

.tym-edit-icon{
  background-image: url(../icons/edit.png) !important;
}
.tym-delete-icon{
  background-image: url(../icons/delete.png) !important;
}
.tym-save-icon{
  background-image: url(../icons/save.png) !important;
}
.tym-add-icon{
  background-image: url(../icons/add.png) !important;
}
.tym-new-icon{
  background-image: url(../icons/new.png) !important;
}
.tym-new-document-icon{
  background-image: url(../icons/new.png) !important;
}
.tym-delete-document-icon{
  background-image: url(../icons/delete.png) !important;
}
.tym-edit-document-icon{
  background-image: url(../icons/edit.png) !important;
}
.tym-wildcard-icon{
  background-image: url(../icons/wildcard.png) !important;
}
.tym-aA-icon{
  background-image: url(../icons/aA.png) !important;
}
.tym-optional-icon{
  background-image: url(../icons/optional.png) !important;
}
.tym-mandatory-icon{
  background-image: url(../icons/mandatory.png) !important;
}
.tym-search-icon{
  background-image: url(../icons/search.png) !important;
}
.tym-search-menu-icon{
  background-image: url(../icons/config.png) !important;
}
.tym-reset-result-icon{
  background-image: url(../icons/clear.png) !important;
}
.tym-erase-icon{
  background-image: url(../icons/erase.png) !important;
}
.tym-erase-small-icon{
  background-image: url(../icons/erase-small.png) !important;
}
.tym-logout-icon{
  background-image: url(../icons/logout.png) !important;
}
.tym-refresh-icon{
  background-image: url(../icons/refresh.png) !important;
}
.tym-uispeed-icon{
  background-image: url(../icons/uispeed.png) !important;
}
.tym-help-icon{
  background-image: url(../icons/help.png) !important;
}
.tym-language-de-icon{
  background-image: url(../icons/lang_de.png) !important;
}
.tym-language-en-icon{
  background-image: url(../icons/lang_en.png) !important;
}
.tym-dotdotdot-icon{
  background-image: url(../icons/dotdotdot.png) !important;
}
.tym-table-icon{
  background-image: url(../icons/table.png) !important;
}
.tym-logo-icon{
  background-image: url(../../CompanyLogo.png) !important;
}
.tym-toggle-maximize{
  background-image: url(../icons/communication.png) !important;
}
.tym-tree{
  font-size: 12px !important;
}
.tym-tree-node-text{
  font-size: 12px !important;
}

/* 
@GXT4: Not needed anymore.

#accordionMain .tym-x-panel-header-text {
	font-size:16px !important;
	font-weight:bold !important;
	line-height: 32px !important;
}

#DefCompDocs .tym-x-panel-header-text {
	font-size:14px !important;
	font-weight:bold !important;
	line-height: 32px !important;
}
*/

#DefCompAdmin .tym-x-panel-header-text {
	font-size:14px !important;
	font-weight:bold !important;
	line-height: 32px !important;
}

#accordionMain .x-panel-inline-icon {
	line-height: 32px !important;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
	background-position: 0 0 !important;
}
.x-accordion-hd .x-tool-toggle {
	background-position: 0 -32px !important;
}
.x-accordion-hd .x-tool {
	background-image: url(../icons/but-tools.png) !important;
	height: 32px !important;
	width: 32px !important;
	margin-left: 10px !important;
}
.x-tree3-node-text{
	-x-system-font:none;
	color:black;
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
.x-ftree2-selected{
  background-color: #d9e8fb !important;
}

.x-ftree2-node-over{
  background-color: #eee !important;
}

/* Style for plus and minus accordion buttons */
[class*=com-sencha-gxt-widget-core-client-button-Tools-ToolStyle-up]{
	background-image: url(../icons/but-minus.png) !important;
	height: 32px !important;
	width: 32px !important;
	margin-left: 10px !important;
}

[class*=com-sencha-gxt-widget-core-client-button-Tools-ToolStyle-down]{
	background-image: url(../icons/but-plus.png) !important;
	height: 32px !important;
	width: 32px !important;
	margin-left: 10px !important;
}

/* Style for the listview dropdown menu. Wrap the text */
[class*=com-sencha-gxt-theme-base-client-listview-ListViewDefaultAppearance-ListViewDefaultStyle-item]{
	white-space: normal !important;
}

/* Style for the label of the checkboxes */
[class*=com-sencha-gxt-theme-base-client-field-CheckBoxDefaultAppearance-CheckBoxStyle-checkBoxLabel]{
	vertical-align: top;
}

/* Style for date picker month text */
td[class$="monthButtonText"]{
	color: white !important;
}
[class$="monthButtonText"]{
	color: white !important;
}

#images-view .x-panel-body {
  background: white;
  font: 9px Arial, Helvetica, sans-serif;
}

#images-view .thumb {
  background: #dddddd;
  padding: 3px;
}

#images-view .thumb img {
  height: 40px;
  width: 40px;
}

#images-view .thumb-wrap {
  float: left;
  margin: 4px;
  margin-right: 0;
  padding: 5px;
}

#images-view .thumb-wrap span {
  display: block;
  overflow: hidden;
  text-align: center;
}

#images-view .x-view-over {
  border: 1px solid #dddddd;
  background: #efefef url(../gxt/images/default/grid/row-over.gif) repeat-x left top;
  padding: 4px;
}

#images-view .x-view-selected {
  background: #eff5fb no-repeat right bottom;
  border: 1px solid #99bbe8;
  padding: 4px;
}

#images-view .x-view-selected .thumb {
  background: transparent;
}

#images-view .loading-indicator {
  font-size: 11px;
  background-image: url(../../gxt/resources/images/default/grid/loading.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  margin: 10px;
}

.tym-check-list .x-view-item td {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.x-view-item td {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.tym-check-list .tgw-attrval-obsolete td {
	font-style: italic !important;color:#aaa !important;
}


.tym-check-list .x-view-item-sel {
	background: none;
    border: 1px solid #FFFFFF !important;
    cursor: pointer;
}

.x-view-item-sel {
	background: #dfe8f6 none repeat scroll 0%;
    border: 1px dotted #a3bae9 !important;
    cursor: pointer; 
}

.tym-listview-sel {
	border: 1px solid black !important;
}

.tym-check-list .x-view-item-over {
  background: #efefef url(../gxt/images/default/grid/row-over.gif) repeat-x left top;
  border: 1px dotted #dddddd !important;
  cursor: pointer;
}

.tym-checkbox-text-align-left > div {
  text-align: left !important;
}

.x-view-item-over {
  background: #efefef url(../gxt/images/default/grid/row-over.gif) repeat-x left top;
  border: 1px dotted #dddddd !important;
  cursor: pointer;
}

.x-vsplitbar {
  background: url(_versp_8.gif);
  position: absolute;
  z-index: 3;
  cursor: e-resize;
  cursor: col-resize;
}

.x-hsplitbar {
  background: url(_horsp_8.gif);
  position: absolute;
  font-size: 1px !important;
  line-height: 1px !important;
  z-index: 3;
  cursor: s-resize;
  cursor: row-resize;
}

/* Buttons */

.tym-lbl-btn .x-btn-mc {
	background-image:url(../gxt/images/default/s.gif) !important;
}

.tym-lbl-btn .x-btn-mc .x-btn-txt {
	font-size:12px !important;
}

.tym-lbl-btn button {
	font-size:12px !important;
}

.x-btn .buttonboldgreen {
	font-weight: bold;
	color: green;
}

.x-btn .buttonboldred {
	font-weight: bold;
	color: red;
}

.buttonboldgreen .x-btn-text {
	font-size:12px !important;
	font-weight: bold;
	color: green;
}

.buttonboldred [class*=text] {
	font-weight: bold !important;
	color: red !important;
}


/* Dialog borders */
.x-window-tc {
	background-image: url(../icons/gxtwindow/top-bottom.png) !important;
}
.x-window-tl {
	background-image: url(../icons/gxtwindow/left-corners.png) !important;
}
.x-window-tr {
	background-image: url(../icons/gxtwindow/right-corners.png) !important;
}
.x-window-bc {
	background-image: url(../icons/gxtwindow/top-bottom.png) !important;
}
.x-window-bl {
	background-image: url(../icons/gxtwindow/left-corners.png) !important;
}
.x-window-br {
	background-image: url(../icons/gxtwindow/right-corners.png) !important;
}
.x-window-ml {
	background-image: url(../icons/gxtwindow/left-right.png) !important;
}
.x-window-mr {
	background-image: url(../icons/gxtwindow/left-right.png) !important;
}

.my-paging-text {
	font: 11px arial,tahoma,helvetica,sans-serif
}
