/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.container_side {
	background-image: url(images/sidebg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 2px;
}
.orange_header {
	height: 17px;
	background-color: #FF6600;
}
.footer {
	height: 11px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.footer_orange {
	height: 11px;
	background-image: url(images/footerbg_orange.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.footer_white {
	height: 11px;
	background-image: url(images/footerbg_white.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.largetitle {
	font-size: 16pt;
	color: #FF6600;
	font-family: arial;
	font-weight: bold;
}