/* Container Styles for DotNetNuke
 Styles for Image Header Boxes R495 CSS Skin */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #996633;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_transparentbox, .rlcontainerholder_colourbackground
{
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
    border-right: #996633 1px solid;
    border-top: #996633 1px solid;
    border-left: #996633 1px solid;
    border-bottom: #996633 1px solid;
}
.rlcontainerholder_nobox
{
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
    background-color: Transparent;
}
.rlcontainerholder_transparentbox
{
    background-color: Transparent;
}

.rlcontainerholder_colourbackground
{
    background-color: #f8f8f8;
}

/* ================
== title section 
===================*/
.rlactions_image
{
    border-bottom: #996633 3px solid;
    padding: 2px 5px;
    border-top: #996633 3px solid;
    background-color: #f8f8f8;
}

.rlactions_noimage
{
    padding: 2px 5px;
    background-color: Transparent;
}
/* ================
== module content section
==================== */
.rlcontainer_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.rlfooter_image
{
}


