/* Container Styles for DotNetNuke
 Styles for Image Header Boxes CFM Container */

/* ======================
== Style for module title 
==========================*/
.rl_title_imageheader
{
    font: bold 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color:#FFFFFF;
    /*color: #ffcc33;*/
    
}

.rl_title_imageheader a:link, .rl_title_imageheader a:active, .rl_title_imageheader a:visited
{
    color:#FFFFFF;
    text-decoration:none;
}

.rl_title_imageheader a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlcontainerholder_boxgrey10tbox, .rlcontainerholder_boxgrey10bg
{
	margin: 0px 0px 5px 0px;
}
 
.rlcontainerholder_boxgrey10tbox
{
    background-color: Transparent;

}

.rlcontainerholder_boxgrey10bg
{
    background-color: #f4f3c8;
    background-image:url(cfm-boxgrey10colorbg.jpg);
    background-repeat:repeat-x;
}

/* ================
== title section 
===================*/
.rlactions_boxgrey10x
{
    background-color: #7d99a5;
    background-image:url(cfm-boxgrey10-bg.gif);
    background-repeat:no-repeat;
    padding: 6px 5px 6px 10px;
}

/* ================
== module content section
==================== */
.rlcontainer_boxgrey10x
{
    padding: 10px;
}

/* ================
== footer section 
===================*/
.rlfooter_boxgrey10x
{
}




