/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.AjendaContainer {
	width: 100%;
	background-color: #C2B36E;
	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{
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.containerrow2 {
	background-color: #D4C683;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.LeftCorner{
	BACKGROUND-IMAGE: url(Left_Corner.gif);
}
.RightCorner{
	BACKGROUND-IMAGE: url(Right_Corner.gif);
}
.InnerBar{
	BACKGROUND-IMAGE: url(InnerBar.gif);
	width: 100%;
}