/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	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;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.top_row_red {
	background-color: #990000;
}
.body_row_tan {
	background-color: #FFFFCC;
}
.top_row_blue {

	background-color: #5351e1;
}
/* style for Module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFFFFF;
}
/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	font-style: normal;
}

.top_row_green {
	background-color: #37B535;
}.top_row_purple {
	background-color: #a04dc5;
}


