#ddc {
    padding: 12px 24px;
}
#ddc-login table {
    margin: 8px 0;
}
#ddc-login th,
#ddc-login td {
    padding: 4px 4px 4px 0;
}
.ddc {
    font-family: Verdana, sans-serif;
    font-size: .9rem;
}
.ddc ol li {
    margin: 1em 0;
}
.ddc hr {
    background-color: #ddd;
    border: 0;
    color: #ddd;
    height: 1px;
}
.ddc img {
    border: 0;
}
.ddc input, .ddc select {
    border: 1px inset #ccc;
}

.ddc button {
    border: 1px outset #ccc;
}

.ddc button:active {
    border: 1px inset #ccc;
}

.ddc .defloat {
    overflow: hidden;
    clear: both;
    height: 0;
}

.ddc .fixed-height {
    line-height: 1.5em;
}

.ddc .auth {
    text-align: right;
}

.ddc .auth a {
    color: #777;
    text-decoration: none;
}

.ddc .space-usage {
    float: right;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    color: #555;
}

.ddc .space-percent {
    font-family: Georgia, serif;
}

.ddc .header {
    margin-bottom: 0.5em;
}

.ddc .branding {
    padding-top: 0.2em;
    font-family: Helvetica, sans-serif;
    letter-spacing: -.04em;
    color: #555;
}

