/* 
================================
 Container Styles for DotNetNuke - PCResourcesLLC - Nina Meiers - dnn3@xd.com.au
================================
*/   

.BlueTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C4261;
}

.BlueTopLeftCorner {
	background-image: url(BlueCPix/TopLeftCorner.gif);
	width: 35px;
	height: 15px;
	background-repeat: no-repeat;
}

.BlueNoRepeatLeft01 {
	background-image: url(BlueCPix/NoRepeatLeft01.gif);
	background-repeat: no-repeat;
}

.BlueNoRepeatLeft02 {
	background-image: url(BlueCPix/NoRepeatLeft02.gif);
	background-repeat: no-repeat;
}

.BlueNoRepeatRight01 {
	background-image: url(BlueCPix/NoRepeatRight01.gif);
	background-repeat: no-repeat;
}

.BlueTopRepeat {
	background-image: url(BlueCPix/TopRepeat.gif);
	background-repeat: repeat-x;
}

.BlueTopRightCorner {
	background-image: url(BlueCPix/TopRightCorner.gif);
	width: 35px;
	height: 15px;
	background-repeat: no-repeat;
}


.BlueBottomLeftCorner {
	background-image: url(BlueCPix/BottomLeftCorner.gif);
	width: 35px;
	height: 15px;
	background-repeat: no-repeat;
}

.BlueBottomRepeat {
	background-image: url(BlueCPix/BottomRepeat.gif);
	height: 15px;
	background-repeat: repeat-x;
}

.BlueBottomRightCorner {
	background-image: url(BlueCPix/BottomRightCorner.gif);
	width: 35px;
	height: 15px;
	background-repeat: no-repeat;
}


.BlueMiddleLeft {
	background-image: url(BlueCPix/MiddleLeft.gif);
	width: 15px;
	background-repeat: repeat-y;
}

.BlueMiddleRepeat {
	width: 100%
}

.BlueMiddleRight {
	background-image: url(BlueCPix/MiddleRight.gif);
	width: 15px;
	background-repeat: repeat-y;
}


.BlueContentPane {
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
