/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/*  Main control over entire container */  
.containermaster_blue {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	color: #FFFFFF;
}
.containerrow1_blue {
	background-image: url();
	background-color: #FFCCFF;
}
.containerrow2_blue {
	background-color: #ffffff;
}
/*  Modifies the dnn controls on the header section - font color */ 
.SMHead   {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: normal;
    color: #000000;
}
/*  Top row header settings - can't deal with font color */  
.container_head {
	font-family:"Times New Roman", Times, serif
	color: #000000;
	background-image: url(Pix/LtBrownGrad.gif);

}


