/* Default CSS Stylesheet for a new Web Application project */

body
{
    background-color: #ffffff;
}


input[type="text"], 
input[type="password"], 
textarea, 
textarea[disabled]:hover, 
input[disabled][type="text"]:hover, 
input[disabled][type="password"]:hover,
select
{
    border: solid 1px #8e8e8e;
    background-color: #ffffff;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover table:hover
{
    border: #002d96 1px solid;
}

.table_back
{
    background-color: #d6e5f3; /*color: #c52032;*/
    font-family: Arial;
    font-size: 8pt;
    border: #002d96 1px solid;
}

.table_back_center
{
    background-color: #d6e5f3; /*color: #c52032;*/
    font-family: Arial;
    font-size: 8pt;
    border: #002d96 1px solid;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.table_head
{
    background-color: #4c79cc;
    color: #ffffff;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border: #002d96 1px solid;
}

