/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_dept {
	width: 100%;
	background-color: #ffffff;
	border-right: #009933 1px solid; 
	border-top: #009933 1px solid; 
	border-left: #009933 1px solid; 
	border-bottom: #009933 1px solid; 
	-border-top-left-radius:0px;
	-border-top-right-radius:0px;
	-border-bottom-left-radius:0px;
	-border-bottom-right-radius:0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}
.containermaster_brown {
	width: 100%;
	background-color: #ffffff;
	border-right: #99cc66 1px solid; 
	border-top: #99cc66 1px solid; 
	border-left: #99cc66 1px solid; 
	border-bottom: #99cc66 1px solid; 
	-border-top-left-radius:3px;
	-border-top-right-radius:0px;
	-border-bottom-left-radius:0px;
	-border-bottom-right-radius:0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}
.containermaster_dept_color {
	width: 100%;
	background-color: #;
	border-right: #009933 1px solid; 
	border-top: #009933 1px solid; 
	border-left: #009933 1px solid; 
	border-bottom: #009933 1px solid;
	-border-top-left-radius:0px;
	-border-top-right-radius:0px;
	-border-bottom-left-radius:0px;
	-border-bottom-right-radius:0px;
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_dept {
	background-image: url(cont_dept.gif);
	background-repeat: repeat-x;
	border-bottom: #009933 1px solid;
	background-color: #ffffff;
}
.containerrow1_dept_light {
	background-image: url(cont_dept_light.gif);
	background-repeat: repeat-x;
	border-bottom: #cccc99 1px solid;
	background-color: #ffffff;
}
.containerrow1_dept_white {
  border-bottom: #009933 1px solid;
	background-color: #ffffff;
}
.containerrow1_dept_color {
  border-bottom: #009933 1px solid;
	background-color: #f9f9eb;
}
.containerrow2_dept {
	background-color: #ffffff;
}
.containerrow2_dept_color {
	background-color: #f9f9eb;
}



