/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* To change the main RED throught the theme edit the following line. */ .header, .menuback, a:active, .fieldnameback, .sideback, .menuback, a.snlink:hover, .snlinkact, .LB_closeAjaxWindow {     background-color: #138F6A;     }

.snlink {
    background-color:#E0E0FF; /*same as "databack" background color - was #e0e0f7*/
}

a.snlink:hover, .snlinkact {
    background-color:#333366; /*same as "fieldnameback" background color - was 333366 */
    color:#fff;
}
