/* 
================================
 Container Styles for DotNetNuke 
 Container by www.purecoding.net
================================
*/   
.containermaster {
	width: 100%;
}
.containerRowHeader 
{
	background-color: Transparent;
}


/* Blue Styles */
.containerContent_blue
{
	background-color: Transparent;
	border-right: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	padding: 3px 3px 0px 3px;	
}
.containerRowFooter_blue
{
	background-color: Transparent;
	border-right: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	padding: 0 0 0 0;
}
.containerTitle_blue {
	background-image: url(barCenter32-Blue.jpg);
	padding: 0 0 0 0;
	width: 100%;
}
.containerLeft_blue 
{
	background-image: url(barLeft32-Blue.gif);
	background-repeat: no-repeat;
	height:32px;
	padding: 0 0 0 14px;
}
.containerRight_blue 
{
	background-image: url(barRight32-Blue.gif);
	background-repeat: no-repeat;
	height:32px;
	padding: 0 14px 0 0;
}
/* End of Blue Styles */

/* blueback Styles */
.containerContent_blueback
{
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	padding: 3px 3px 0px 3px;	
}
.containerRowFooter_blueback
{
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	padding: 0 0 0 0;
}
.containerTitle_blueback {
	background-image: url(barCenter32-blue.jpg);
	padding: 0 0 0 0;
	width: 100%;
}
.containerLeft_blueback 
{
	background-image: url(barLeft32-blue.gif);
	background-repeat: no-repeat;
	height:32px;
	padding: 0 0 0 14px;
}
.containerRight_blueback 
{
	background-image: url(barRight32-blue.gif);
	background-repeat: no-repeat;
	height:32px;
	padding: 0 14px 0 0;
}
/* End of blueback Styles */

/* purple Styles */
.containerContent_purple
{
	background-color: Transparent;
	border-right: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	padding: 3px 3px 0px 3px;	
}
.containerRowFooter_purple
{
	background-color: Transparent;
	border-right: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	padding: 0 0 0 0;
}
.containerTitle_purple {
	background-image: url(barCenter32-purple.jpg);
	padding: 0 0 0 0;
	width: 100%;
}
.containerLeft_purple 
{
	background-image: url(barLeft32-purple.gif);
	background-repeat: no-repeat;
	height:32px;
	padding: 0 0 0 14px;
}
.containerRight_purple 
{
	background-image: url(barRight32-purple.gif);
	background-repeat: no-repeat;
	height:32px;
	padding: 0 14px 0 0;
}
/* End of purple Styles */


