/* 
================================
 Container Styles for DotNetNuke
================================
*/
.containermaster
{
	width: 100%;
	background-color: Transparent;
	padding-left: 35px;
	padding-right: 35px;
}
.containermaster_left
{
	width: 100%;
	background-color: Transparent;
	padding-left: 35px;
}
.containermaster_right
{
	width: 100%;
	background-color: Transparent;
	padding-right: 35px;
}
.containermaster_box {
	width: 100%;
	background-color: Transparent;
	border: #8f9092 1px solid; 
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.containermaster_full
{
	width: 100%;
	background-color: Transparent;
}
.containertop
{
	padding-top: 30px;
	padding-bottom: 10px;
}
.containerbottom
{
}
.FrameLeft
{
	background-image: url(lines_left.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.FrameTop
{
	background-image: url(lines_top.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.FrameTopRight
{
	background-image: url(lines_topright.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.FrameRight
{
	background-image: url(lines_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.FrameBottomLeft
{
	background-image: url(lines_bottomleft.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.FrameBottom
{
	background-image: url(lines_bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
