/* vim: set expandtab tabstop=4 shiftwidth=4 nowrap: */
body {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    /* font-size: 75%; */
}
td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
}
a:link    { color:#3F702E; text-decoration:none }
a:visited { color:#003366; text-decoration:none }
a:hover   { color:#DD6900; text-decoration:none }
a:active  { color:#3F702E; text-decoration:none }
a:focus   { text-decoration:underline }


.header {
    font-size: 170%;
    white-space: nowrap;
}
.txtsmall {
    font-size: 75%;
}

.border { 
    border: solid 1px #003366; /* bordercolor dark blue:  #003366; 
                                              light blue: #e7eff7*/
    border-collapse: collapse;
}

.hmfspace { /* Header-Main-Footer-Space ;) - add "display: none;" to remove space */
}

.lightline { 
    color: #ffffff;
    background-color: transparent;
}

.background { 
    color: #000000;
    background-color: #eae9cf; 
}
   .errormsg{
    font-family: sans-serif,arial,helvetica;
    font-size: 90%;
    color: <?php echo $PSA_OPTS['ErrorFont'] ?>;
    background-color: <?php echo $PSA_OPTS['ErrorBack'] ?>;
   }
   .headercell{
    font-family: sans-serif,arial,helvetica;
    font-size: 90%;
    color: <?php echo $PSA_OPTS['DataFont'] ?>;
    background-color: <?php echo $PSA_OPTS['DataBack'] ?>;
   }
   .headercell h2{
    font-family: sans-serif,arial,helvetica;
    font-size: 175%;
    font-weight: bold;
    font-style: italic;
    color: <?php echo $PSA_OPTS['DataFont'] ?>;
    background-color: <?php echo $PSA_OPTS['DataBack'] ?>;
   }
   .headercell a{
    font-family: sans-serif,arial,helvetica;
    text-decoration: none;
    color: <?php echo $PSA_OPTS['DataFont'] ?>;
    background-color: <?php echo $PSA_OPTS['DataBack'] ?>;
   }
   .menucell a{
    font-family: sans-serif,arial,helvetica;
    color: <?php echo $PSA_OPTS['MenuFont'] ?>;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
    background-color: <?php echo $PSA_OPTS['Tables'] ?>;
   }
   .menucell a:hover{
    font-family: sans-serif,arial,helvetica;
    color: <?php echo $PSA_OPTS['Tables'] ?>;
    background-color: <?php echo $PSA_OPTS['MenuFont'] ?>;
   }
   .maincell{
    font-family: sans-serif,arial,helvetica;
    color: <?php echo $PSA_OPTS['DataFont'] ?>;
    font-size: 90%;
    background-color: <?php echo $PSA_OPTS['DataBack'] ?>;
   }
   .maincell td{
    font-family: sans-serif,arial,helvetica;
    color: <?php echo $PSA_OPTS['DataFont'] ?>;
    font-size: 80%;
    background-color: <?php echo $PSA_OPTS['DataBack'] ?>;
   }
   .maincell a{
    font-family: sans-serif,arial,helvetica;
    color: <?php echo $PSA_OPTS['DataFont'] ?>;
    font-weight: bold;
    padding: 2px;
   }
   .maincell a:hover{
    font-family: sans-serif,arial,helvetica;
    color: <?php echo $PSA_OPTS['DataBack'] ?>;
    background-color: <?php echo $PSA_OPTS['DataFont'] ?>;
   }
   .versionnum{
    font-family: sans-serif,arial,helvetica;
    color: <?php echo $PSA_OPTS['MenuFont'] ?>;
    font-size: 75%;
    background-color: <?php echo $PSA_OPTS['Tables'] ?>;
   }

