/*
================================
 Container Styles for DotNetNuke
================================
*/   
.head {
	font-family: Verdana;

}
.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid;
	border-top: #8f9092 1px solid;
	border-left: #8f9092 1px solid;
	border-bottom: #8f9092 1px solid;

	font-size: 15px;
}
.containerrow1_gray {
	background-color: #ffffff;
	/* background-image: url(gradient_LtGray.jpg); */
}
.containerrow2_gray {
	background-color: #ffffff;
}
.HorizontalRule {
        border-top: #FF0000 1px dotted;
        border-bottom: 0px;
}

























