/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
body {
            background: #FFFFFF url(../../images/background.gif);         
            background-color: #$config.page_bg#;            
          font-size: 9pt;

        }
        th, td {
            background-color: #$config.page_bg#;            
            color: #$config.page_fg#;
            font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
            font-size: 9pt;
        }
        /* properties for all input elements */
        input, textarea {
            font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
            font-size: 9pt;
        }
        /* properties for headers */
        .hdr {
            color: #707070;
            font-size: 140%;
            font-weight: bold;
            text-align: center;
        }
        h1 {
            color: #707070;
            font-size: 140%;
            font-weight: bold;
            text-align: left;
        }
        /* vedit - vertical table (signup, profile edit) */
        .vedit {
            background-color: #FFFFFF;
            padding-left:  5px;
        }
        /* vedit - usual column (right) */
        .vedit td {
            padding: 5px;
            padding-left:  5px;
            background-color: #F0F3F4;
            text-align: left;
        
        }
        /* vedit - header column (left) */
        .vedit th {
            padding: 10px;
            padding-right: 15px;
            text-align: right;
            background-color: #9CBFDC;
            font-weight: normal;
width: 130px;
        }
        /* hedit - horizontal table (payments list) */
        .hedit {
            background-color: #F0F0F0;
        }
        /* hedit - usual column */
        .hedit td {
            padding: 5px;
            background-color: #E0E0E0;
            font-family: "Verdana";
            font-size: 8pt;
        }
        /* hedit - header column */
        .hedit th {
            padding: 5px;
            background-color: #C0B9C0;
        }
/* vedit - Right menubar (right) */
        .rbedit {
            padding-right: 5px;
            text-align: right;
            background-color: #FFFFFF;
            font-weight: normal;
        }

a.headbar:link { color: #FFFFFF; text-decoration: none }
a.headbar:visited { color: #FFFFFF; text-decoration: none }
a.headbar:active { color: #CCCCCC; text-decoration: none }
a.headbar:hover { color: #CCCCCC; text-decoration: none }