/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_greyWB {
	width: 100%;
	background-color: white; 
	BORDER: #000000 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	}

.containermaster_darkgreywt {
	width: 100%;
	BACKGROUND-COLOR: #ffc40c;
    height:22px
	font-family: Arial, Verdana, Helvetica, Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;

	}

.GreyHead {
	font-family: Arial,Verdana, sans-serif;
	color: #000000;
	font-size: 18px;
	
}
.containermaster_greyborder {
	width: 100%;
	background-color: white; 
	border: 1px solid black;

	}

.TableborderGrey {
	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid
}
.containerrow1_gray {
	background-image: url(gradient_grey.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}



