/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.title_imageheader
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #FFF;
	 padding: 2px 5px 0px 5px;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.containerholder_transparentbox, .containerholder_whitebox
{
    border: none;
    /* margin adds spacing between the containers */
    margin-bottom: 4px;
}
.containerholder_transparentbox
{
    background-color: Transparent;
}

.containerholder_whitebox
{
    background-color: White;
}

/* ================
== title section 
===================*/
.actions_image
{
    background-color: Transparent;
    border: none;
    padding: 0px 5px;
}

/* ================
== module content section
==================== */
.container_image
{
	background-color: White;
    padding: 0px 5px 1px 5px;
}

/* ================
== footer section 
===================*/
.footer_image
{
}


