/* 
================================
 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: #5F96CC 0px solid;  padding: 0px; }

/* Container Title Formatting */
.Blue_Curved_Title { font-family: Tahoma; font-size: 12px; color: #1F558B;  /* 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 */ 
.Blue_Curved_Content { padding-left: 6px; padding-right: 6px; padding-top: 6px; padding-bottom: 0px; font-size: 15px; color: #404040; background: url(front-containerBG.GIF) repeat; }

.Blue_Curved01 { background: url(front-containerLT.GIF) no-repeat; height: 37px; width: 9px; }
.Blue_Curved02 { background: url(front-containerBGT.GIF) repeat-x; height: 37px; padding-top: 11px; }
.Blue_Curved03 { background: url(front-containerRT.GIF) no-repeat; height: 37px; width: 9px; }
.Blue_Curved04 { background: url(front-containerLB.GIF) no-repeat; height: 9px; width: 9px; }
.Blue_Curved05 { background: url(front-containerRB.GIF) no-repeat; height: 9px; width: 9px; }
.Blue_Curved06 { background: url(front-containerBGB.GIF) repeat-x; height: 9px; }
.Blue_Curved07 { background: url(front-containerLS.GIF) repeat-y; width: 9px; }
.Blue_Curved08 { background: url(front-containerRS.GIF) repeat-y; width: 9px; }

/* use for extra formatting - effect is page wide - so use with care */
/* p { margin: 0px; }*/


