.darkener {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=40); /* non-standard, but IE needs it! */
    opacity: 0.4;
}

.fake_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fake_popup .window_container {
    position: relative;
    width: 600px;
    height: 300px;
    margin: auto;
    margin-top: 200px;
    z-index: 10;
}

.fake_popup .main_window {
    position: relative;
    background: #ffffff;
    width: auto;
    height: 270px;
    overflow: auto;
    padding: 15px;
}

.fake_popup .close_button {
    background: #e0e0e0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 300px;
    padding: 2px 6px;
    cursor: pointer;
    font-weight: bold;
}

.fake_popup .job_title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.fake_popup .job_description {
    margin: 10px 0;
}

.table_header td {
    font-weight: bold;
}

.table_header td a {
    color: #000000;
    text-decoration: none;
}

.table_header td a:hover {
    text-decoration: underline;
}

.grade_row:hover {
    background: #f0f0f0;
}

.grade_row td {
    text-align: center;
    padding: 1px 10px;
    cursor: default;
}
