._PropertyEditor {
    border: 1px solid #CDCABB;
    overflow: auto;
    /*overflow-x: hidden;
    overflow-y: auto;*/
}

._PropertyEditor table {
    /*width: 10px;*/
    width: 100%;
    border-collapse: collapse;
    
    /*table-layout: fixed;*/    
    overflow: hidden;
    
}

._PropertyEditor td {
    border-bottom: 1px solid #DDDDDD;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

._PropertyEditor tr.PropertyHidden {
    display: none;
}

._PropertyEditor td.left, ._PropertyEditor td.group {
    /*width: 10px;*/
    word-wrap: break-word; 
    
    border-right: 1px solid #CCCCCC;
    padding-left: 14px;
    padding-right: 4px;
    margin-left: 2px;
    background: #FDFBEA;
    vertical-align: middle;
}

._PropertyEditor td.right {
    width: 99%;
    background: #FFFFFF;
}

._PropertyEditor td.left > *:first-child, ._PropertyEditor td.right > *:first-child, ._PropertyEditor td.right > form > *:first-child, ._PropertyEditor td.right > div > ._Component {
    border: 0px !important;
    outline: none; /* remove Safari outer focus glow effect */
    /*width: 100% !important;*/  /* htc se spusti, ale nefunguje spravne*/
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    width: 100%;
    /*background: #FF0000;*/
    /* min-height: 16px; is buggy in FF */
    height: 16px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;

}

._PropertyEditor td.right > div > ._Component {
    border-right: 1px solid #DDDDDD !important;    
}

/* problems on checkbox */
/*
._PropertyEditor td.right > *.button {
    padding: 0px !important;
    height: auto !important;    
}
*/
    
._PropertyEditor td, ._PropertyEditor td *, ._PropertyEditor td > div * {
    font-size: 11px !important;
}

._PropertyEditor td.right > div {
    width: 100%;
    overflow: hidden;
}

._PropertyEditor td.expandable {
    background-image: url('img/plus.png');
    background-repeat: no-repeat;
    background-position: 2px center;
}

._PropertyEditor td.expanded {
    background-image: url('img/minus.png');
    background-repeat: no-repeat;
    background-position: 2px center;
}

._PropertyEditor tr.required td.left, ._PropertyEditor tr.required td.right > *:first-child {
    font-weight: bold;
}

._PropertyEditor tr.required td.left {
    font-weight: bold;
    background: #F5F3E2;
}

._PropertyEditor td.group {
    padding-left: 2px;
    background: #EDEBDA;
    font-weight: bold;
    color: #0C4B79;
}

._PropertyEditor td.custom {
}

._PropertyEditor .expand {
    float: right;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    background-image: url('img/plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

._PropertyEditor .editable {
    background: #FFFFFF !important;
}
