/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #FFFFF2;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid;
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1 {
	border-bottom: red 1px solid;
}
/*
.containerrow1Center {

	background-image: url(zahlavi2b.gif);
	height: 18px;
}
.containerrow1Left {
	background-image: url(zahlavi2a.gif);
	width: 13px;
	height: 18px;
}
.containerrow1Right {
	background-image: url(zahlavi2c.gif);
	width: 11px;
	height: 18px;
}
*/
.containerrow2_blue {
	background-color: #ffffff;
}

