/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.moduleContainer {
	margin-bottom:10px;
	width:100%;
}
.donateNowContainer, .emailAFriendContainer {
	width:100%;
}
.BlueMC {
	border-left: 1px solid #006881;
	background: #fff url(images/module_green_right_border.jpg) repeat-y right;
}
.PinkMC {
	border-left: 1px solid #b97b90;
	background: #fff url(images/module_pink_right_border.jpg) repeat-y right;
}

.PinkMC TABLE 
{
	width:100%;
}
.printFriendly { margin-bottom: 10px; }
.PrintHead span.Head {
color: #006881;
font: normal 1.8em verdana !important;
margin: 0 0 10px 0;
padding: 0;
}

.moduleContainer a:link { font: normal xx-small verdana; }

.moduleTitle {
	height: 27px;
	margin-bottom: 5px;
	padding-left: 3px;
	vertical-align: bottom;
}
.donateNowTitle, .emailAFriendTitle {
	padding-left: 3px;
	vertical-align: bottom;
}
.PinkMT { background: #b97b90 url(images/module_pink_right_corner.jpg) no-repeat right; }
.BlueMT { background: #006881 url(images/module_green_right_corner.jpg) no-repeat right;}

.moduleTitle span, .moduleTitle span a:link, .LabelEditTextClass {
	color: #fff;
	display:block;
	float:left;
	font: bold .9em verdana;
	height: 22px;
	line-height: 22px;
}
.moduleTitle span {	width:15px;}
.moduleTitle span.Head {width:auto;margin:3px 0 0 3px;}
.moduleTitle IMG {float:left; margin-top:3px;}

/* Display the icon next to the module titles */
.printFriendly span.Head { font: bold .9em verdana;}

.LabelEditTextClass {
	color: #333;
	font: bold x-small verdana;
}

.moduleContent 
{
	padding: 0 10px 10px;
 }
 .modulecontentfeedback 
{
	padding: 0 0px 0px;
 }
.donateNowContainer .moduleContent, .emailAFriendContainer .moduleContent 
{
	padding: 0 0 0;
 }

 .moduleContent *, .moduleContent .*
{	
	font: normal xx-small verdana;
 }
.moduleBtm 
{
	display:block;
	height:1px;
	width:100%;}
	
.PinkMB { background: #b97b90 url(images/module_pink_right_border.jpg) repeat-y right; }
.BlueMB {background: #006881 url(images/module_green_right_border.jpg) repeat-y right; }
