/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - dnn3@xd.com.au
 Updated March 2008 for DNN 4.5 and above 
 Copyright Nina Meiers - Credits must remain in file.
 http://www.xd.com.au
================================
*/   

/* Border Colour around the Conatiner */
.Blue_Curved_Master { width: 100%; background-color: transparent; BORDER: #fff 0px solid;  padding: 0px; }

/* Container Title Formatting */
.Blue_Curved_Title {color:#F3C41C;
	    margin:50px 0px 5px 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight:normal; }

/* Manages the color and padding of text & padding in container contentpane
   You cannot modify the font-family through this element */ 
.Blue_Curved_Content {padding:0px;}


.Blue_Curved01 { background: url(BluePix/XDCurve_01.gif) repeat-x; height: 27px; }
.Blue_Curved02 { background: url(BluePix/XDCurve_02.gif) no-repeat; width: 80px; height: 27px; }
.Blue_Curved03 { background: url(BluePix/XDCurve_03.gif) repeat-x; height: 27px; }
.Blue_Curved04 { background: url(BluePix/XDCurve_04.gif) repeat-x; height: 27px; }
.Blue_Curved05 { background: url(BluePix/XDCurve_05.gif) no-repeat; width: 100px; height: 27px; }

/* use for extra formatting - effect is page wide - so use with care */
/* p { margin: 0px; }*/

