/* 
================================
 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;
	font-family: verdana;
	color: #cc3300;
	font-size: 16px;
}
.containerbasico {
	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;
    font-family: verdana;
	color: #cc3300;
	font-size: 16px;
}
.containermaster_mulher {
	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;
	background-image: url(mulherbg.gif); 
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.containermaster_homem {
	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;
	background-image: url(homembg.gif); 
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.contentbg {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.header {
	background-image: url(headerbg.gif); 
	background-repeat: no-repeat;
	background-position: left;
	color: #cc3300;
	font-family: verdana;
	font-size: 16px;
	height: 38px;
	padding-top: 5px;
	padding-bottom: 3px;
}



