@charset "UTF-8";
/*
Custom local styles...
*/

.indent20px {
    padding-left: 20px;
}
#cvBox dd {
    margin-left: 5px;
    font-size: .92em;
}
#cvBox dt {
    padding: 10px 0 1px 0;
}
#handbookNav {
    padding: 2px 5px;
    margin: 10px 0;
    clear: both;
    border: 1px solid #ccc;
}
.rowtint td {
    background-color: #eee;
}
/* Icons for external links */
#mainContent a[href^="http"] {
    background: url(../../../global_assets/images/icons/link-external.gif) center right no-repeat;
    padding-right: 13px;
}
#mainContent a[href^="http://www.reed.edu/dean_of_faculty"] {
    background: none;
    padding: 0;
}
