/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #F6FAFF;
}
.container_title 
{
}
.container_title1
{
	background-position: left top;
	background-image: url(img_01.gif);
	background-repeat: no-repeat;
	background-color: #c6e3ff;
}
.container_title2
{
	background-image: none;
	background-color: #99ccff;
}
.container_title3
{
	background-position: right top;
	background-image: url(img_03.gif);
	width: 19px;
	background-repeat: no-repeat;
	background-color: #c6e3ff;
}
.container_content
{
	width: 100%;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	
}