/*Header*/
.ModuleTopBanner {
    
    font-size:12px;
    font-weight:bold;
    font-family: arial, verdana, sans-serif;
    height:18px;
    letter-spacing:1px;
    width:99.99%;
    color: white;
    padding-top:3px;
    padding-left: 3px;

    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;

    background: #75b91a; /* Old browsers */
    background: -moz-linear-gradient(top, #75b91a 0%, #54af13 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b91a), color-stop(100%,#54af13)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #75b91a 0%,#54af13 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #75b91a 0%,#54af13 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #75b91a 0%,#54af13 100%); /* IE10+ */
    background: linear-gradient(to bottom, #75b91a 0%,#54af13 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b91a', endColorstr='#54af13',GradientType=0 ); /* IE6-9 */    
}

/*Buttons*/
.ModuleButton {
    padding-top: 3px;
    padding-left: 3px;
    float:right;
    width:13px;
    z-index:1;
}

/*Content*/
.ModuleContent {
    width:100%;
    border: 1px solid #54AF13;
    background-color:white;   
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 5px; 
}

.ModuleFooterLeft, 
.ModuleFooterRight, 
.ModuleFooterCenter{
    background-image: none;
}


