/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.cleanbox_title_imageheader
{
    font: normal 100% "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
    color: black;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.cleanbox_transparentbox, .cleanbox_colourbackground
{
    border: solid 1px #EEEEEE;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.cleanbox_transparentbox
{
    background-color: Transparent;
}

.cleanbox_colourbackground
{
    background-color: #EEEEEE;
}

/* ================
== title section 
===================*/
.cleanbox_title_image
{
    background-color: #EEEEEE;
    border-bottom: solid 1px #F0F0EC;
    padding: 2px 5px;
}

/* ================
== module content section
==================== */
.cleanbox_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.cleanbox_footer_image
{
}


