/* 
===============================
 Container Styles for WebFront
===============================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow {
	background-color: #ffffff;
}

.containerframetopleft 
{
}
.containerframetop 
{
	background-image: url(G.jpg);
	background-repeat: repeat-x;
}

.containerframetopright 
{
}
.containerframeright 
{
	background-image: url(P.jpg);
	background-repeat: repeat-y;
}

.containerframebottomright 
{
}
.containerframebottom 
{
	background-image: url(D.jpg);
	background-repeat: repeat-x;
}

.containerframebottomleft 
{
}
.containerframeleft 
{
	background-image: url(L.jpg);
	background-repeat: repeat-y;
}













