/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
	font: bold 12pt "Courier New", Courier, monospace;
	color: #000000;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_transparentbox, .rlcontainerholder_colourbackground
{
	padding-top: 0px;
	margin-right: 30px;
}
.rlcontainerholder_transparentbox
{
	background-color: Transparent;
}

.rlcontainerholder_colourbackground
{
	background-color: #F5F5F5;
}

/* ================
== title section 
===================*/

.rlactions_image
{
	background-color: #EFEFEF;
	border-bottom: dashed 1px #959595;
	border-top: solid 1px #959595;
	padding: 2px 5px;
}

/* ================
== module content section
==================== */
.rlcontainer_image
{
	padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{

}


