/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_carlos {
	width: 100%;
	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_carlos {
	background-image: url();
}
.containerrow2_carlos {
	background-color: #ffffff;
}
.containerline_carlos{ 
	border-bottom:1px dashed #a4c5ca;
	height:1px;
}
.containerarrow_carlos{
	background-image:url(arrow1.gif);
	background-repeat:no-repeat; 
	background-position:center;
	width:11px; 
	height:12px;
	margin-left:5px;
	

}

