
/***********************************************
                   General
***********************************************/

body.smallest, body.smallest table, table td.smallest
{
    font-size:80%;
}

body.small, body.small table, table td.small
{
    font-size:90%;
}

body.normal, body.normal table, table td.normal
{
    font-size:100%;
}

body.large, body.large table, table td.large
{
    font-size:110%;
}

body.largest, body.largest table, table td.largest
{
    font-size:120%;
}

div.hidden
{
    visibility:hidden;
    display:none;   
}

div.not_hidden
{
}


div.left
{
    border-width:0;
    margin:0;
    border-collapse:collapse;
}

div.center
{
    text-align:center; /* Uncomment start to center image*/
    border-width:0;
    margin:0;
    border-collapse:collapse;
}

/***********************************************
               Home Page Display
***********************************************/

table#home_page_message
{
    font-size:150%;
    padding:1em;
}

table#home_page_message td
{
    text-align:center;
    font-weight:bold;
}


/***********************************************
                Error Handling
***********************************************/

table.error_report
{
    width:30em;
    border: 3px solid red;
    background-color: white;
    border-collapse:collapse;
    margin:3em 0em 3em 0em;
    text-align:center;
}

table.error_report th
{
    font-weight:bolder;
    font-size:120%;
    border-bottom:1px solid red;
    padding: 0.2em;
    text-align:center;
}

table.error_report td
{
    font-size:90%;
    padding:1em;
    text-align:justify;
}

table.error_report *.ok_button
{
    padding: 0 0 0.25em 0 ;
    text-align:center;
}

font.cyan_text
{
    background-color:cyan;
    color:black;
}

font.purple_text
{
    color:black;
    background-color:violet;
}

