/* 
================================
 Container Styles for DotNetNuke
================================
*/   


/* ================================================================ */   

.containermaster_Orange {
	width: 100%;
	/*background-image: url(menu_rep.gif);*/
	background-repeat: repeat-x;
	border-right: #ADADFE 1px solid; 
	border-top: #ADADFE 1px solid; 
	border-left: #ADADFE 1px solid; 
	border-bottom: #ADADFE 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	
}

.containerrow1_Orange {
	/*background-image: url(menu_rep.gif);*/
}
.containerrow2_Orange {
	/*background-image: url(mainbg.gif);
	background-repeat: repeat-x;*/
}
.headingblue {
	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	color: #000049;
	text-decoration: none;
}

.innercolor {
	background-color: #efefff;
}
/* ================================================================ */   



