/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ContainerMaster 
{
	width: 100%;
	background-color: transparent;
	margin: 5px 5px 5px 5px;
	_padding: 5p x5px 5px 5px;
				
}

/* all grey background */
.ContainerMaster-Grey
{
width: 100%;
background-color:#CCCCCC;
margin: 10px 10px 10px 10px;	

}

/*dots title*/
.ContainerTop1
{
	background-image: url(Images/utah_avalanche_c1_dots.png);	
	background-repeat:no-repeat;	
}


/*blue title  (currently not in use)*/
.ContainerTop2
{
	background-image: url(Images/utah_avalanche_c2_bar.png);
	background-repeat:no-repeat;
	
		
}

/*large blue title*/
.ContainerTop4
{
	background-image: url(Images/utah_avalanche_c4_bar-large.png);
	background-repeat:no-repeat;

		
}




.ContainerTitle
{	
	color : black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}








