#institution_overview {
    margin-top: 1em;
}

#institution_overview hr {
    clear: both;
    padding: 3px 0;
    border: 0;
    border-bottom: 1px dotted #808080;
    margin-bottom: 1em;
}

#l_central #institution_details h1 {
    border-bottom: none;
    margin: 0;
    padding: 0 0.5em;
}

#institution_emblem {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #A0A0A0;
    padding: 2px;
}

#institution_details {
    float: left;
}

#institution_details .attrList {
    padding: 5px 1em;
}

#institution_details .attrLabel {
    width: 80px;
}

#institution_details .description {
    width: 38em;
    padding: 0 0.5em;
}

#institution_details .website,#institution_details .telephone {
    float: right;
    font-size: 12px;
    padding: 0 1em;
}

#institution_details .website span,#institution_details .telephone span {
    font-weight: bold;
    padding: 0.4em;
}

#l_central #institution_details .description p {
    font-size: 12px;
}

.findThesis span,.findThesis label {
    float: left;
    width: 100px;
}

.findThesis a {
    padding: 0 1.8em 0 0;
}

.findThesis form {
    margin: 1em 0 0 0;
}

#browse_cc_tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#browse_cc_tree li.toplevel {
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    border: 1px solid #505050;
}

#browse_cc_tree li.toplevel ul {
    padding: 0.3em 2em;
}

#browse_cc_tree li.toplevel h2 {
    display: block;
    border-bottom: 1px solid #505050;
    padding: 0.3em;
    margin: 0;
    font-size: 18px;
    position: relative;
}

#browse_cc_tree li.toplevel a {
    display: block;
    padding: 5px 2px 6px 40px;
    background-repeat: no-repeat;
    width: 60%;
}

#browse_cc_tree li.toplevel h2 span {
    position: absolute;
    right: 5px;
    font-weight: normal;
    font-size: 14px;
    top: 14px;
    cursor: pointer;
}

#browse_cc_tree li.sublevel {
    list-style-type: disc;
    border: none;
}

#browse_cc_tree li.sublevel a {
    margin: 0;
    padding: 0;
    border: none;
}

#collection_view h2 {
    margin: 0;
}

#collection_view h3 {
    font-size: 14px;
    margin: 0;
    color: #606060;
    padding: 0 1em;
}

#selectCollection {
    margin: 4px 0;
}

#change_details textarea {
    width: 38em;
    height: 8em;
    font-family: sans-serif;
    font-size: 14px;
}
#change_details .inputField input {
    width: 38em;
}

#rename_department .inputField input,#create_collection .inputField input,#new_department .inputField input,#rename_collection .inputField input
    {
    width: 39em;
}

#comm_tree .items {
    text-align: right;
}

#comm_tree .spacer {
    width: 2em;
    background-color: #F0F0F0;
}

#comm_tree .department td {
    font-weight: bold;
    font-size: 18px;
    padding: 0.2em 0.5em;
}

#comm_tree .department td a {
    /*color: #7F0000;*/
}

#simpleSearch {
    width: 30em;
    margin-right: 0.5em;
}