/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containermaster
{
	width: 100%;
	background-color: #ffffff;
	border: 0px;
}
.containermaster_notitle {
	width: 100%;	
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.containerrow
{
	background-color: #ffffff;
}
.containerrow_notitle
{
	background-color: #ffffff;	
}
.containerrow2_blue {
	background-color: #FFFFFF
}
.title
{
	color: #056600;		
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: capitalize;
	font-family: Arial, Helvetica;
}
.title_dark
{
	color: #034200;		
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: capitalize;
	font-family: Arial, Helvetica;
}
.title_accent
{
	color: #510002;		
	font-weight: bold; 
	font-size: 16px; 
	font-style: normal;
	text-transform: capitalize;
	font-family: Arial, Helvetica;
}

.leftborder
{
	background-image: url(ContainerTopRight.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
}
.rightborder
{
	background-image: url(ContainerTopLeft.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
}
.topborder
{
	background-image: url(ContainerTop.gif);
	background-repeat: repeat-x;	
}


