/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: transparent 0px solid; 
	BORDER-TOP: transparent 0px solid; 
	BORDER-LEFT: transparent 0px solid; 
	BORDER-BOTTOM: transparent 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1 {
	BACKGROUND-Color: transparent;
	font-size: 18px;
}
.containerrow2 {
	background-color: #FFFFFF
}
.ContainerHead {
	 background: transparent;
	 padding-left: 10px;
	 
}

/* Blue Contaner Edges */

.BlueConTop {background: transparent url('GTBlue_Top.jpg') repeat-x left top;}
.BlueConBottom {background: transparent url('GTBlue_Bottom.jpg') repeat-x left top;}
.BlueConLeft {background: transparent url('GTBlue_Left.jpg') repeat-y right top;}
.BlueConRight {background: transparent url('GTBlue_Right.jpg') repeat-y left top;}
.BlueConBG {background: #dae4ee;}

