/* 
================================
 Container Styles for DotNetNuke
================================
*/   


/* Classes for Gray */

.containermaster_Gray {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: transparent 1px solid; 
	BORDER-TOP: transparent 1px solid; 
	BORDER-LEFT: transparent 1px solid; 
	BORDER-BOTTOM: transparent 1px solid; 
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}


.XMediaGrayTL {
	width: 12px;
	height: 17px;
	background-color: transparent;
	background-repeat: no-repeat;
}
.containerrow1_Gray {
	background-color: transparent;
	background-repeat: repeat-x;
	height: 17px;
	line-height: 15px;
}
.XMediaGrayTR {
	background-color: transparent;
	width: 12px;
	height: 17px;
	line-height: 15px;
	background-repeat: no-repeat;
}

.containerrow1_Gray {
	background-color: transparent;
	background-repeat: repeat-x;
}
.containerrow2_Gray {
	background-color: transparent;
}

/*  End XMedia Gray */
