/*
CSS for the admin interface. Some entries in here are duplicates from the main CSS files
due to the inclusion of main site tags in the admin interface. If the CSS is ever unified,
this file can be removed
*/

/* footer */
#footer {
    background-color: #F7F7F7;
    clear: both;
    color: #666666;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#footer .fineprint {
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
}

#footer .fineprint p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

a.disabled {
    color: lightgray;
}

a.disabled:hover {
    text-decoration: none;
    cursor: default;
}

#create-unmoderated-scheme .spinner {
    margin: 0 4px;
}

.spinner img {
    width: 16px;
    height: 16px;
    background: transparent url(2static/images/spinner_003366.gif) no-repeat scroll 0 0;
}

#permission-warning,
#create-unmoderated-scheme {
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid lightgray;
    background-color: #FFCCBF;
}

.ccHide {
    display: none;
}

.adminTable .adminTableSectionBody {
    border-top: 1px solid #DDDDDD;
    display: block;
    margin-top: 0;
    padding-top: 6px;
}

.adminTable .adminTableSectionBody td:first-child {
    width: 200px;
}

.adminTable .adminTableSectionHeader {
    display: block;
}

.adminTable .adminTableSectionHeader h4 {
    color: #444444;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

div.managed-settings-info {
    margin: 1em;
}

div.managed-settings-info p.title {
    padding: 0;
}

.download-policy-form .description {
    width: 400px;
    white-space: normal;
}

.aui .external-only {
    display: none;
}

#admin-content form.aui .fecru-autocomplete-dropdown-icon.visible {
    right: 16px;
    top: 1px;
}

#admin-content .form-near-table,
.form-near-table {
    margin: 10px 0;
    display: block;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}
/*[{!admin_css_dw2s3n1!}]*/