/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerEdgeSideBarFull {
	width: 160px;
	margin-bottom: 5px;
}

.cTextTitleEdgeSideGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.containerEdgeSideEdgeContent {
	background-color: #FFFFFF;
	padding-top: 5px;
}
.cActionHelp {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;

}
.containerEdgeSideBottomLeft 		{
	background-image: url(containerBar_BottomLeftCornerSilver.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 18px;
	background-position: right top;
}
.containerEdgeSideBottomRight 		{
	background-image: url(containerBar_BottomRightCornerSilver.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
	height: 18px;
}
.containerEdgeSideBottomCenter 		{
	background-image: url(containerBar_BottomCenterSilver.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
}
.containerEdgeSideGrayTopLeft 			{
	background-image: url(containerBar_TopLeftCornerGray.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 26px;
	background-position: right top;
}
.containerEdgeSideGrayTopRight 			{
	background-image: url(containerBar_TopRightCornerGray.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 26px;
	background-position: left top;
}
.containerEdgeSideGrayTopCenter 		{
	background-image: url(containerBar_TopCenterGray.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.containerEdgeSideSideLeft 			{
	background-image: url(containerBar_SideLeftSilver.jpg);
	background-repeat: repeat-y;
	width: 12px;
	background-position: right top;
}
.containerEdgeSideSideRight 		{
	background-image: url(containerBar_SideRightSilver.jpg);
	background-repeat: repeat-y;
	width: 12px;
	background-position: left top;
}












