/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #f2f1ed;
	border-right: #bdc392 0px solid; 
	border-top: #bdc392 0px solid; 
	border-left: #bdc392 0px solid; 
	border-bottom: #bdc392 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(images/skin_05.jpg);
}
.containerrow1_head {
	font-size: 12px;
	font-weight: bold;
	color: #f4f5f9;
}
.containerrow2_blue {
	background-image: url(images/skin_04.jpg);
	background-repeat: repeat-x; 
	background-color: #f2f1ed;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
}
.containerrow1_icon{
	background-image: url(images/skin_03.jpg);
	background-repeat: no-repeat;
	width:20px;
	height:39px;
}
.containermaster_blank {
	width: 100%;
	border-right: #bdc392 0px solid; 
	border-top: #bdc392 0px solid; 
	border-left: #bdc392 0px solid; 
	border-bottom: #bdc392 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blank {
	background-image: url(images/skin_05.jpg);
}
.containerrow1_blankhead {
	font-size: 12px;
	font-weight: bold;
	color: #f4f5f9;
}
.containerrow2_blank {
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
}
.containerrow1_blankicon{
	background-image: url(images/skin_03.jpg);
	background-repeat: no-repeat;
	width:20px;
	height:39px;
}