/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	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;
}
.contentbg {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.containerbemvindo {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
    font-family: Tahoma;
	color: #cc3300;
	font-size: 16px;
}
.containermaster_laranjasalmao {
	width: 100%;
	border-color: #FFFFFF
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
	background-image: url(salmaa.gif); 
	background-repeat: repeat;
	background-position: center center;
}

.headersalmao {
	background-image: url(headersalmao.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-color: #ffffff;
	color: #cc3300;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	height: 72px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.headerbemvindo {
	
	border-color: #ffffff;
	color: #cc3300;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	height: 62px;
	padding-top: 3px;
	padding-bottom: 3px;
}

