/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: gray;
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
}

.containermaster_orange {
	width: 100%;
	background-color: #fffed6;
	border-right: #fffed6 1px solid; 
	border-top: #fffed6 1px solid; 
	border-left: #fffed6 1px solid; 
	border-bottom: #fffed6 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
}
.containerrow1_gray {
	background-color:  #FFE771;
	height: 20px;
	color: White;
}
.containerrow2_gray {
	background-color: #ffffff;
}
.container_text {
	color: black;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
}

