.x-window-tc {
background:#63001D none repeat scroll 0% 50%;
}

.x-window-tl {
background:#63001D none no-repeat scroll 0pt 50%;
}

.x-window-tr {
background:#63001D none no-repeat scroll 0pt 50%;
}

.x-window-tl .x-window-header {
color:#FFFFFF;
}

.x-window-ml {
background:#63001D repeat-y scroll 0pt;
}

.x-window-mr {
background:#63001D repeat-y scroll 0pt;
}

body.x-body-masked .x-window-plain .x-window-mc {
background:#63001D none repeat scroll 0% 50%;
}

.x-window-bl, .x-window-br, .x-window-bc {
background:#63001D no-repeat scroll 0pt bottom;
}

/** tooltips */

.x-tip.tooltip {
  color: #63001D !important;
}


.x-tip-header, .x-tip-body, .x-tip-header-text {
  background-color: #F8EBF4;
  color: #63001D !important;
}

/** button */

.x-btn-left {
  width: 3px;
  height: 21px;
  background: #CC2E8D;
  border-left:1px solid #B16F7B !important;
  border-top:1px solid #B16F7B !important;
  border-bottom:1px solid #B16F7B !important;
}

.x-btn-right {
  width: 3px;
  height: 21px;
  background: #CC2E8D;
  border-right:1px solid #B16F7B !important;
  border-top:1px solid #B16F7B !important;
  border-bottom:1px solid #B16F7B !important;
}

.x-btn-center {
  background: #CC2E8D;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  white-space: nowrap;
  border-top:1px solid #B16F7B !important;
  border-bottom:1px solid #B16F7B !important;
}

.x-btn-text {
  color:#ffffff;
}


