/*========================================================*/
/*             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             --*/ .BlueTitle { font-size: 11px; line-height: 3em; color: #FFF; font-weight: bold}
/*-- container title cell              --*/ .BlueTitleTD { width:100%; padding: 0;; text-align: center; }
/*-- container actions cell            --*/ .BlueActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .BlueContent { font-size: 14px; line-height: 1.4; color: #444; text-align:left; padding: 5px 2px 5px 2px;}

/*-- top center section                --*/ .BlueT { background: url(t_Blue.gif) bottom left repeat-x; vertical-align:top; height: 21px; padding: 2px 0 0 4px; }
/*-- top left section                  --*/ .BlueTL { background: url(tl_Blue.gif) bottom left no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }
/*-- top right section                 --*/ .BlueTR { background: url(tr_Blue.gif) bottom right no-repeat; vertical-align:top; height: 21px; width:6px; padding: 0; }

/*-- mid center section                --*/ .BlueM { background: #DAE4EC; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .BlueML { background: url(ml_Blue.gif) bottom left repeat-y; vertical-align:top; width:6px; padding: 0; }
/*-- mid right section                 --*/ .BlueMR { background: url(mr_Blue.gif) bottom right repeat-y; vertical-align:top; width:6px; padding: 0; }

/*-- bottom center section             --*/ .BlueB { background: url(b_Blue.gif) top left repeat-x; vertical-align:top; height: 18px; padding: 0; }
/*-- bottom left section               --*/ .BlueBL { background: url(bl_Blue.gif) top left no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }
/*-- bottom right section              --*/ .BlueBR { background: url(br_Blue.gif) top right no-repeat; vertical-align:top; height: 18px; width:6px; padding: 0; }

/*========================================================*/


