/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_laptop {
	width: 100%;
	background-color: #ffffff;
	border-right: #DBDBDB 1px solid; 
	border-top: #DBDBDB 1px solid; 
	border-left: #DBDBDB 1px solid; 
	border-bottom: #DBDBDB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermasterwhite_laptop {
	width: 100%;
	background-color: #ffffff;
	border-right: #526D6E 0px solid; 
	border-top: #526D6E 0px solid; 
	border-left: #526D6E 0px solid; 
	border-bottom: #526D6E 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerhr_laptop {
	width: 100%;
	background-color: #B9B9B9;
	border-right: #B9B9B9 1px solid; 
	border-top: #B9B9B9 1px solid; 
	border-left: #B9B9B9 1px solid; 
	border-bottom: #B9B9B9 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_laptop {
	background-image: url(container_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
}
.containerrow2_laptop {
	background-color: #ffffff;
}
.containerheader_laptop {
	font-family: Arial;
    font-size: 15px;
	color: #7F9BA5;
    font-weight: bold;
}
.containerheaderlight_laptop {
	font-family: Arial;
    font-size: 12px;
	color: #E4EAEB;
    font-weight: bold;
}


