.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;
    margin: 0 0 15px;
}

.complexcontenteditstructure label {
    font-weight: bold;
}

.complexcontenteditstructure table, body .complexcontenteditstructure table {
    border-collapse: collapse;
	border:0;
}

.complexcontenteditstructure table th, .complexcontenteditstructure table td {
    text-align: left;
	border:0;
    vertical-align: top;
}

.complexcontenteditstructure table td.buttons {    
    padding-right:0;
}

.complexcontenteditstructure table tr.odd td {
    background: #EFEFF2;
}

.complexcontenteditstructure fieldset {
    padding: 5px 10px 12px 10px;
    margin-bottom: 5px;
    border:solid 1px #CCC;
}

.complexcontenteditstructure select {
    border:solid 1px #CCC;
    padding:2px;
}

.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;
}

.complexcontenttableview .am-field-text, .complexcontenttableview .am-field-text * {
    max-width: 100px;
    max-height: 25px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space:nowrap;
}