/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.container_title
{
    font: bold 120% Arial, Helvetica, Sans-Serif;
}

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.containerholder_transparentbox
{
    background-color: Transparent;
    border: solid 1px #dbdbdb;
	padding:10px;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}

.containerholder_noborder
{
    background-color: Transparent;
	padding:10px;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}

/* ================
== module content section
==================== */
.container_content
{
	text-align:left;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{
}

