/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #000;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_transparentbox, .rlcontainerholder_colourbackground
{
/*REMOVE    border: solid 1px #711515; */
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
    max-width: 700px;

}
.rlcontainerholder_transparentbox
{
    background-color: Transparent;
}

.rlcontainerholder_colourbackground
{
    background-color: #E9D8D8;
}

/* ================
== title section 
===================*/
.rlactions_image
{
/*REMOVE    background-color: #95353D; */
    background-color: #EFF3F7;   
/*REMOVE        border-bottom: solid 1px #ED9F9F; */
    border-bottom: solid 1px #D9EAED;
    padding: 2px 5px;
}

/* ================
== module content section
==================== */
.rlcontainer_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{
}

