/* structural elements */

#outcomes_menu
{
    ;
}

#outcomes_content
{
    ;
}

#outcomes_gradtable
{
    margin-bottom: 1em;
}

#outcomes_aggregate_calcs
{
    margin-bottom: 3em;
}

#outcomes_detail_plan
{
    ;
}

/* menu elements */

#outcomes_menu #vertical_menu {
    ;
}

/* detail plan elements */

#outcomes_detail_plan p
{
    text-align: center;
    font-weight: bold;
}

#outcomes_detail_plan textarea
{
    width: 100%;
    height: 20em;
}

#outcomes_detail_plan input[type="submit"]
{
    margin-top: 1em;
    width: auto;
}

/* the grad table */

table.gradtable
{
    font-size: 11px;
    color: #fff;
    background-color: #666;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.gradtable td, table.gradtable th
{
    padding: 4px;
    border: 1px #fff solid;
}

table.gradtable td
{
    background-color: #ccc;
    color: #000;
    width: 50px
}

table.gradtable td.title
{
    background-color: #ccc;
    color: #000;
    border-bottom: 1px #fff solid !important;
    width: 200px
}

table.gradtable th
{
    text-align: center;
    background-color: #666;
    color: #fff;
    border-bottom: 2px #fff solid;
    font-size: 12px;
    font-weight: bold;
}
