.ModuleTopLeftCorner {
    background-image:url("Img/portlet_corner_topleft.gif");
    background-repeat:no-repeat;
    clear:left;
    float:left;
    height:21px;
    width:8px;
}
.ModuleTopBanner {
    background-image: url("Img/portlet_title_bar.gif");
    background-repeat: repeat-x;
    font-size:12px;
    font-weight:bold;
    height:18px;
    letter-spacing:1px;
    width:100%;
    color: white;
    padding-top:3px;
}

.ModuleButton {
    float:right;
    width:13px;
    z-index:1;
}
.ModuleTopRightCorner {
    background-image: url("Img/portlet_corner_topright.gif");
    background-repeat:no-repeat;
    position:relative;
    right:-2px;
    float:right;
    height:21px;
    width:8px;
    z-index:10;
}
.ModuleContent {
    width:100%;
    border-left: 1px solid #6B91C0;
    border-right: 1px solid #6B91C0;
    border-top: 1px solid #6B91C0;
    /*clear:left;*/
    background-color:white;
}
.ModuleFooterLeft {
    background-image:url("Img/portlet_corner_botleft.gif");
    background-repeat:no-repeat;
    clear:left;
    float:left;
    height:8px;
    width:8px;
}
.ModuleFooterCenter {
    background-image: url("Img/portlet_bot.gif");
    background-repeat: repeat-x;
    height:8px;
    width:100%
}
.ModuleFooterRight {
    background-image: url("Img/portlet_corner_botright.gif");
    background-repeat:no-repeat;
    position:relative;
    right:-2px;
    float:right;
    height:8px;
    width:8px;
    z-index:1;
}
