/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: transparent;
	border-right: #FEF098 0px solid; 
	border-top: #FEF098 0px solid; 
	border-left: #FEF098 0px solid; 
	border-bottom: #FEF098 0px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.topleft
{
	background-color: transparent;
	background-image: url(topleft.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.topright
{
	background-color: transparent;
	background-image: url(topright.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.cTop
{
	background-color: transparent;
	background-image: url(top.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.cLeft
{
	background-color: transparent;
	background-image: url(left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.cRight
{
	background-color: transparent;
	background-image: url(right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.cBottom
{
	background-color: transparent;
	background-image: url(bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bottomleft
{
	background-color: transparent;
	background-image: url(bottomleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottomright
{
	background-color: transparent;
	background-image: url(bottomright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.containerrow1_blue 
{
    width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url(rmtop.gif);
	background-repeat: repeat-x;
}
.containerrow2_blue {
	background-color: #FEFEFE;
}
.containercontent {
	background-color: #FEFEFE;
}
