/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ContainerMaster {
	width: 100%;
	background-color: #fff;
	border:1px solid #ccc;
	/*border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.ContainerTitle {
	background-color:#ccc;
}
.containerrow2_blue {
	background-color: #ffffff;
}

.heading{
font-size:18px;
color:#4e5db4;
padding-bottom:5px;
}



#rightcontainer{
padding-left:10px;
width:232px;
float:right;
}

.moreinformation{
width:232px;
margin-top:15px;
}

.moreinformation .Head
{
font-family:Arial,Helvetica,sans-serif;
font-size:17px;
color:#4e5db4;
line-height:25px;
font-weight:bold;
}

.moreinformation  .Normal{
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:18px;
}

.information{
background-image:url(images/rightmiddleBg.jpg);
background-repeat:repeat-y;
padding:3px 12px 0px 12px;
}
































































































