/* 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:#4D94C2;
    /*color: #ffcc33;*/
    
}

.rl_title_imageheader a:link, .rl_title_imageheader a:active, .rl_title_imageheader a:visited
{
    color:#4D94C2;
    text-decoration:none;
}

.rl_title_imageheader a:hover
{
    color:#4D94C2;
    text-decoration:underline;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.rlc-0001_BoxGreySolidtbox, .rlc-0001_BoxGreySolidbg
{
	margin: 0px 0px 5px 0px;
}
 
.rlc-0001_BoxGreySolidtbox
{
    background-color: Transparent;

}

.rlc-0001_BoxGreySolidbg
{
    background-color: #E8F0F2;
    /*background-image:url(cfm-BoxGreyMSN5colorbg.jpg);
    background-repeat:repeat-x;*/
}

/* ================
== title section 
===================*/
.rlactions_BoxGreySolidx
{
    background-color: #E8F0F2;
    /*background-image:url(cfm-BoxGreyMSN5-bg.gif);
    background-repeat:no-repeat;*/
    padding: 6px 5px 6px 10px;
}

/* ================
== module content section
==================== */
.rlcontainer_BoxGreySolidx
{
    padding: 10px;
}

/* ================
== footer section 
===================*/
.rlfooter_BoxGreyMSN5x
{
}




