.complexcontenteditrow {
    text-align: left;
}

.complexcontenteditrow table td, .complexcontenteditrow table th {
    vertical-align: top;
}

.complexcontenteditrow table th {
    text-align: right;
    padding-right: 10px;
}

.complexcontenteditrow table td.checkboxrow {
    padding: 8px 0;
}

.complexcontenteditrow table td.checkboxrow label {
    font-weight: bold;
    color: #036;
}

.complexcontenteditrow .TextBox {
    width: 400px;
}

.complexcontenteditrow .IntegerBox {
    width: 100px;
}

.complexcontenteditrow textarea {
    font-family: sans-serif;
    font-size: 0.8em;
    width: 400px !important;
}

.complexcontenttableview {
    text-align: left;
    font-family: Verdana, Sans-Serif;
}

.complexcontenttableview table {
    border-spacing: 0;
    empty-cells: show;
}

.complexcontenttableview th, .complexcontenttableview td {
    font-size: 0.8em;
    padding-right: 10px;
}

.complexcontenttableview td {
    padding: 3px 8px 1px 0;
}

.complexcontenttableview tr.dropbefore td {
    border-top: 2px solid #000;
    padding-top: 1px;
}

.complexcontenttableview .complexcontentmovebuttoncolumn {
    padding-right: 0;
}

.complexcontenttableviewdragrow {
    position: absolute;
    border: 1px dashed #000;
    z-index: 100;
    cursor: move;
    top: 0;
    left: 0;
}

.complexcontentusesortrules {
    margin-left: 40px;
}

.complexcontentuserules {
    border-collapse: collapse;
}

.complexcontentuserules th, .complexcontentuserules td {
    text-align: left;
    vertical-align: top;
    padding: 0 0 12px 4px;
}

.complexcontenteditstructure {
    text-align: left;
}

.complexcontenteditstructure label {
    font-weight: bold;
}

.complexcontenteditstructure table {
    border-collapse: collapse;
}

.complexcontenteditstructure table th, .complexcontenteditstructure table td {
    text-align: left;
    vertical-align: top;
}

.complexcontenteditstructure table th {
    font-weight: bold;
    padding: 2px 6px;
}

.complexcontenteditstructure table td {
    padding: 2px 0 2px 6px;
}


.complexcontenteditstructure table td.buttons {
    padding-left: 0;
    white-space: nowrap;
}

.complexcontenteditstructure table tr.odd td {
    background: #EFEFF2;
}

.complexcontenteditstructure fieldset {
    padding: 5px 10px 12px 10px;
    margin-bottom: 5px;
}

.complexcontenteditstructure span.error {
    margin: 0 4px;
    padding: 4px 9px;
    background: url(../../images/required.gif) center center no-repeat;
}

.complexcontentdim {
    color: #AAA;
    font-size: 0.9em;
}