/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader{
	font: 80% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #a9a900;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_transparentbox, .rlcontainerholder_colourbackground {
    border: solid 1px #000;
	margin-top: 15px;
}
.rlcontainerholder_transparentbox {
    background-color: Transparent;
}

.rlcontainerholder_colourbackground {
	/* Background color of the content of the box */
    background-color: #ffff80;
}

/* ================
== title section 
===================*/
.rlactions_image {
	/* Titlebar of the box */
	background-color: #505000;
    border-bottom: solid 1px #000;
    padding: 1px 5px;
}

/* ================
== module content section
==================== */
.rlcontainer_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{
}


