body {
  margin: 0px;
  padding: 0px !important;
}

a {
  color: #334;
  text-decoration: none;
}

a:hover {
  color: #433;
  text-decoration: underline;
}

/* Frame */

.bbframe {
  border: none;
}

.bbframetop {
  border: none;
}

.bbframecenter {
  border: none;
}

/* Containers */

.bbcontbox {
  border: none;
}

.bbconttabs {
  border: none;
}

.bbcontpanels {
  border: none;
}

.bbcontpanel {
  border: none;
  padding: 0px;
}

/* Captions */

.caption {
  font-size: 13px;
  font-weight: bold;
  color: #666;
}

.captionBox {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  width: 100%;
  padding: 2px;
}

.captionBox * {
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

/* Menu popup 

.z-menu-popup-cnt .z-menu-separator-inner {
  border-bottom:1px solid #F0F0F0;
  margin:2px 0 3px 24px;
}
*/

/* Main Toolbar */

.mainToolbar .z-toolbar {
}

/* Toolbar 

.z-toolbar {
}

.z-toolbar-body {
  padding: 2px;
  padding-top: 3px;
}

.z-toolbar a {
  background: none;
  padding: 3px;
  margin-left: 2px;
}

.z-toolbar a:hover {
  padding: 3px;
}

.z-toolbar * {
  font-size: 11px;
}
*/

/* Control bar */

.control-bar {
  width: 100%;
  /*background-color: #c5e6ef;*/
}

.control-bar * {
  font-size: 11px;
}

/* FilterGrid */

.filterGrid {
  border: none !important;
}

/* EditableGrid */

.editableGrid * {
  /*font-size: 11px;*/
}

.editableGrid td.z-row-inner,
.editableGrid td.z-group-foot-inner {
  padding: 0px;
  padding-right: 1px;
  height: 20px;
}

.editableGrid .invalid * {
  font-style: oblique;
  color: #668;
}

/* InputBox */

.buttonDialogContainer {
}

.inputDialogContainer {
  width: 300px;
}

.inputDialogContainer span.z-label {
  padding: 3px;
  padding-top: 6px;
  font-size: 11px;
  color: #444;
}

/* Labels */

.tinyLabel {
  font-size: 8px !important;
  color: #668 !important;
}

.softLabel {
  font-size: 11px !important;
  color: #668 !important;
}

.captionLabel {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #668 !important;
}

/* Draft */

.draft * {
  font-style: oblique !important;
  color: #446 !important;
}

/* Disabled */

.z-spinner-disd, .z-spinner-disd *, .z-timebox-disd, .z-timebox-disd *, .z-datebox-disd, .z-datebox-disd *, .z-bandbox-disd, .z-bandbox-disd *, .z-combo-item-disd, .z-combo-item-disd *, .z-combobox-disd, .z-combobox-disd * {
  color:#555 !important;
}

/* TD padding for ZK 5 */

/*
tr.z-row td.z-row-inner {
  padding: 2px;
}
*/

/* Hlayout default vertical align */

/*div.z-hlayout-inner {
  vertical-align: top;
}*/

/* A image margin */

a.z-a {
  font-weight: normal;
}

a.z-a img {
  margin-right: 5px;
}

/* Attachments */

.attachVersions * {
  font-size: 11px;
}
.detailBox {
  width:100%;
  color:#444444;
  background-color:white;
  background-repeat:no-repeat;
  padding:10px;
  border-bottom:solid 1px #aaa;
}

/* Tree menu */

.treeMenu .z-tree-body {
  background-color: #EFEFFB;
}

.treeMenu .z-treerow:hover {
  background-color: #DFDFEB;
}

.treeMenu .z-treerow-seld {
  background-color: #6F97D2;
  background-image: none;
}

.treeMenu .z-treerow-seld .z-treecell-cnt {
  color: white;
}

.treeMenu .z-treerow-seld:hover {
  background-color: #6F97D2;
}

.treeMenu .z-treerow-seld .z-treecell-cnt:hover {
  color: yellow;
}

/* GridLayout */

.grid-layout .z-row-inner {
  padding: 3px;
}

.grid-layout .grid-caption {
  color: gray;
  padding-right: 5px;
}

.detailMini * {
  font-size: 10px !important;
}

/* Wizard */

.wizard {
  padding: 10px;
}

.wtabs .z-tabs-cnt {
  border-bottom: none;  
}

.wizard .z-tabpanel {
  border-top: solid 1px silver;
  padding: 10px;
}

.wizard .wizardtab {
  padding: 20px;
  padding-right: 40px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  background: url('../images/forward.png') right center no-repeat;
  opacity: 0.3;
}

.wizard .wpcurrent {
  color:#c60;
  opacity: 1;
}

.wizard .wppending {
  color: #333;
  opacity: 0.3;
}

.wizard .wpdone {
  opacity: 0.8;
}

