/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Simple Red Leaf Skin */

/* ======================
== Style for module title 
==========================*/
.esi_title_imageheader
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #ffffff;
}

.esi_title_darkheader
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #00519c;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.esicontainerholder_transparentbox, .esicontainerholder_colorbackground
{
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.esicontainerholder_transparentbox
{
    background-color: Transparent;
}

.esicontainerholder_colorbackground
{
    background-color: #e7ebf7;
}

/* ================
== title section 
===================*/
.esiactions_image
{
    background-color:#00519c; 
    border-bottom: solid 2px #b5a28c;
    padding: 2px 5px;
}

.esiactions_line
{
    background-color:Transparent; 
    border-bottom: solid 2px #b5a28c;
    padding: 2px 5px;
}

/* ================
== module content section
==================== */
.esicontainer_image
{
    border-top:solid 2px #b5a28c; 
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.esifooter_image
{
}


