/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-color: #ffffff;
}
.containerrow2_gray {
	background-color: #ffffff;
}



.head
{
    color:#000000;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}    










containermasternew_gray {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1new_gray {
	background-color: #ffffff;
}
.containerrow2new_gray {
	background-image: url(contentpane.jpg);
	background-repeat:repeat-x;
	background-color:#C8E2FE;
	width:800px;
	height:200px;
	padding-left:6px;
	
}