/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Magnetic North Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
    font: bold 100%  Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-weight: bold;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_transparentbox, .rlcontainerholder_colourbackground
{
    border: solid 1px #3174B0;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.rlcontainerholder_transparentbox
{
    background-color: Transparent;
}

.rlcontainerholder_colourbackground
{
    background-color: #FFFFFF;
}

/* ================
== title section 
===================*/
.rlactions_image
{
    background-color: #3174B0;
    border-bottom: solid 1px #3174B0;
    padding: 2px 5px;
    color:#ffffff;
    font-weight: bold;
    font-size: 12px;
}

/* ================
== module content section
==================== */
.rlcontainer_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{
}

