/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.title_smaller {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.containermaster_grey {
	width: 100%;
	background-color: #efefef;
	border-right: none; 
	border-top: none; 
	border-left: none; 
	border-bottom: none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_grey {
	background-image: none;
}
.containerrow2_grey {
	background-color: #efefef;
}
