/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Magnetic North Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
    color: #FFF;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_transparentbox, .rlcontainerholder_colourbackground
{
    border: solid 1px #3D8306;
    /* 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: #3D8306;
    border-bottom: solid 1px #3D8306;
    padding: 2px 5px;
}

/* ================
== module content section
==================== */
.rlcontainer_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{
}
