/* Default CSS Stylesheet for a new Web Application project */

body
{
    background-image: url(images/Pf7n3t.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
}



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
{
    /*Changed color from #d6e5f3 to xxx on 9-15-11*/ /*background-color: #d6e5f3; /*color: #c52032;*/
    background-color: #F3F3F3;
    font-family: Arial;
    font-size: 8pt; /*border: #002d96 1px solid;*/
    border: #828282 1px solid;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*behavior: url(./border-radius.htc);*/

}

.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;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.table_head
{
    /*background-color: #4c79cc;*/ /*background-color: #b0c4de;*/
    background-color: #EAEAEA;
    color: Black;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
    font-weight: normal; /*border: #002d96 1px solid;*/
    border: #828282 1px solid;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;

}

/*div.RadGrid,
div.RadGrid table.rgMasterTable thead
{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: #828282 1px solid;
}
*/
