.tck-module.moduletablebox2 {
    color: #585858;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(50%,#ffffff),to(#ebebeb));
    background-image: -webkit-linear-gradient(#ffffff,#ffffff 50%,#ebebeb);
    background-image: -moz-linear-gradient(top,#ffffff,#ffffff 50%,#ebebeb);
    background-image: -o-linear-gradient(#ffffff,#ffffff 50%,#ebebeb);
    background-image: linear-gradient(#ffffff,#ffffff 50%,#ebebeb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeaeaea', GradientType=0);
   
}

.sidebar-a.box1.tck-module {
    color: #585858;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 15px;
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(50%,#ffffff),to(#ebebeb));
    background-image: -webkit-linear-gradient(#ffffff,#ffffff 50%,#ebebeb);
    background-image: -moz-linear-gradient(top,#ffffff,#ffffff 50%,#ebebeb);
    background-image: -o-linear-gradient(#ffffff,#ffffff 50%,#ebebeb);
    background-image: linear-gradient(#ffffff,#ffffff 50%,#ebebeb);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeaeaea', GradientType=0);
}

.tck-module.moduletablebox2 .title,.tck-module.moduletablebox2 h1,.tck-module.moduletablebox2 h2,.tck-module.moduletablebox2 h3,.tck-module.moduletablebox2 h4,.tck-module.moduletablebox2 h5,.tck-module.moduletablebox2 h6 {
    color: #585858 !important;
}

.tck-module.moduletablebox2 a {
    color: #464c4d;
}

.tck-module.moduletablebox2 a:hover {
    color: #585858;
}

/* puts the top menu over top of content below */
div#maximenuck441 ul.maximenuck {
    z-index: 9999;
}