/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: Transparent;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 1px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	font-weight:bold;
	color: #990000;
	border-bottom: #000000 1px solid;
	background-color: #CCCCCC;
}
.containerrow2_gray {
	background-color: Transparent;
}
.containerrow3_gray {
	background-color: Transparent;
}
.containermaster2_gray
{
    width:100%; 
    height:3px;
}
.containerrow1_NB {
	font-weight:bold;
    color: #990000;
	background-color: Transparent;
}
.containermaster_NB {
	width: 100%;
	background-color: Transparent; 
}


