/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_pda {
	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_pda {
	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_pda {
	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_pda {
	background-image: url(container_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
}
.containerrow2_pda {
	background-color: #ffffff;
}
.containerrow3_pda {
	background-image: url(green_container_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
}
.containerrow4_pda {
	background-image: url(orange_container_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
}
.containerheader_pda {
	font-family: Arial;
    font-size: 15px;
	color: #596e84;
    font-weight: bold;
}
.containerheaderlight_pda {
	font-family: Arial;
    font-size: 12px;
	color: #ffffff;
    font-weight: bold;
}




