/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	color:White;
	background-color: #605c9e;
	
}
.WhiteHead{ color:White;
	 font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    }
.ContBackground 
{
	background-color:White;
	height:100%;
	width:100%;
}
.Links
{
	color:3400FD; 
	text-decoration:underline;
	 font-family:Verdana,arial,helvetica;
}
.ContHLft {
	width: 5px;
	height:28px;
	background-image: url(images/container/HeaderLft.gif);
  
}
.ContHRt {
	width: 6px;
	height:28px;

	background-image: url(images/container/HeaderRt.gif);
}
.ContH {
	
	height:28px;
	color:White;	
	background-image: url(images/container/HeaderCenter.gif);
}
.containerrow2_gray {
	background-color: #7E7BB4
}
