/* 
================================
 Container Styles for DotNetNuke
================================
*/   



.separator {
	width: 100%;
	border: #ffffff 1px solid; 

}
.separator_red {
	width: 100%;
	border: #e41c53 3px solid; 

}
.noline {
	width: 100%;


}
.lineasotto {
	width: 100%;
	border-bottom: #c03f15 3px solid; 
	height: 30px;

}
.containermaster_white {
	width: 100%;
	background-color: white;
	border-right: #e08c0b 0px solid; 
	border-top: #e08c0b 0px solid; 
	border-left: #e08c0b 0px solid; 
	border-bottom: #e08c0b 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermaster_yellow {
	width: 100%;
	background-color: #f0e861;
	border-right: #e08c0b 0px solid; 
	border-top: #e08c0b 0px solid; 
	border-left: #e08c0b 0px solid; 
	border-bottom: #e08c0b 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_yellow {
	background-image: url(gradient_MidTangerine.jpg);
	font-family: Georgia, Arial;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #313413;
}
.containerrow2_yellow {
	background-color: #f0e861;
	font-family: Georgia, Arial;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #313413;
}
.containerrow2_white {
	background-color: #ffffff;
	font-family: Georgia, Arial;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #313413;
}
.noborder {
	border: #ffffff 0px solid; 

}

