/* Start of CMSMS style sheet '_sidebars' */
div#sidebar1top {
    width: 187px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    background: #dbeef3 url(_imgs/sidebar1_bg.gif) top left no-repeat;
    }

    
div#sidebar1bottom {
    background: transparent url(_imgs/sidebar1_bottom_knockout.gif) bottom left no-repeat;
    padding: 12px 0;
    width: 187px;
    margin: 0 auto; 
    }


div#sidebar2top {
    width: 187px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    background: #dbeef3 url(_imgs/sidebar2_bg.gif) top left no-repeat;
    }

div#sidebar2bottom {
    background: transparent url(_imgs/sidebar2_bottom_knockout.gif) bottom left no-repeat;
    padding: 12px 0;
    width: 187px;
    margin: 0 auto; 
    }

div#sidebar4top {
    width: 187px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    background: #dbeef3 url(_imgs/sidebar4_bg.gif) top left no-repeat;
    }

div#sidebar4bottom {
    background: transparent url(_imgs/sidebar4_bottom_knockout.gif) bottom left no-repeat;
    padding: 12px 0;
    width: 187px;
    margin: 0 auto; 
    }
    
    
    
/* always same */
html div.sidebarcontent {
    padding: 0 8px 0px 12px;
    background-color: transparent;
    text-align: left;
    }
    
html div.sidebarcontent a {
    padding: 3px 2px 3px 10px;
    text-decoration: underline;
    color: #44636c;
    font-weight: bold;
    min-height: 1em;
    display: block;
    font-weight: normal;
    font-size: 84%;
    border: none;
    background-image: url(_imgs/3_stars_small.gif);
    background-position: left center;
    background-repeat: no-repeat;
    }
html div.sidebarcontent a:hover {border: none;}


/* End of '_sidebars' */

