/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #eeeeee;
	border-right: #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	border-left: #eeeeee 1px solid; 
	border-bottom: #eeeeee 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_tr {
	width: 100%;
	background-color: Transparent;
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermaster_white
{
	background-position: right bottom;
	background-image: url(container_bg.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}

.containermaster_gray .Head, .containermaster_white .Head, .containermaster_tr .Head
{
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
}
.containermaster_gray_header
{
	border-bottom: #696969 2px solid;
}

.












































































