/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1 {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2 {
	background-color: #ffffff;
}

.topleft {
	background-image: url(topleft.gif);
	background-repeat:no-repeat;
	width:41;
	height:28;
	vertical-align:top;
}

.topright 
{
	background-image: url(topright.gif);
	background-repeat:repeat-x;
}

.bottomleft {
	background-image: url(bottomleft.gif);
	background-repeat:no-repeat;
	width:13;
}

.bottomright {
	background-image: url(bottomright.gif);
	background-repeat:no-repeat;
	width:13;
}

.topleft_grey {
	background-image: url(topleft_grey.gif);
	background-repeat:no-repeat;
	width:41;
	height:28;
	vertical-align:top;
}

.topright_grey 
{
	background-image: url(topright_grey.gif);
	background-repeat:repeat-x;
}

.bottomleft_grey {
	background-image: url(bottomleft_grey.gif);
	background-repeat:no-repeat;
	width:13;
	height:14;
}

.bottomright_grey {
	background-image: url(bottomright_grey.gif);
	background-repeat:no-repeat;
	width:13;
	height:14;
}


