/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_fa
{
	width: 100%;
	background-color: Transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border-style: none;
	empty-cells: show;
}
.containerhead
{
	background-color: Transparent;
	background: url('grey_bar.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 12px;
}
.containderPattern
{
	height: 16px;
	background: url(  'red_bar.gif' ) repeat-x;
}
.containerTitulo
{
	font-weight: bold;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
}

