html, body
{
    background-color: #FFF3B7;
}

body, div, table, th, td, p
{
    font-family: arial;
    font-size: 12px;
    font-style: normal;
}

div#spacer
{
    /*
    background-color: #F3F3F3;
    */
    background-color: #FFF3B7;
}

div#top_left
{
    background-image: url('../images/top_left.jpg');
}

div#top_right
{
    background-image: url('../images/top_right.jpg');
    background-repeat: no-repeat;
    /*
    background-color: #F3F3F3;
    */
    background-color: #FFF3B7;
}

td.menu_item
{
    font-weight: bold;
    /*
    color: #FFFFFF;
    background-color: #008040;
    */
    background-color: #F3BC3E;
    text-align: right;
    border-bottom: 1pt solid #FFFFFF;
}
td.menu_selected
{
    width: 11px;
    background-color: #006699;
    border-bottom: 1pt solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}
td.menu_not_selected
{
    background-color: #000000;
    border-bottom: 1pt solid #FFFFFF;
}

div#page_title
{
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;

    background-image: url('../images/page_title.jpg');
    background-repeat: no-repeat;
}

.questionnaires
{
    border: 1pt solid #CCCCCC;
    background-color: #FFFFFF;

}
td.q_number
{
    font-size: 16pt;
    font-weight: bold;
    width: 20px;
}
td.q_explain
{
    color: #444444;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-left: 0pt solid #CCCCCC;
    text-decoration: none;
    padding-left: 0px;
    font-size: 13px;
}

div#box_grey
{
    border: 1pt solid #CCCCCC;
    background-color: #FFFFFF;
    color: #006666;
}

div#box_yellow
{
    border: 1pt solid #CCCCCC;
    background-color: #F3BC3E;
    color: #000000;
}

div#box_black
{
    border: 1pt solid #CCCCCC;
    background-color: #B93941;
    color: #FFFFFF;
}

div#box_blue
{
    border: 1pt solid #CCCCCC;
    background-color: #0000CD;
    color: #FFFFFF;
}

div#box_red
{
    border: 1pt solid #CCCCCC;
    background-color: #993300;
    color: #FFFFFF;
}

.header_grey
{
    font-size: 10pt;
    color: #999999;
    font-weight: bold;
}

.subtext_grey
{
    font-size: 8pt;
    color: #999999;
}

.header_black
{
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
}

.header_white
{
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
}
.subtext_white
{
    font-size: 9pt;
    color: #FFFFFF;
}

h1
{
    font-size: 16px;
    margin: 0px;
}
h2
{
    font-size: 14px;
    margin: 0px;
}
h3
{
    font-size: 12px;
    margin: 0px;
}
h4
{
    font-size: 12px;
    margin: 0px;
}

a:href
{

}
a.link_black
{
    color: #000000;
    text-decoration: underline;
}
a.link_white
{
    color: #FFFFFF;
    text-decoration: underline;
}

a.menu
{
    color: #FFFFFF;
    text-decoration: none;
}

div#menu a:hover
{
    text-decoration: none;
}

a.black
{
    color: #000000;
    text-decoration: underline;
}
a.hover
{
    color: #000000;
    text-decoration: underline;
}
a.visited.menu
{
    color: #FFFFFF;
    text-decoration: none;
}

textarea
{
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    /*
    border: 1px #CCCCCC solid;
    background-color: #FFFFFF;
    */
    border: 1px #CCCCCC solid;
    background-color: #FFF3B7;
}

input
{
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    /*
    border: 1px #CCCCCC solid;
    background-color: #FFFFFF;
    */
    border: 1px #CCCCCC solid;
    background-color: #FFF3B7;
}

input.no_style
{
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    border: 0pt ;
    background-color: #FFFFFF;
}

#available_block
{

}

input.submit_style
{
    /*
    background-color: #F3BC3E;
    color: #000000;
    */
}

