
/* style sheet metadata ****************************************** */
/*                                                                 */
/* project:      STYLEWORKS                                        */
/* website:      www.thestyleworks.de                              */
/* function:     experimental style sheet for style switcher       */
/* author:       k. langenberg                                     */
/* date:         02-jan-2006                                       */
/* version:                                                        */
/*                                                                 */
/*                                                                 */

div#quickref {
    display: block;
    }

div#support {
    display: none;
    }

#refswitch li.qrf a.switch:link, #refswitch li.qrf a.switch:visited {
    color: #994300;
    background: #f2e7dd;
    padding: 0;
    }

#refswitch li.sup a.switch:link, #refswitch li.sup a.switch:visited {
    color: #aba190;
    background: #f5f2ee;
    padding: 0;
    }