/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	width: 100%;
	border-bottom: red 1px solid;
}

.containerrow2 {
	background-color: black
}

.ContainerTitle
{
	background-color: #ff6600;
}

.ContainerTitleText
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial, Helvetica;
}   

