#editDialog {
    overflow: hidden; /* so we can animate to zero width */ 
    /*width: 330px;*/
}
#editDialog div.lcol, #editDialog div.rcol, #editDialog div.fullwidth {
    display: table-cell;
    width: 50%;
    float: left;
    clear: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
#editDialog div.rcol {
    float: right;
}
#editDialog div.fullwidth {
    width: 100%;
    clear: both;
}
.delete-button {
    cursor: pointer;
    background: transparent url('/adm2/images/icons/Delete.gif') no-repeat center;
    width: 16px;
    height: 16px;
}
.edit-button {
    cursor: pointer;
    background: transparent url('/adm2/images/icons/Edit.gif') no-repeat center;
    width: 14px;
    height: 14px;
}
#selectFilesLink a, #uploadFilesLink a, #clearFilesLink a {
    color: #0000CC;
    background-color: #FFFFFF;
}
#selectFilesLink a:visited, #uploadFilesLink a:visited, #clearFilesLink a:visited {
    color: #0000CC;
    background-color: #FFFFFF;
}
#selectFilesLink input, #uploadFilesLink input {
    cursor: pointer;
}
#uploadFilesLink a:hover, #clearFilesLink a:hover {	
    color: #FFFFFF;
    background-color: #000000;
}
#progressContainer {
    border: solid 1px gray;
    background-color: white;
    width: 275px;
    height: 18px;
    line-height: 18px;
}
#progressReport {
    position: absolute;
    background-color: transparent;
    color: black;
    font-weight: bold;
    text-align: center;
    height: inherit;
    line-height: inherit;
    width: inherit;
}
#progressBar {
    position: absolute;
    background-color: lime;
    width: 0px;
    height: inherit;
    line-height: inherit;
}
div.field_ok, div.field_nv, div.field_v {
    background-image: url(/gfx3/icons/field_ok_16x16.png);
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 0px 5px 0px 5px;
    line-height: 16px;
    display: block;
    float: right;
}
div.field_nv {
    background-image: url(/gfx3/icons/field_nv_16x16.png);
}
div.field_v {
    background: none;
}