/*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*/
/*
.snlink {
    background-color:#e0e0ff; /*same as "databack" background color - was #e0e0f7*/
}

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

.LB_window {
    background: #e0e0ff; /*same as "databack" background color - was #e0e0f7 */
    border: 2px solid #000099; /*same as "fieldnameback" background color - was #333366*/
}

.LB_closeAjaxWindow{
    background-color:#000099; /*same as "fieldnameback" background color - was #333366 */
}


*/