/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Brian Connor                       */
/*               http://bc.digidia.com                    */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- conatiner title token             --*/ .BCC_DV_06LightBlueTitle { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #555; font-weight: bold; }
/*-- container title cell              --*/ .BCC_DV_06LightBlueTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .BCC_DV_06LightBlueActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .BCC_DV_06LightBlueContent { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #444; text-align:left; padding: 5px 2px 5px 2px;}
/*-- container content pane            --*/ .BCC_DV_06LightBlueContent TD { font-size: 11px; font-family: tahoma; color: #444; text-align:left; }

/*-- top center section                --*/ .BCC_DV_06LightBlueT { background: url('06t_LightBlue.gif') repeat-x bottom left; vertical-align:top; height: 23px; padding-left:4px; padding-right:0; padding-top:2px; padding-bottom:0 }
/*-- top left section                  --*/ .BCC_DV_06LightBlueTL { background: url('06tl_LightBlue.gif') no-repeat bottom left; vertical-align:top; height: 23px; width:7px; padding: 0 }
/*-- top right section                 --*/ .BCC_DV_06LightBlueTR { background: url('06tr_LightBlue.gif') no-repeat bottom right; vertical-align:top; height: 23px; width:6px; padding: 0 }

/*-- mid center section                --*/ .BCC_DV_06LightBlueM { background: #FFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .BCC_DV_06LightBlueML { background: url('06ml_LightBlue.gif') repeat-y bottom left; vertical-align:top; width:7px; padding: 0 }
/*-- mid right section                 --*/ .BCC_DV_06LightBlueMR { background: url('06mr_LightBlue.gif') repeat-y bottom right; vertical-align:top; width:6px; padding: 0 }

/*-- bottom center section             --*/ .BCC_DV_06LightBlueB { background: url('06b_LightBlue.gif') repeat-x top left; vertical-align:top; height: 18px; padding: 0 }
/*-- bottom left section               --*/ .BCC_DV_06LightBlueBL { background: url('06bl_LightBlue.gif') no-repeat top left; vertical-align:top; height: 18px; width:7px; padding: 0 }
/*-- bottom right section              --*/ .BCC_DV_06LightBlueBR { background: url('06br_LightBlue.gif') no-repeat top right; vertical-align:top; height: 18px; width:6px; padding: 0 }

/*========================================================*/
