/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	font-family:Tahoma;
	font-size:10px;
	background-color:#CCCCCC;
	border-width:1px;
	border-color:white;
	border-style:solid;
	width:100%;

}
.containerrow1_gray {
	font-family:Tahoma; font-size:9px; color:#CCCCCC; }
.containerrow2_gray {
	font-family:Tahoma;
	font-size:9px;
	background-color:white;
	color: #CCCCCC;
}


