﻿/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #FFF;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.container_tower, .rlcontainerholder_colourbackground
{
	border: 1px solid #5F8ECF;
	/* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.container_tower
{
    background-color: Transparent;
}

.rlcontainerholder_colourbackground
{
}

/* ================
== title section 
===================*/
.title_area
{
	background-color: #94b3df;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* ================
== module content section
==================== */
.content_area
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.footer_area
{
}






/* STYLES FOR CONTAINER 02 */







/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader_02
{
	font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #94b3df;
	padding-left: 5px;
}


/* ================
== title section 
===================*/
.title_area_02
{
	padding: 2px 5px;
}






/* STYLES FOR CONTAINER 03 */




.no_top
{
	/* margin adds spacing between the containers */
    margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

