/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  


/* Border Colour around the Conatiner */
.Aqua_Curved_Master {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #51AABE 1px solid; 
	BORDER-TOP: #51AABE 1px solid; 
	BORDER-LEFT: #51AABE 1px solid; 
	BORDER-BOTTOM: #51AABE 1px solid; 
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Container Title Formatting */
.Aqua_Curved_Title {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;  /* Change Title Color HERE */
	font-weight: bolder;
}

/* Manages the color and padding of text & padding in container contentpane
   You cannot modify the font-family through this element */
	
.Aqua_Curved_Content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #404040;
}


.Aqua_Curved01 {
	background-image: url(AquaPix/XDCurve_01.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Aqua_Curved02 {
	background-image: url(AquaPix/XDCurve_02.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
}

.Aqua_Curved03 {
	background-image: url(AquaPix/XDCurve_03.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Aqua_Curved04 {
	background-image: url(AquaPix/XDCurve_04.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Aqua_Curved05 {
	background-image: url(AquaPix/XDCurve_05.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 27px;
}

/* use for extra formatting - effect is page wide - so use with care */
/* p {
	margin: 0px;
}*/

