.ModuleTopLeftCorner {
    background-image: url("/DesktopModules/ETSIFrame/Img/portlet_corner_topleft.gif");
    background-repeat: no-repeat;
    clear: left;
    float: left;
    height: 21px;
    width: 8px;
}
.ModuleTopRightCorner {
background-image: url("/DesktopModules/ETSIFrame/Img/portlet_corner_topright.gif");
background-repeat: no-repeat;
position: relative;
right: -2px;
float: right;
height: 21px;
width: 8px;
z-index: 10;
}
.ModuleButton {
float: right;
width: 13px;
z-index: 1;
}
.ModuleTopBanner {
background-image: url("/DesktopModules/ETSIFrame/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;
}
.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("/DesktopModules/ETSIFrame/Img/portlet_corner_botleft.gif");
background-repeat: no-repeat;
clear: left;
float: left;
height: 8px;
width: 8px;
}
.ModuleFooterRight {
background-image: url("/DesktopModules/ETSIFrame/Img/portlet_corner_botright.gif");
background-repeat: no-repeat;
position: relative;
right: -2px;
float: right;
height: 8px;
width: 8px;
z-index: 1;
}
.ModuleFooterCenter {
background-image: url("/DesktopModules/ETSIFrame/Img/portlet_bot.gif");
background-repeat: repeat-x;
height: 8px;
width: 100%;
}