/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;	
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.GreenBody
{
	 font-family: arial, sans-serif;
	 font-size:12px;
	 color:Black;
	 background-color:#EEEEEE;
	 padding-left:10px;
	 padding-top:15px;
	 
}
.GreenBody td
{
	 font-family: arial, sans-serif;
	 font-size:12px;
	 color:Black;
	 background-color:#EEEEEE;
}

.GreenTitle
{
	padding-left:15px;
	font-family: arial, sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}
.EmptyTitle
{
	background-color: transparent;
	background-image: url(bullet_square.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-left: 22px;
	font-family: arial, sans-serif;
	font-size:16px;
	color:#444;
	font-weight:bold;
	margin-left: 15px;
}


.FullGreenBody
{
	background-color:#DDDDDD;
	font-family: arial, sans-serif;
	 font-size:12px;
	 color:Black;

}
