/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-right: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-left: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	
}
.containerrow1 {
	background-color: #000000;
	height: 30px;
}
.containerrow2 {
	background-color: transparent;
	color: #CCCCCC;
}


.containerhead {
font-family: Tahoma, Arial, Helvetica;
font-size:  18px;
font-weight: normal;
background-color:#000000;
color: #9999cc;
}



