/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerEdgeSideBarFull {
	width: 160px;
	margin-bottom: 5px;
}


.cTextTitleEdgeSideSilver {
	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;
}
.containerEdgeSideSilverTopLeft 			{
	background-image: url(containerBar_TopLeftCornerSilver.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 26px;
	background-position: right top;
}
.containerEdgeSideSilverTopRight 			{
	background-image: url(containerBar_TopRightCornerSilver.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 26px;
	background-position: left top;
}
.containerEdgeSideSilverTopCenter 		{
	background-image: url(containerBar_TopCenterSilver.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;
}








