

table.standard_form
{
    border-style:ridge;
    background-color:White;
    border-collapse:collapse;
    line-height:2.0em;
}

table.standard_form *.center_group 
{
    text-align:center;
}

table.standard_form th,
table.standard_form th.special
{
    border-bottom-style:solid;
    border-color:Silver;
    border-bottom-width:2px;
    text-align:center;
    font-size:150%;
    font-weight:bold;
    padding:0.2em 0 0.2em 0;
}

table.standard_form th.special
{
    color:Red;
    background:yellow;
}

table.standard_form tr.special, table.standard_form td.special
{
    background-color:Yellow;
    font-weight:bold;
    color:Red;
}

/******************************************
   You must set the following font-size's
   as a group. 
******************************************/

table.standard_form td 
{
    font-size:90%;
    vertical-align:middle;
    padding:0.2em 0.2em 0em 0.2em;
}

/* Allows nesting of tables to not multiply the above 90% font-size  */
table.standard_form td.undo
{
    font-size:100%;
}

table.standard_form td.main_title
{
    text-align:center;
    font-size:250%;
    font-weight:bold;
    padding:0.2em 0em 0.2em 0em;
}

table.standard_form td.subtitle
{
    text-align:center;
    font-size:50%;
    font-weight:bold;
    padding:0.2em 0em 0.2em 0em;
}

table.standard_form td.attention_line, table.standard_form tr.attention_line
{
    text-align:center;
    font-size:100%;
    font-weight:bold;
    padding:0 0 0 0;
    margin:0 0 0 0;
    line-height: 1em;
}

table.standard_form td.right
{
    font-size:100%;
    text-align:right;
}

table.standard_form label
{
    font-size:105%;
    font-weight:bold;
    vertical-align:middle;
    text-align:justify;
    vertical-align:middle;
}

table.standard_form td textarea
{
    font-size:90%;
}

table.standard_form td input, table.standard_form td select
{
    font-size:90%;
}

/******************************************
                End Group. 
******************************************/

table.standard_form td.last
{
    padding:0.2em 0.2em 0.2em 0.2em;
}

/******************************************
                Attention
******************************************/

table.attention_form
{
    border-style:ridge;
    background-color:White;
    border-collapse:collapse;
    line-height:1.25em;
}

table.attention_form th
{
    border-bottom-style:solid;
    border-color:Silver;
    border-bottom-width:2px;
    text-align:center;
    font-size:150%;
    font-weight:bold;
    padding:0.2em 0 0.2em 0;
}

table.attention_form *.center_group 
{
    text-align:center;
}

table.attention_form td 
{
    font-size:100%;
    font-weight:bold;
    vertical-align:middle;
    padding:0.2em 0.2em 0em 0.2em;
}
