root { 
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: small;
    margin: 0;
    
    list-style-position: outside;
    /*background-color: #dfecf1;*/
    /*background-repeat: repeat-x;*/
    background-position: center top;
    background-attachment: fixed;
}

.titlePage{
/*    font-family: "Motiva Sans", sans-serif;*/
    color: #fff;
    margin: 0;
    padding: 0px 0px 6px 0px;
    font-size: 45px;
    letter-spacing: -2px;
    font-weight: bold;
    margin: 5px 5px 0; 
/*    text-shadow: black 0.1em 0.1em 0.2em;*/
}

table {
    empty-cells: show;
}

form.jsfcrud_list_form th, td th {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
/*    font-size: x-small;*/
    color: #4e6a71;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #90b4bd;
    border-right-color: #90b4bd;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #b2d5d6;
}

td {
    vertical-align: top;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: small;
}

form.jsfcrud_list_form td, td td {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #b2d5d6;
    border-right-color: #b2d5d6;
    padding-bottom: 0px;
}

tr.jsfcrud_odd_row {
    background-color: #fefeff;
    color: #4e6a71;
}


tr.jsfcrud_even_row {
    background-color: #eff5fa;
    color: #4e6a71;
}

#busyImage {
    position: absolute;
    left: 50%;
    top: 50%;
}
