/* 
================================
 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;
}
.containermasterfixed
{
	width: 210px;
	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;	
}

/* 
======================================
 Container Styles Rounded Containers
=====================================
*/   
.contentTitle, .contentTitle A, .contentTitle A:link, .contentTitle A:active, .contentTitle A:visited
 {
    color: #808080;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica;
}
.topleftBlue
{
	width: 20px;
	height: 20px;	
	background-image:url("blueUpperLeft.gif");
	background-repeat: no-repeat;	
}
.topBlue
{
	height: 4px;
	background-image:url("blueTop.gif");
	background-repeat: repeat-x;		
	padding-top: 1px;
}
.titleBarBlue
{
	height: 6px;
	background-color: #ffffff;
}
.toprightBlue
{
	width: 20px;
	height: 20px;	
	background-image:url("blueUpperRight.gif");
	background-repeat: no-repeat;	
}
.leftBlue
{
	width: 4px;	
	background-image:url("blueLeft.gif");
	background-repeat: repeat-y;
}
.rightBlue
{
	width: 8px;	
	background-image:url("blueRight.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
.bodyContBlue
{
}
.lowerleftBlue
{
	width: 20px;
	height: 20px;	
	background-image:url("blueBottomLeft.gif");
	background-repeat: no-repeat;
}
.bottomBlue
{	
	background-image: url("blueBottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.lowerrightBlue
{
	width: 20px;
	height: 20px;	
	background-image:url("blueBottomRight.gif");
	background-repeat: no-repeat;
}