.ddc .ddcdashboard {
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.ddc .staff-panel {
    float: right;
    color: #aaa;
    line-height: 1.8em;
}

.ddc .staff-panel a {
    color: #555;
    text-decoration: none;
}

.ddc .staff-panel a.active {
    font-weight: bold;
    border-bottom: 1px dotted #555;
}

.ddc .legend {
    margin-top: 1em;
    float: right;
    background-color: #ffc;
    border: 1px solid #dd9;
    color: #850;
    width: 33.5em;
}

.ddc .legend-text {
    padding: 0.4em;
    border-top: 1px solid #dd9;
}

.ddc .legend-header {
    color: #ba5;
}

.ddc .legend span,
.ddc .legend a {
    line-height: 2em;
    padding: .4em .4em;
    text-decoration: none;
}

.ddc .legend input {
    border: 0;
    margin: 0;
    padding: 0;
}

.ddc .legend * {
    vertical-align: middle;
}

.ddc .legend-add {
    color: green;
}

.ddc .legend-edit,
.ddc .legend-active {
    color: #850;
}

.ddc .legend-delete {
    color: #b00;
}

.ddc .legend-help {
    font-weight: bold;
    padding-left: .8em !important;
    color: #850;
    border-left: 1px solid #dd9;
}

.ddc .add-panel {
    display: block;
    height: 2em; line-height: 2em;
    white-space: nowrap;
}
.ddc .document-panel .add-panel {
    height: auto;
}
.ddc .document-panel .add-form {
    display: block;
}
.ddc .add-panel * {
    vertical-align: middle;
}

.ddc .add-form {
    padding-left: .25em;
}

.ddc .add-panel form {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.ddc .add-form iframe {
    margin: 0;
    border: 0;
    width: 80%;
    height: 1.9em;
    overflow: hidden;
    vertical-align: middle;
}

.ddc .add-form input,
.ddc .add-form button,
.ddc .add-form select {
    display: inline;
    margin: 0;
    font-family: inherit;
}

.ddc .add-form input {
}

.ddc .add-form input.file {
}

.ddc .add-form button {
    line-height: normal;
    text-transform: uppercase
}
.ddc .user-panel {
    color: #777;
    line-height: 1.8em;
}

.ddc .user-list {
    display: block;
    vertical-align: middle;
}

.ddc .user-list-item {
    color: #444;
    font-weight: bold;
}

.ddc .category-panel {
    margin: 1em 0;
    line-height: 1.8em;
    height: 2em;
}

.ddc .group-panel a {
    color: #444;
    text-decoration: none;
}

.ddc .document-list,
.ddc .group-list,
.ddc .user-list {
    display: block;
    font-size: .8em;
    margin: 1em 0;
}

.ddc .group-list .active {
    font-weight: bold;
}

.ddc .group-list-item:hover {
    text-decoration: underline;
}

.ddc .group-detail {
    margin-top: 2em;
}

.ddc .group-header {
}

.ddc .category-section {
    margin-bottom: 2em;
}

.ddc .category-header {
    margin-top: 1em;
    color: #555;
}
.ddc .subcategory-list,
.ddc .subcategory-panel {
    padding-left: 3em;
}
.ddc .category-caption {
    height: 1.8em;
}

.ddc .document-panel {
    line-height: 1.8em;
}

.ddc .header1 {
    font-family: sans-serif !important;
    letter-spacing: -0.03em;
}

.ddc .header2 {
    font-family: sans-serif !important;
}

.ddc .caption {
    font-family: Verdana, sans-serif !important;
    color: #888;
}
.ddc .collapsible {
  padding: 4px 0 6px;
}
.ddc .collapsible a {
  text-decoration: none;
}
.ddc a.add {
    background: transparent url('../img/icon_addlink.gif') center left no-repeat;
    display: inline;
    padding-left: 15px;
    color: green;
    text-decoration: none;
}

.ddc a.delete {
    background: transparent url('../img/icon_deletelink.gif') center left no-repeat;
    padding: 0 .4em;
    color: red;
    text-decoration: none;
}

.ddc .document-list {
    border-collapse: collapse;
    margin-top: .5em;
    border: 1px solid #bbb;
    width: 100%;
}

.ddc .document-list .document-description a,
.ddc .document-list .document-filename a {
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

.ddc .document-list .document-description td a:hover,
.ddc .document-list .document-filename td a:hover {
    text-decoration: underline;
}

.ddc .document-list .editable-field-message {
}

.ddc .document-list th, .ddc .document-list td {
    border-right: 1px solid #ddd;
}

.ddc .document-list td {
    padding: 0.2em 0.5em;
    vertical-align: middle;
}

.ddc .document-list th {
    text-align: left;
}

.ddc .document-list td {
    border-top: 1px solid #ddd;
}

.ddc .zip-documents-link,
.ddc .document-list .button {
    color: #555;
    display: inline-block;
    border: 1px outset #ccc;
    text-decoration: none;
    font-weight: bold;
    padding: 0.1em 0.2em;
    transition: .25s all;
}

.ddc .zip-documents-link:hover,
.ddc .document-list .button:hover {
    color: #005077;
    background-color: #eaeef5;
    border-color: #005077;
}

.ddc .document-list .description {
    font-family: Verdana, sans-serif !important;
    white-space: wrap !important;
    width: 98% !important;
}

.ddc .document-list .document-description {
    font-family: Verdana, sans-serif !important;
}

.ddc .document-list .document-file-size,
.ddc .document-list .document-post-date {
    white-space: nowrap;
}

.ddc .document-list .document-active input {
    border: 0;
}

.ddc .document-list th {
    background: #fff url('../img/bg_th.png') bottom left repeat-x;
    padding: 0;
}

.ddc .document-list th.active a {
    color: #470;
    border-top: 2px solid #ae3;
}

.ddc .document-list th a,
.ddc .document-list th span {
    display: block;
    padding: 0.2em 0.5em;
    color: #555;
    text-decoration: none;
    border-top: 2px solid #e5e5e5;
}

.ddc .document-list th a:hover {
    color: #369;
}

.ddc .document-list th.desc a {
    background: transparent url('../img/th_downarrow.png') center right no-repeat;
}

.ddc .document-list th.asc a {
    background: transparent url('../img/th_uparrow.png') center right no-repeat;
}

.ddc .document-list th a:hover {
    border-top: 2px solid #7df;
}

.ddc .document-list tr.even td {
    background-color: #f4f4f4;
}

.ddc .document-list tr.even td.active {
    background-color: #eaeaea/*#f6eed5*/;
}

.ddc .document-list tr.odd td.active {
    background-color: #f5f5f5/*#ffe*/;
}

.ddc .document-list tr td.active .editable-field-readonly:hover,
.ddc .document-list tr td.active .editable-field:hover {
    background-color: #fe8;
}

.ddc .document-list td.document-active,
.ddc .document-list td.document-delete,
.ddc .document-list th.document-download,
.ddc .document-list td.document-download {
    text-align: center;
}

/* EditableField styling */

.ddc .editable-field-readonly,
.ddc .editable-field {
    background: transparent url('../img/icon_changelink.gif') center right no-repeat;
    padding-right: 10pt;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.ddc .editable-field-frame * {
    vertical-align: middle;
    white-space: nowrap;
}

.ddc .editable-field-readonly:hover,
.ddc .editable-field:hover {
    background-color: #fe8;
}

.ddc .editable-field-editable {
    background: #fe8;
    border-width: 1px;
    border-style: solid;
    border-color: #cc8 #eee #eee #cc8;
    padding: 0;
    margin: 0;
}

.ddc .editable-field-message {
    margin-left: .5em;
    padding-left: .5em;
    border-left: 1px solid #ddd;
}

.ddc .message-ok,
.ddc .message-alert,
.ddc .message-error,
.ddc .editable-field-frame .ok,
.ddc .editable-field-frame .alert,
.ddc .editable-field-frame .error {
    padding-left: 20px;
    font-family: Verdana, Helvetica, sans-serif;
}

.ddc .message-ok, .ddc .editable-field-frame .ok {
    background: transparent url('../img/icon_yes.gif') 5px center no-repeat;
    color: #490;
}

.ddc .message-alert, .ddc .editable-field-frame .alert {
    background: transparent url('../img/icon_alert.gif') 5px center no-repeat;
    color: #a70;
}

.ddc .message-error, .ddc .editable-field-frame .error {
    background: transparent url('../img/icon_error.gif') 5px center no-repeat;
    color: #c00;
}
