.profBox {
    width: 465px;
    border-right:1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.profBox.rigid {
    height: 275px;
}

.profBox h2.header {
    width: 453px;
}

#professor_details, #professor_ratings {
    height: 216px;
    padding: 10px;
    border-left: 1px solid #DEDEDE;
}

#professor_overview img {
    padding: 3px;
    border: 1px solid #CECECE;
    float: left;
    background: #fff;
    margin: 10px;
}

#professor_details h2.lead {
    margin: 0;
    line-height: 1em;
}

#professor_details ul {
    list-style: none;
}

#professor_ratings {
    padding-left: 32px;
}

#professor_ratings div.row {
    padding: 5px;
    height: 30px;
}

#professor_ratings span.pre, span.post {
    width: 85px;
    padding: 0 4px 0 4px;
    line-height: 10px;
    font-size: 10px;
    padding-top: 7px;
    float: left;
}
#professor_ratings span.pre {
    text-align: right;
    clear: left;
}
#ratings span {
    height: 35px;
}

#professor_ratings .graph div {
    position: relative; /* IE is dumb */
    background: #FFB300;
    width: 200px; 
    border: 1px solid #293C5F;
    padding: 2px;
    float: left;
}
#professor_ratings .graph div .bar { 
    display: block;
    position: relative;
    background: #536895; 
    text-align: center; 
    color: #eee; 
    height: 1.8em; 
    line-height: 1.8em;
}
#professor_ratings .graph div .bar span { position: absolute; left: 1em; }

.professor_evaluation, .gradeHistory {
    background: #FFFFFF url(../img/box_bg2.gif) repeat-x bottom;
    border-left: 1px solid #DEDEDE;
    border-bottom: 1px solid #CECECE;
    padding: 10px;
}

.gradeHistory {
    height: 200px;
}

.gradeHistory h3 {
    margin-bottom: 0;
}

.gradeHistory .courseName {
    margin-bottom: 5px;
}

.gradeHistory .graph {
    float: left;
    text-align: center;
}

.gradeHistory .graph div {
    position: relative; /* IE is dumb */
    background: #536895;
    border: 1px solid #293C5F;
    height: 100px;
    width: 26px; 
    padding: 1px;
    margin-left: 4px;
}

.gradeHistory .graph div .bar {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 24px;
    background: #FFB300; 
    text-align: center; 
    color: #eee; 
    height: 1.8em; 
    line-height: 1.8em;
}

.gradeHistory .graph .grade {
    font-size: 10px;
    line-height: 10px;
}

.gradeHistory hr {
    margin-bottom: 0px;
}

.gradeHistory .non_letter_grades {
    clear: both;
    text-align: center;
}

.pagination_nav {
    background: #FFFFFF url(../img/box_bg2.gif) repeat-x scroll center bottom;
    border-left: 1px solid #DEDEDE;
    text-align: center;
}
