/* 
================================
 Container Styles for DotNetNuke
================================
*/

.headertext
{
	font-family: Georgia;
	font-style: Italic;
	font-size: 19px;
	font-weight: Normal;
	color: #441855;
}




.containermaster_standard {
	width: 100%;
	background-color: #Transparent;
}



.containermaster_left_bluepeach {
	background-image: url(blue_backgroundNoCurve.jpg);
	width: 100%;
	background-repeat: repeat-x;
}
.containermaster_left_bluepeach_curve {
	width: 28px;
	background-image: url(bluepeach_backgroundCurve.jpg);
	background-repeat: no-repeat;
}


.containermaster_left_blueyellow {
	background-image: url(blue_backgroundNoCurve.jpg);
	width: 100%;
	background-repeat: repeat-x;
}
.containermaster_left_blueyellow_curve {
	width: 28px;
	background-image: url(blueyellow_backgroundCurve.jpg);
	background-repeat: no-repeat;
}


.containermaster_left_violet {
	width: 100%;
	background-image: url(violet_backgroundNoCurve.jpg);
	background-repeat: repeat-x;
}
.containermaster_left_violet_curve {
	width: 28px;
	background-image: url(violet_backgroundCurve.jpg);
	background-repeat: no-repeat;
}


.containermaster_left_green {
	width: 100%;
	background-image: url(green_backgroundNoCurve.jpg);
	background-repeat: repeat-x;
}
.containermaster_left_green_curve {
	width: 28px;
	background-image: url(green_backgroundCurve.jpg);
	background-repeat: no-repeat;
}


.containermaster_left_yellow {
	width: 100%;
	background-image: url(yellow_backgroundNoCurveL.jpg);
	background-repeat: repeat-x;
}
.containermaster_left_yellow_curve {
	width: 28px;
	background-image: url(yellow_backgroundCurveL.jpg);
	background-repeat: no-repeat;
}



.containermaster_right_peach {
	width: 100%;
	background-image: url(peach_backgroundNoCurve.jpg);
	background-repeat: repeat-x;
}
.containermaster_right_peach_curve {
	width: 28px;
	background-image: url(peach_backgroundCurve.jpg);
	background-repeat: no-repeat;
}


.containermaster_right_peachtop {
	background-image: url(peach_backgroundNoCurve.jpg);
	width: 100%;
	background-repeat: repeat-x;
}

.containermaster_right_peachtop_curve {
	width: 28px;
	background-image: url(peachtop_backgroundCurve.jpg);
	background-repeat: no-repeat;
}


.containermaster_right_yellow {
	width: 100%;
	background-image: url(yellow_backgroundNoCurveR.jpg);
	background-repeat: repeat-x;
}
.containermaster_right_yellow_curve {
	width: 28px;
	background-image: url(yellow_backgroundCurveR.jpg);
	background-repeat: no-repeat;
}


.containermaster_right_yellowtop {
	background-image: url(yellow_backgroundNoCurveR.jpg);
	width: 100%;
	background-repeat: repeat-x;
}

.containermaster_right_yellowtop_curve {
	width: 28px;
	background-image: url(yellowtop_backgroundCurveR.jpg);
	background-repeat: no-repeat;
}

.containermaster_gray {
	width: 100%;
	background-color: #Transparent;
	border-right: #8f9092 0px solid;
	border-top: #8f9092 0px solid;
	border-left: #8f9092 0px solid;
	border-bottom: #C15B8F 2px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;:;
}
.containermaster_violet {
	width: 100%;
	background-color: #Transparent;
	border-right: #8f9092 0px solid;
	border-top: #8f9092 0px solid;
	border-left: #8f9092 0px solid;
	border-bottom: #FFCC99 0px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;:;
}
.containerrow1_gray {
}
.containerrow2_gray {
	background-color: #Transparent;
	padding: 0px 0px 0px 0px
}

