

table.debugInfoTableSmall {
    border: 1px solid #aaa;
}
table.debugInfoTableSmall th {
    border: 1px solid #aaa;
    background-color: #ccc;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}
table.debugInfoTableSmall td {
    border: 1px solid #aaa;
    padding: 5px;
    font-family: courier;
    font-size: 11px;
    background-color: #eee;
}

table.debugInfoTable {
    border-spacing: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}
table.debugInfoTable th {
    border: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #eee;
    text-align: left;
}
table.debugInfoTable td {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: courier;
    font-size: 10pt;
}
table.debugInfoTable td.dataTypeSystem {
    color:#777;
    font-style: italic;
}
table.debugInfoTable td.dataTypeCustom {
    font-weight: bold;
}




table.dataTypeDocumentation {
}
table.dataTypeDocumentation th {
    background-color: #ccc;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
table.dataTypeDocumentation td.label {
    font-size: 14px;
    background-color: #eee;
    padding: 0 0 8px 0;
    vertical-align: top;
    width: 150px;
}
table.dataTypeDocumentation td.data {
    font-size: 14px;
    background-color: #eee;
    padding: 0 0 5px 0;
    color: brown;
    font-family: courier;
    vertical-align: top;
}

fieldset.itemTypeManagementConsole {
    border: 1px solid #777;
    padding: 10px;
    border-radius: 5px;
    width: 500px;
}

fieldset.itemTypeManagementConsole legend {
    font-size: 14px;
    color: #555;
}


.prohibitSelection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prohibitSelectionClickable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

code {
    background-color: #eee;
}




.item-display_technical {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.item-display_technical fieldset {
    /*background-color:#eee;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.item-display_technical fieldset legend {
    border: 1px solid #999;
    color:#555;
    /*background-color:#ccc;*/
    margin: 0 0 0 0;
    border-radius: 3px;
    padding: 3px;
}
.item-display_technical fieldset legend:hover {
    /*background-color:#ddd;*/
}



.item-display_technical {
    margin: 0 0 20px 0;
}

.item-display_technical .tabArea{
    padding: 0 0 0 10px;
}
.item-display_technical .tab{
    position:relative;
    float:left;
    padding:3px 3px 2px 3px;
    border-radius: 5px 5px 0 0;
    margin: 0 3px 0 0;
    border-top:1px solid #ccc; 
    border-left:1px solid #ccc; 
    border-right:1px solid #ccc; 
}
.item-display_technical .mainTab{
    font-weight: bold;
}
.item-display_technical .minorTab{
    top: 5px;
    font-size: 12px;
}

.item-display_technical .content {
    padding: 10px; 
    border:1px solid #ccc; 
    border-radius:5px;
}
