table.dialog {
    width: 100%;
    font-size: 12px;
    color: #000000;
}

table.dialog table.header {
    position: fixed;
    top: 0px;
    width: 100%;
}

table.dialog table.footer td, table.dialog div.footer {
    background: #F2F6FA;
    padding: 2px;
    text-align: center;
}

tr.heading td, table.dialog table.header td {
    background: transparent url(/theme/images/tableheadbg.gif) repeat-x 0 0 scroll;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    text-align: center;
    padding: 0px 2px;
}

table.dialog td.body {
    padding: 25px;
}

table.dialog table.body table {
    padding: 2px;
    white-space: nowrap;
    width: 100%; 
}

table.dialog table.body table div {
    white-space: normal;
}

table.dialog .dlg_std_elt {
    width: 200px;
}

table.dialog textarea.description {
    width: 400px;
    height: 50px;
}

table.dialog div.section-label {
    margin-top: 10px;
    font-weight: bold;
}
