/** GENERAL */

body
{
    *text-align: center; /* for IE */
    font-size: 10px;
    font-family: Arial;
}
form
{
    margin: 0px;
}

a.link
{
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

a.link:hover
{
    color: InactiveCaption;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

a.link_blue
{
    color: #417D98;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

a.link_blue:hover
{
    color: #A7C2CD;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

input
{
    width: 200px;
}

select
{
    width: 205px;
}

td.vertical_space
{
    height: 15px;
}

td.error
{
    text-align: center;
    color: #DC2B19;
    font-weight: bold;
}

/** # GENERAL */

/** PAGE BORDER */

table.page_border
{
    width: 931px;
    margin: 0 auto;   /* align for good browsers */
    text-align: left;
}

#header
{
    visibility: hidden;
    display: none;
}

/** MENU */

div.main_menu
{
    visibility: hidden;
    display: none;
}

div.child_menu
{
    visibility: hidden;
    display: none;
}

div.title
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    padding-top: 15px;
    padding-bottom: 20px;
}

td.side_menu
{
    visibility: hidden;
    display: none;
}

td.content
{
    font-size: 12px;
    vertical-align: top;
    width: 645px;
    padding-right: 10px;
}

/** MENU */

/** RELATED LINKS */

div.related_links td
{
    background-color: #FFFFFF;
    font-size: 10px;
    color: #000000;
    padding: 2px;
}

div.related_links td.gray
{
    background-color: #D4D4D4;
    font-size: 10px;
    color: #000000;
}

div.related_links td a
{
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

div.related_links td a:hover
{
    color: #417D98;
    font-size: 10px;
}

div.related_links_title
{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

/** # RELATED LINKS */

/** WHICH MBA TABLE **/

td.table_top_left
{
    background-image: url("../images/table-top-left.gif");
    width: 15px;
    height: 15px;
}

td.table_top_center
{
    height: 15px;
    background-image: url("../images/table-top.gif");
}

td.table_top_right
{
    background-image: url("../images/table-top-right.gif");
    width: 15px;
    height: 15px;
}

td.table_left
{
    background-image: url("../images/table-left.gif");
    width: 15px;
}

td.table_content
{
    padding: 5px;
    font-family: Verdana;
}

td.table_right
{
    background-image: url("../images/table-right.gif");
    width: 15px;
}

td.table_bottom_left
{
    background-image: url("../images/table-bottom-left.gif");
    width: 15px;
    height: 15px;
}

td.table_bottom_center
{
    height: 15px;
    background-image: url("../images/table-bottom.gif");
}

td.table_bottom_right
{
    background-image: url("../images/table-bottom-right.gif");
    width: 15px;
    height: 15px;
}

td.table_line
{
    background-image: url("../images/table_line.gif");
    background-repeat: no-repeat;
    height: 2px;
}

td.table_horizontal_line
{
    background-image: url("../images/pixel.gif");
    background-repeat: repeat-y;
    width: 1px;
}

td.table_vertical_line
{
    background-image: url("../images/pixel.gif");
    height: 1px;
    background-repeat: repeat-x;
    padding: 0px;
}

div.popup
{
    position:absolute;
    border: 2px solid #000000;
    width: 300px;
    left: 263px;
    *left: 208px;
    margin-top: 25px;
    background-color: #FFFFFF;
    padding: 10px;
    visibility: hidden;
}

div.popup div.title
{
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
}

div.popup div.content
{
    font-size: 10px;
    font-family: Verdana;
    margin-top: 10px;
}

td.list_page_title
{
    font-family: Verdana;
    color: #44527B;
    font-weight: bold;
    font-size: 17px;
}
/** # WHICH MBA TABLE **/