/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerEdgeFull {
	width: 100%;
	margin-bottom: 5px;
}

.cTextTitleEdge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.containerEdgeContent {
	background-color: #FFFFFF
}
.cActionHelp {
	padding-bottom: 0px;
	right: 0px;

}
.containerBottomLeft 		{
	background-image: url(containerCornerBottomLeft.jpg);
	background-repeat: no-repeat;
	width: 54px;
	height: 40px;
	background-position: right top;
}
.containerBottomRight 		{
	background-image: url(containerCornerBottomRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 57px;
	height: 40px;
}
.containerBottomCenter 		{
	background-image: url(containerBottomCenter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 40px;
}
.containerTopLeftGray 			{
	background-image: url(containerCornerTopLeft.jpg);
	background-repeat: no-repeat;
	width: 54px;
	height: 31px;
	background-position: right top;
	text-align: right;
}
.containerTopRightGray 			{
	background-image: url(containerCornerTopRight.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 31px;
	background-position: left top;
}
.containerTopCenter 		{
	background-image: url(containerTopCenter.jpg);
	background-repeat: repeat-x;
	height: 31px;
}
.containerSideLeft 			{
	background-image: url(containerLeft.jpg);
	background-repeat: repeat-y;
	width: 54px;
	background-position: right top;
}
.containerSideRight 		{
	background-image: url(containerRight.jpg);
	background-repeat: repeat-y;
	width: 57px;
	background-position: left top;
}






