/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	
}
.containerrow1_blue {
	background-color: #fff;
}
.containerrow2_blue {
	background-color: #ffffff;
	padding: 0px;
}
.topleft{
	background-image: url(TopLeft.gif);
	height: 16px;
	width: 15px;
}
.left{
	background-image: url(images/Left.gif);
	background-repeat:repeat-y;
	width: 15px;
	height: 100%;
}
.right{
	background-image: url(images/Right.gif);
	background-repeat:repeat-y;
	width: 20px;
}
.top{
	background-image: url(images/Top.gif);
	background-repeat:repeat-x;
	height: 16px;
	width: 100%;
}
.bottom{
	background-image: url(images/Bottom.gif);
	background-repeat:repeat-x;
	height: 16px;
	width: 100%;
}
.topright{
	background-image: url(TopRight.gif);
	height: 16px;
	width: 20px;
}
.twgtitle{
	font-family: Arial,Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #528413;
}
.backwhitecolor
{
	background-color: #fff;
}


