/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #04325f;
    text-align: left;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_transparentbox, .rlcontainerholder_colourbackground
{
    /* margin adds spacing between the containers */
    margin: 0px;
    text-align: left;
   
}

.rlcontainerholder_colourbackground
{
    background-color: #fff;
    text-align: left;
    margin: 0px;

}

/* ================
== title section 
===================*/
.rlactions_image
{
    background-color: #B3BBC1;
    padding: 4px 0px 4px 11px;
    margin: 0px;
    text-align: left;
}

/* ================
== module content section
==================== */
.rlcontainer_image
{
    padding: 10px;
    text-align:left;
    margin: 0px;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{
}
#contentpane
{
    text-align: left;
    margin: 0px;
    padding: 0px;
}



