/* Container Styles for DotNetNuke
Transparent Container Simple Red Leaf Skin */

/* Adds spacing between the containers 
.rlcontent_transparent
{
    margin-bottom: 15px;
}
*/


/* style for module titles */
.ctitle  {
    padding-left: 8px;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:18px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 8px;
	text-transform:lowercase;
}
.cimage
{
background-image:url(bar.gif);
height:8px;
background-repeat:repeat-x;
padding-bottom:2px;
}
